Loading
Set Up and Maintain Retail Execution
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
          Configure Translations for Picklist Values

          Configure Translations for Picklist Values

          Add translations for the picklist values in the Compute Price field in the Order Template object.

          Required Editions

          Available in: Lightning Experience

          Available in: Enterprise and Unlimited Editions that have Consumer Goods Cloud enabled

          User Permissions Needed
          To configure translations for picklist values:

          CGCloud Business Admin

          OR

          CGCloud Retail Business Admin

          1. From Setup, in the Quick Find box, find and select Translate.
          2. Select the language as English, setup component as Picklist Value and object as Order Template.
          3. In the Picklist Value Label Translation column, for picklist value 4, enter Offline (Button), and for picklist value 5, enter Offline (Edit Mode) for the Compute Price field.
          4. Save your changes.

          To prepare the picklist definitions for the offline mobile app, run the PicklistAttributesMappingBatch job or run this script manually:

          cgc_sync.PicklistAttributesMappingBatch p = new cgc_sync.PicklistAttributesMappingBatch(); 
          Id batchJobId = Database.executeBatch(p, 1);
           
          Loading
          Salesforce Help | Article