The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
70 views

Why doesn't lookup filter work on visualforce page?

I am trying to develop few look up fields on Visualforce page. Requirements: The first lookup field shows all partner Accounts. The second lookup field is filtered to show only Contacts associated ...
1
vote
1answer
35 views

Lookup window not closing after selecting the value in result

I am trying to get the native lookup window to open up and when the value is selected needs to populate a hidden field. I am able to call the lookup function, but when i select the value nothing ...
3
votes
1answer
45 views

How to create a list view the returns all the records related to a current user?

Question Assuming an object with a user lookup, how can I create a list view (standard, not VF) that returns all objects related to the current user? Background We've got a compliance object, and ...
1
vote
1answer
53 views

Need to Implement dependent lookups like dependent picklists

I have two lookups, one for country and one for state. I want that on change of country corresponding state values flows into state look up. How can I implement this? I cannot use picklist due to some ...
2
votes
1answer
33 views

Vlookup function

Object A has a price. We change it sometimes. When an order comes in for object A, I'd like the price to not change. Order has a lookup to object A. We're trying to produce a validation rule so ...
4
votes
1answer
26 views

sandbox copy error?

I just did a full sandbox refresh. Spent a couple hours debugging code before I finally saw where the null pointer was coming from. In my production org, there's a custom object (position) with ...
3
votes
1answer
23 views

Where to edit XML for “Lookup Filter” in Force.com

I created custom lookup fields for my custom object in web UI. Some of these lookup fields have lookup field filters. I need to create the same filter for many other similar lookup fields. I ...
1
vote
2answers
51 views

how is the report owner set?

In apex there's a field called ownerId on reports, that in some instances points to the folder that it's located in. How is this field set? Is it always going to be the folder that the report is ...
3
votes
1answer
101 views

How to create related record upon saving new custom object record?

I'm making a Visualforce page where a new Customer__c record is created. Customer__c has a lookup field (recordContact__r) which refers to another custom object: Contact__c. While the main object ...
1
vote
1answer
37 views

How to update related object fields?

I'm trying to update fields of a custom object along with fields of a related object. The fields of the primary object are updated without a problem, but none of the related object fields are updated. ...
1
vote
2answers
68 views

Primary Contact for Account

Is there any OOTB way of having a Primary Contact for an Account? One idea is to create a custom lookup field for Primary Contact on Account object. However, it will need validation such as the ...
1
vote
0answers
40 views

Data Loader using self relationship lookup and external id

I'm currently using Jitterbit Dataloader. I have an object called Project and it has a self relationship (lookup) called Parent Projects. During an initial import there are no parent projects so the ...
0
votes
0answers
17 views

Filtered Lookup fields. Are they supposed to work an not yet saved records?

Althoug I defined a filtered lookup the selection window is not showing anything (no Release records to choose from). I have the following structure: I want to defined a filtered lookup field "Bug ...
2
votes
1answer
52 views

Traversing lookup fields to related record fields

I'm trying to access a contact object field through a related object's lookup field. Billing_contact__c below (2nd td) is an entity object lookup field that has a related contact record. When I ...
2
votes
2answers
66 views

Using a field inside the same record in a SOQL's WHERE clause

Let's say I have my Account object containing a custom Asset__c lookup field. I'm looking for a way to make an SOQL request similar to this one: SELECT Id, AccountId, Account.Asset__r.Id ...
4
votes
1answer
117 views

Lookup popover freezing in place

I have a custom Visualforce page that includes a dynamically sized table. The first column in the table is a Lookup to Account. When that value is chosen, some logic is run to populate some of the ...
3
votes
1answer
49 views

Is the “filtered lookup fields per objects” limit a hard one?

In our software we have a somewhat generic object which is extended by douzens of record types (we tried to somewhat simulate object oriented class extension/inheritance). We now reached the "You ...
2
votes
1answer
35 views

Can you add relationships to knowledge articles?

It seems like the answer to this is no but I wanted to ask anyway. Knowledge articles themselves dont allow a lookup or a mater-detail field. And from what i can tell you cant add a lookup field ...
0
votes
1answer
91 views

Can free Jitterbit dataloader do an auto-relation like Dataloader.io?

Until now I was a happy Datloader.io user as it allowed me on a Mac to insert from CSV and have this wonderful auto mapping feature where a Lookup or Master Detail relation can be pointed to an ...
3
votes
0answers
41 views

Default Asset lookup field in Cases doesn't display every Assets

One of our user noticed that the default Asset lookup field in the Case isn't displaying every Asset tied to an Account in our organization. I verified that there were no lookup filter preventing ...
2
votes
2answers
72 views

contact lookup list only for related account

I have a contact lookup so when i click on the lookup it opens a popup and i search for a particular contact. what i want is to restrict the result to display only contacts related to a account, for ...
3
votes
1answer
76 views

Using Product standard price in Custom Object

I'm trying to create a classic Invoice by using Custom Object Invoice (Master) Invoice Line Item (Detail) Invoice_Line_Item should have a look up relationship with Product. Also it has to include ...
2
votes
2answers
79 views

Lookup displaying JavaScript error (Internet Explorer)

One of our user is receiving a JS alert when filling a lookup (from a custom object). error: { faultcode: 'soapenv:Client', faultstring: 'Attribute "xmlns" bound to namespace ...
3
votes
1answer
87 views

Setting a custom object relationship with the SOAP API

I've been using the SOAP API to load different SObjects into an org. When I have a relationship, I can normally use an external ID as follows in order to set up relationships that exist between ...
3
votes
1answer
75 views

Enhanced Lookup filters not returning correct values

I am setting up a suggested lookup filter on the Contacts of a New Case Entry page layout. The problem seems to be that only results from "Recently viewed Contacts" is returned (in the screen you can ...
3
votes
1answer
62 views

custom lookup filter using GeoLocation

Does anyone have any experience of creating a "roll your own" look-up filter? Essentially i'd like to be able to use the new geoLocation functions to restrict the options available to the user e.g. ...
0
votes
2answers
132 views

Restrict contact lookup to show only contacts related to account in case object

Is it possible to filter out only contact related to an account in a case object. When a case is created from account, it has the account field in case populated with the account name/Id. I want to ...
0
votes
2answers
128 views

Non-selective queries and lookup/master-detail relationships

Does including a where clause that refers to a field on a related object in a query mean that the query is selective? An example: We have Object A and Object B. Object B has a field that is a lookup ...
1
vote
1answer
241 views

How to Give Default value to a LookUp field in salesforce

I am having 1 lookup field country. i want to set it with some default value on UI. How should i implement this?
0
votes
0answers
52 views

Enhanced look up filters fields are not being display on customer portal

I have created a Enhanced look up filter on an object but these enhanced lookup filter fields are not being displayed on Customer Portal. I have given all permissions on object and fields but still ...
1
vote
2answers
77 views

Is there a better name for what I'm calling a Vanity Lookup?

Here is an example from a 3rd party managed package of what I am currently calling a "Vanity Lookup" because it is totally redundant from an OOD/ERD perspective and I assume it is only for ...
1
vote
2answers
195 views

Removing Look Up field link in visualforce page

I am displaying Lookup field value in apex:commanLink. but its link is navigating to the master record . i want to remove this link,How should i implement this? Thanks in advance.
1
vote
1answer
59 views

Child relationship?

I have a custom object. I wish to create a look up relationship from it to an Opportunity. When I specify the relationship details, I enter Error DM_Daily_Digests5 for the Child Relationship Name I ...
2
votes
2answers
81 views

Standard Lookup field doesn't show all Contacts

I have an ordinary master-detail relationship, where Contact is the master and Example__c is the detail. I have a number of Contacts in the system, and have full CRUD permissions on all of them. The ...