If the developer deletes that row in Version 3, what is the result?

Refer to the following row-versioned calculation matrix. The developer needs to delete the row that contains the Code CA-SF. If the developer deletes that row in Version 3, what is the result?A . The row is delete only in Version 3.B . The row is deleted In Versions 2 and...

September 12, 2022 No Comments READ MORE +

What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown?

Refer to the exhibit. What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BlkContacts is a Repeat Block. A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: C

September 12, 2022 No Comments READ MORE +

Which two configuration actions should the developer take to set this up in the DataRaptor Load?

A developer is configuring a DataRaptor Load to Save contract data. The developer needs to set the record type of the contact using DeveloperName. Which two configuration actions should the developer take to set this up in the DataRaptor Load?A . Check is Lookup property when mapping the fields.B ....

September 11, 2022 No Comments READ MORE +

Which OmniScript element could save all of this data?

A developer is building an OmniScript and needs to save to Salesforce and to an AWS Order Management system. Which OmniScript element could save all of this data?A . DataRaptor Post ActionB . HTTP ActionC . Integration Procedure ActionD . DataRaptor Load ActionView AnswerAnswer: C

September 11, 2022 No Comments READ MORE +

How should the Remote Action element be configured to pass the data correctly to the method?

An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are 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...

September 10, 2022 No Comments READ MORE +

Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF? Choose 2 answers

Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF? Choose 2 answersA . In a Set Values Action in a Value field.B . In a DataRaptor in an Output Tab Output JSON Path.C . In a DataRaptor Action in an Input Parameters value...

September 8, 2022 No Comments READ MORE +

What is the reason that the fields fail to display the fetched data?

Refer to the exhibit. A developer creates an OmniScript display FirstName, LastName, and BirthDate of a contact using a Type Ahead Block. The DataRaptor used in the Type Ahead has been tested and fetches the correct data. When previewing Omniscript, the developer enters a name in the Type Ahead and...

September 7, 2022 No Comments READ MORE +

In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?

In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?A . It must be included in constants.B . It must be a matrix lookup step.C . It must be a calculation step.D . It must be included m the...

September 7, 2022 No Comments READ MORE +

A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard’s records In a Datable How should the developer configure the parent FlexCard’s Node?

A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard’s records In a Datable How should the developer configure the parent FlexCard’s Node?A . {Records{0}}B . {Records}C . {Params, records}D . {Recorded}View AnswerAnswer: B

September 7, 2022 No Comments READ MORE +

What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action’s HTTP URL?

Refer to the exhibit below . What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action’s HTTP URL?A . %DRReadCase: CaseNumber%B . ((DRRCase, CaseNumber))C . MTTOPDetCaseDetail: CaseNumber%D . ((CaseNumber))View AnswerAnswer: A

September 6, 2022 No Comments READ MORE +