In an Integration Procedure, you need to perform a multi-step calculation on every element of an
array. Based on best practices, what two methods are recommended?
Choose 2 answers
A.
Use a Calculation Action to call a Calculation Procedure.
B.
Use a Set Values Element inside a Loop Block.
C.
Use a List Action to merge the array elements together.
D.
Use a Matrix Action to call a Calculation Matrix .
Correct Answer: A, D
Explanation not available for this question.
Question #2 (Topic: demo questions)
Which property enables custom Lightning web components to override an individual OmniScript
element’s component?
A.
LWC Component Override
B.
HTML Template ID
C.
Element Type to LWC Component Mapping
D.
Enable LWC
Correct Answer: C
Explanation not available for this question.
Question #3 (Topic: demo questions)
Which OmniScript Action element redirects the user outside the OmniScript?
A.
Navigate Action
B.
Integration Procedure Action
C.
Remote Action
D.
HTTP Action
Correct Answer: A
Explanation not available for this question.
Question #4 (Topic: demo questions)
An OmniScript gets data from Salesforce and from an on-premises billing database. What two
OmniScript elements could retrieve thi data?
Choose 2 answers