exam questions

Exam CRT-450 All Questions

View all questions & answers for the CRT-450 exam

Exam CRT-450 topic 1 question 240 discussion

Actual exam question from Salesforce's CRT-450
Question #: 240
Topic #: 1
[All CRT-450 Questions]

What is an example of a polymorphic lookup field in Salesforce?

  • A. The WhatId field on the standard Event object
  • B. The ParentId field on the standard Account object
  • C. A custom field, Link__c, on the standard Contact object that looks up to an Account or a Campaign
  • D. The LeadId and ContactId fields on the standard Campaign Member object
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
ChangliYu
Highly Voted 2 years, 3 months ago
Answer is A. List<Event> events = [SELECT TYPEOF What WHEN Account THEN Phone WHEN Opportunity THEN Amount END FROM Event];
upvoted 12 times
...
ApexMike
Highly Voted 1 year, 1 month ago
Selected Answer: A
https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_relationships_and_polymorph_keys.htm
upvoted 5 times
...
tonywang531
Most Recent 10 months, 2 weeks ago
This question appeared once before in the previous pages and the answer was A
upvoted 2 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 ...