exam questions

Exam Certified Platform App Builder All Questions

View all questions & answers for the Certified Platform App Builder exam

Exam Certified Platform App Builder topic 1 question 468 discussion

Actual exam question from Salesforce's Certified Platform App Builder
Question #: 468
Topic #: 1
[All Certified Platform App Builder Questions]

Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to Excel in order to ensure each record is treated uniquely.

What formula should an app builder use to create this new field?

  • A. TEXT(Id)
  • B. ISNUMBER(Id)
  • C. CASESAFEID(Id)
  • D. VALUE(Id)
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
wlthorn
Highly Voted 1 year ago
The correct answer is C (CASESAFEID(Id)) because this function is used to convert the Salesforce record ID, which is 15 characters, into a unique 18-character string. This is important when exporting data to Excel as it ensures that each record is treated uniquely.
upvoted 8 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...