Certified OmniStudio Developer Exam QuestionsBrowse all questions from this exam

Certified OmniStudio Developer Exam - Question 9


A developer needs to display the following information together on one FlexCard: account name, address, phone number, website primary contact first name, contact last name, address, phone number, email

The account information must always be visible, and the contact information should only be visible as needed by the user.

What approach should the developer use to display the contact Information on the card?

Show Answer
Correct Answer: AC

To ensure the account information is always visible while allowing the contact information to be shown only as needed by the user, the most appropriate approach is to set the collapsible property on the block element. This way, the user can expand or collapse the contact information section as required, without affecting the visibility of the account information.

Discussion

6 comments
Sign in to comment
phemmy2k2Option: A
Jan 19, 2023

The correct answer should be A

sirius_spaOption: A
May 22, 2023

The key is "The account information must always be visible, and the contact information should only be visible as needed by the user.". For me, the correct answer should be "Set the collapsible property on the block element"

ppremyOption: C
Apr 27, 2023

To display the contact information on a FlexCard only as needed by the user, the developer should use a conditional FlexCard State. Therefore, the correct answer is C. With a conditional FlexCard State, the developer can define conditions that determine which elements are displayed based on the values of specific fields in the input data. In this case, the FlexCard would initially display the account information, and the contact information would be displayed only if the user selects an option or if certain fields have values. Option A is not recommended because the collapsible property on a block element only hides or shows an entire block, not individual fields or elements within the block.

thneebOption: A
May 31, 2023

If the system would decide, then C would be correct. But the user can decide to uncollapse the block, so it is A

cooldeepsOption: A
Aug 1, 2023

A is the right answer

4d2c7f6Option: A
Jun 15, 2024

A is the correct answer