ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 271 - Certified Platform App Builder discussion

Report
Export

Universal Containers has several new fields they've requested for the Opportunity Product object.

What should an app builder be able to configure using a formula field?

A.
A hyperlink to the parent Account of the parent Opportunity.
Answers
A.
A hyperlink to the parent Account of the parent Opportunity.
B.
A Rich Text area field that uses HTML to bold certain characters.
Answers
B.
A Rich Text area field that uses HTML to bold certain characters.
C.
A combination of the Opportunity's Text and a Description fields.
Answers
C.
A combination of the Opportunity's Text and a Description fields.
D.
A mix of functions and concatenation of 10 Account fields and 10 Opportunity fields.
Answers
D.
A mix of functions and concatenation of 10 Account fields and 10 Opportunity fields.
Suggested answer: C

Explanation:

Formula fields in Salesforce can use various functions including text, mathematical, and logical functions to create simple or complex expressions. They can handle data from fields of the same record. Option C, 'A combination of the Opportunity's Text and a Description fields,' is a valid configuration for a formula field as it involves simple concatenation of text fields, which is supported. Options A, B, and D exceed the capabilities of formula fields:

A: Hyperlinks to other objects using formula fields do not directly support navigation to parent records of a different object.

B: Rich Text and HTML formatting are not supported in formula fields.

D: Formula fields have limits in their complexity and field references which would make mixing numerous fields from different related objects impractical and likely exceed formula size limits.

Reference: Formula Field Overview on Salesforce Developer Guide

asked 23/09/2024
Donald Wu
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first