What should a developer's first step be when troubleshooting whether a DataRaptor Extract is retrieving data?
An Integration Procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields as input: AccountId and ProductId. The Integration Procedure data JSON contains the following nodes:How should the Remote Action element be configured to pass the data correctly to the method?
A developer needs to create a list of cases for an account in a single Datatable in a FlexCard, like the one shown below.How can the developer configure the FlexCard to display the case records in this way?
A developer is building an OmniScript and needs to retrieve data from Salesforce and from an AWS Order Management system.Which two OmniScript elements could retrieve this data? (Choose two.)
A customer sets up two LWC OmniScripts, one embedded into another. AccountId is set in a Set values element in the parent OmniScript. The AccountId set in the parent OmniScript is used to set another Set Values element ContextAccountId in the embedded OmniScript. The embedded OmniScript is activated.While previewing the OmniScript flow from the parent, it is found that AccountId is set correctly in the parent OmniScript. However, ContextAccountId in the embedded OmniScript is not set with the AccountId from parent OmniScript. On previewing the embedded OmniScript individually, it is found that ContextAccountId is set correctly.What is the reason for this? Refer to the exhibits below.Parent OmniScript:Embedded OmniScript:
A developer is creating an OmniScript that provisions trial orgs to their customers. The following text block in the OmniScript uses a merge code to display the ID for the new trial org:Welcome to Salesforce!Your ID is %Details:Customer|0:ID%During testing, the developer notices that the ID does not display. The data JSON is structured as shown below.How should the developer correct the merge code in order for the ID to display?