Loading
Feature Disruption - Service Cloud VoiceRead More
Feature degradation | Gmail Email delivery failureRead More
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Connect the Service Process ID to the Intake Form

          Connect the Service Process ID to the Intake Form

          Make sure that the intake form submits data to the correct service process record and triggers the exact fulfillment flows assigned to that service.

          Required Editions

          Available in: Lightning Experience
          Available in: Enterprise, Unlimited, and Developer Editions with Financial Services Cloud and Unified Catalog.
          User Permissions Needed
          To install a template: Industry Service Excellence admin user

          After installing the service process template, you have a service process record and the required components. Link the specific service process record ID, which is the product ID for the service, to your Omniscript and flow orchestrator. This ID acts as the unique identifier that tells which service is requested. Linking this ID makes sure that the intake form submits data to the correct service process record, and triggers the specific fulfillment flow assigned to that service process.

          Before you begin, make sure that you have the product ID generated for the service process record during the template installation.

          Use one of these two methods to pass the product ID of the service process to the intake Omniscript.

          1. Embed the product ID in the integration procedure that’s specific to a service process.

            Use this method if you’re setting up a single service process and want to hardcode the ID directly into the integration procedure of the service process.

            1. From the App Launcher, find and select Omniscripts.
            2. Open the new version of the Omniscript for the service process.
            3. Locate the integration procedure action element named CreateCase.
            4. Click the element to view its properties.
            5. Locate the integration procedure it calls.
            6. Open the integration procedure that you located.
            7. Click the dropdown menu next to Save, and then click Create Version.
            8. In the new version, click the InvokeCreateCaseConnectAPI element.
            9. Expand the Additional Input, Additional Output, and Failure Response section.
            10. In the Additional Input tab, add a new key-value pair.
            11. Enter productId as the key.
            12. Enter the alpha-numeric product ID of the service as the value.
            13. Save your changes.
            14. Activate the integration procedure.
            15. Return to your Omniscript.
            16. Confirm that the Omniscript references the active version of the integration procedure.
            17. Activate the Omniscript.
          2. Map the product ID in the centralized mapping integration procedure.

            Use this method if you want to manage the product IDs to service process mappings for all your service processes in one central place without cloning and updating the integration procedures of individual service processes.

            1. Open the integration procedure called by your Omniscript's CreateCase integration procedure action element.
            2. Select the InvokeCreateCaseConnectAPI component.
            3. Expand the Additional Input, Additional Output, and Failure Response section.
            4. In the Additional Input tab, locate the svcCatalogItemDefApiName key.
            5. Copy the value associated with this key.
            6. From the App Launcher, find and select Integration Procedures.
            7. Open the ServiceProcess_MapServiceNameToProductId integration procedure.
            8. Click the dropdown menu next to Save, and then click Create Version.
            9. Select the ServiceNameToProductIdMap component.
            10. In the Element Value Map section, locate the key that matches your svcCatalogItemDefApiName.
            11. Update the value for that key with your specific product ID.
            12. Save your changes.
            13. Activate the integration procedure.

          The Intake Omniscript is now linked to the service process.

           
          Loading
          Salesforce Help | Article