Questions tagged [lookup]
This type of relationship links two objects together. Lookup relationships are similar to master-detail relationships, except they do not support sharing or roll-up summary fields.
1,028 questions
0 votes
0 answers
58 views
Use External Id to populate Lookup when creating SObject Record from LWC
So I want to be able to leverage the ability to populate lookup fields via an External Id when creating a record from LWC. Typically this is how one would do that in Apex: Child_Object__c c = new ...
0 votes
0 answers
67 views
lightning-input-field Lookup UI and Behavior Differ in Salesforce Community vs. Standard Org
I'm encountering a perplexing issue with a standard lightning-input-field lookup component in a Salesforce Lightning Web Component (LWC). The lookup field's behavior and UI are drastically different ...
0 votes
0 answers
54 views
Lightning-record-picker throws 'Cannot destructure property 'dataType' of 'undefined'' on lookup to Reservation Item (Summer25)
I have an in issue in a Summer 25 full sandbox and production on Service Cloud. I get the following error when I try to create a new Complaint. I click on the reservation item lookup and enter an ...
0 votes
0 answers
185 views
How do I get screen flow lookup to search on a specific field and avoid needing to click Show more?
I want to make a screenflow where the user can input a identification number to search for the correct account. The problem is that the Account with that number does not appear until I click Show more....
1 vote
1 answer
426 views
Filtering Records Based on Selected lookup field
I'm going to ask a somewhat silly question, but I have this object called "Curso," which has a lookup field to an object called "Curriculo." This "Curriculo" has child ...
1 vote
1 answer
75 views
Display Selected Contacts Inside Input Field in LWC
I am working on a Lightning Web Component (LWC) where users can search and select multiple Contacts. Currently, the selected Contacts are displayed below the input field, but I want to show them ...
0 votes
1 answer
44 views
List of items in a unconnected object through a object with mutual connection
this might be a beginner question but I have not been able to find a solution. I have an Object 1 that is connected to both Object 2 and Object 3. I now want to have a related list, or some other way ...
0 votes
0 answers
83 views
Visual bug on "Show More Results..." modal fired from the standard lookup component in a screenflow?
I'm creating a screenflow that overrides the "New" button on a custom object. The first screen contains a standard lookup component for users to select a record to relate the new custom ...
0 votes
1 answer
40 views
Lookup Field is not setting up in Test Class [closed]
I am having Anvil__DealerStockUnit__c object lookup with Account object. Whenever I am trying to create Anvil__DealerStockUnit__c related to Account so only Anvil__DealerStockUnit__c records are ...
0 votes
1 answer
585 views
How two Data Model objects can be related in Data Cloud to be used in a report?
I have two tables which I want to bring to Data Cloud using Ingestion API. The first table, appointments, has columns like id patient_id The second table statuses has id appointment_id status I ...
0 votes
0 answers
40 views
Lookup Skew : Financial Account and Product Name in FSC package
I understand the lookup skew concept. In FSC(Financial Services) we have standard lookup of Product (FinServ__ProductName__c) on Financial Account (FinServ__FinancialAccount__c) object. Now these ...
0 votes
0 answers
32 views
Changes are not reflected on formula with related child record field within flow when invocable method finish
I have a flow with multiple invocable methods. First method updates parent record - lookup field to another record is changed to newly created one. Second method send mail with link to that record (...
-1 votes
1 answer
592 views
Lookup field search layout
Hi I have created one new custom object. On case object I have created a new lookup field to this new custom object. In case object I have already some other lookup fields with another objects, I am ...
0 votes
0 answers
50 views
Data Model Design Question
I have a design question. Our organization provides equine-assisted therapeutic riding instruction. At the end of every quarter, each rider is evaluated to measure their progress. The rider info is ...
0 votes
0 answers
255 views
LookupRows() matching blank/empty values to retrieve a row
I'm trying to get rows from a DE using the LookupRows() function. I'm checking a field for a value, but that value can be empty/blank/null. But it doesn't seem to be working. LookupRows("DE_name&...