You need to sign in to do that
Don't have an account?
Create an Indirect Lookup Relationship: Lightning Connect
I am on the 3rd challenge of the lightning connect project on trailhead. I have followed the instructions as stated, however when i try to create am indirect lookup relationship between customerID and account, account ( nor any other object) does not show up on the drop down list.
Quick Start: Lightning ConnectCreate an Indirect Lookup Relationship
Quick Start: Lightning ConnectCreate an Indirect Lookup Relationship
Please follow the steps as mentioned here https://developer.salesforce.com/forums?communityId=09aF00000004HMGIA2#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906F0000000AyT7IAK (https://developer.salesforce.com/forums?communityId=09aF00000004HMGIA2#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906F0000000AyT7IAK" target="_blank),
we had same issue in this Challanges
Thank you
Sai
All Answers
If you have not done so:
1) Create a Phone UUID custom field on user object (setup/customize/users/fields) - the field is called Phone UUID with API name Phone_UUID__c
Make sure to check the Unique checkbox (first radio button is fine) and check the External ID checkbox
2) Now go to the phone external object (setup/build/develop/external objects/phone not hit Edit on the UIDD field
Click "Change Field Type" choose "Indirect Lookup Relationship" select User, select Phone_UUID__c, and save
3) Go to any user record and update the Phone UUID custom field to value in th exercise
and you should be done.
Thx
Please follow the steps as mentioned here https://developer.salesforce.com/forums?communityId=09aF00000004HMGIA2#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906F0000000AyT7IAK (https://developer.salesforce.com/forums?communityId=09aF00000004HMGIA2#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906F0000000AyT7IAK" target="_blank),
we had same issue in this Challanges
Thank you
Sai
For example:
Make sure to check the Unique checkbox (first radio button is fine) and check the External ID checkbox
Thx.
Glad you got working.
If you are good to go, be sure to pick best answer to close this question as resolved.
thx.
Step 1 has you intall a package that creates the necessary fields and allows for the relationship (creates the Customer _ID__c field + makes it unique and an external identifier). After this, everything progresses as it should.
https://help.salesforce.com/articleView?id=external_object_indirect_lookup_relationships.htm&type=5