CRT-450 Exam QuestionsBrowse all questions from this exam

CRT-450 Exam - Question 33


A developer needs to join data received from an integration with an external system with parent records in Salesforce. The data set does not contain the

Salesforce IDs of the parent records, but it does have a foreign key attribute that can be used to identify the parent.

Which action will allow the developer to relate records in the data model without knowing the Salesforce ID?

Show Answer
Correct Answer: CD

To relate records in Salesforce without knowing the Salesforce IDs, you can create and populate a custom field on the parent object marked as an External ID. This allows Salesforce to identify parent records using an external system's unique identifier. External ID fields can be used to match and link these records during data import processes.

Discussion

14 comments
Sign in to comment
am1Option: C
May 6, 2020

I think the answer is C.

PP09Option: C
Jun 6, 2020

Ans is C - we don't have any data type as foreign key relationship

Tushart023Option: C
Jul 23, 2020

I think its option C only, we can map azureId.

mukulADMOption: C
Jul 28, 2020

c is the correct answer

JankovraOption: C
Nov 14, 2022

It is C. The Parent as to have a field External Id to allow childs to reference him.

LordGreedOption: C
Jan 17, 2023

Answer is C You need an external ID on the Parent First then use Indirect Lookup Relationship Fields on External Objects. https://help.salesforce.com/s/articleView?id=sf.external_object_indirect_lookup_relationships.htm&type=5

ronak_h33tOption: C
Dec 1, 2022

c.........

Max641Option: C
Aug 19, 2021

"C" for two reasons. It has to be on the Parent object and their is no "foreign Key" type.

ApexMikeOption: C
Sep 28, 2022

D cannot be correct. There is no data type of 'Foreign Key' in SF. The answer is C.

Mitul_ShahOption: C
Dec 22, 2022

Answer is C

helper_rawOption: C
Nov 21, 2023

we need the External ID

TestEmOption: D
Aug 31, 2021

Answer: D. Create a custom field on the child object of type Foreign Key. Carefully read the link below, 'foreign' key is not necessary the word 'foreign' https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/langCon_apex_dml_foreign_keys.htm

ApexMike
Sep 28, 2022

The very first line in your link says you need to use External ID which is option C.

Shubh01Option: C
Mar 30, 2022

C, perfectionist

TDB97Option: C
May 27, 2024

Answer is C