ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 93 - Certified Platform App Builder discussion

Report
Export

Ursa Major Solar wants to see the Type field from the parent object Galaxy listed on the child recordStar. The app builder is receiving an error stating 'Picklist values are only supported in certain functions'.

What formula should an app builder use to achieve the desired result?

A.
ISPICKVAL(Galaxy__r.Type__c)
Answers
A.
ISPICKVAL(Galaxy__r.Type__c)
B.
VALUE(Galaxy_r.Type__c)
Answers
B.
VALUE(Galaxy_r.Type__c)
C.
TEXT(Galaxy_r.Type_c)
Answers
C.
TEXT(Galaxy_r.Type_c)
D.
FIND(Galaxy__r.Type__c)
Answers
D.
FIND(Galaxy__r.Type__c)
Suggested answer: C

Explanation:

TEXT() is a formula function that converts a picklist value to text. This can be used to display the Type field from the parent object Galaxy on the child record Star. ISPICKVAL() is used to check if a picklist value is equal to a specified value. VALUE() is used to convert text that represents a number to a number. FIND() is used to locate one text string within another text string.

asked 23/09/2024
Christopher Dawe
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first