exam questions

Exam Certified OmniStudio Developer All Questions

View all questions & answers for the Certified OmniStudio Developer exam

Exam Certified OmniStudio Developer topic 1 question 23 discussion

Actual exam question from Salesforce's Certified OmniStudio Developer
Question #: 23
Topic #: 1
[All Certified OmniStudio Developer Questions]

A developer creates a FlexCard that displays a contact's mailing address and passes the contact's postal code to a child FlexCard.
When configuring text elements in the child FlexCard, what syntax should a developer use to refer to the contact s postal code?

  • A. {postalcode}
  • B. {Params.postalcode}
  • C. {Parent.postalcode}
  • D. {Records.postalcode}
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
ksar4u
10 months ago
Question is incomplete. PostalCode was passed as an attribute or data node? If passed as attribute, then C and if its passed as data node, then A.
upvoted 3 times
...
cooldeeps
11 months ago
Answer is C
upvoted 1 times
...
[Removed]
1 year, 1 month ago
Selected Answer: C
Answer is C
upvoted 2 times
...
Kurte
1 year, 1 month ago
Selected Answer: C
Correct answer is C
upvoted 2 times
...
ppremy
1 year, 1 month ago
Selected Answer: B
To refer to the contact's postal code passed from the parent FlexCard to the child FlexCard, the developer should use the following syntax: B. {Params.postalcode} When passing data from a parent FlexCard to a child FlexCard, the data is typically passed as a parameter. In this case, the postal code value is being passed to the child FlexCard, so it should be referenced using the {Params.} syntax. The {Params.} syntax is used to refer to parameters that are passed to a FlexCard. When passing a parameter to a child FlexCard, the parameter can be referenced using the {Params.} syntax followed by the name of the parameter. In this case, the parameter name is "postalcode", so the developer should use {Params.postalcode} to refer to the value in the child FlexCard's text elements.
upvoted 1 times
Laurens12345
1 year, 1 month ago
C* https://www.omnistudiofacts.com/post/passing-data-from-parent-to-child-flexcard
upvoted 3 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 ...