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?

A. Set the collapsible property on the block element B. Use a Datatable element C. Use a conditional FlexCard State D. Set the class="...

A developer creates a new FlexCard to display customer data and actions, such as updating billing information and changing the primary contact for the customer account. The FlexCard contains 10 fields and 5 actions. During testing, several fields display with the correct data, but one of the fields shows only the label. What could cause this?

A. There are no test parameters configured. B. The field is null in the Salesforce record. C. {recordId} is misspelled in the Data Source I...

A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, the developer enters the AccountId correctly and executes the preview. The developer sees the data extracted by the DataRaptor in the Debug Log, but the response is empty. What is the likely cause of this issue?

A. The Response cannot be previewed directly. B. A Response Action was not added to the Integration Procedure. C. The AccountId used for th...