OmniStudio-Developer Exam Question 76

A developer needs to create DataRaptor to retrieve the name of an account for a contact.
Following best practices, how should a developer configure the extraction steps?
  • OmniStudio-Developer Exam Question 77

    An OmniStudio Developer would like to use a tool within the browser-based OmniScript Designer to test the script ' s logic and data integration during the development phase.
    Which tool should the developer use?
  • OmniStudio-Developer Exam Question 78

    An OmniStudio Developer needs to build a Data Mapper Transform to send product pricing to a Calculation Procedure.
    Given the JSON output below, which mapping in the Transform is correct for the Output JSON Path for the Base Price?
    {
    " input " : {
    " ProductName " : " Text " ,
    " ProductImage " : " Text " ,
    " NumberofEmployees " : " Text " ,
    " BasePrice " : " Text " ,
    " Zip " : " Text "
    }
    }
  • OmniStudio-Developer Exam Question 79

    A user attempts to launch an OmniScript from a record page, but an error message appears: " You do not have permission to access the Lightning Component [OmniScript Name] " . The OmniStudio Developer confirms the user ' s profile has the Vlocity OmniScript runtime access enabled. What is the most likely security-related cause the developer should investigate?
  • OmniStudio-Developer Exam Question 80

    An OmniStudio Developer uses an Integration Procedure that is cached. The developer needs to test a feature with fresh, uncached data without affecting the production cache for other users.
    Which action should the developer take during testing?