You are here:
Use a Translated SalesForce Picklist (Managed Package)
For the managed package runtime, populate Select elements using a translated Salesforce picklist.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
-
In the Omniscript Designer, add a Select element and set these properties:
-
Options Source: sObject
-
Source: <sObjectName>.<fieldName>
For example, if you define a custom object named Multi_Language_Picklist and define a picklist field named Animal_Type, the syntax is
Multi_Language_Picklist__c.Animal_Type__c. -
- In Setup, under Administration Setup, choose Translation Workbench.
- On the Translate screen, choose the target language.
- From the Setup Component list, choose Picklist Value.
- From the Object list, choose the object where the picklist field is defined. The picklist and its values are displayed as a tree.
- For each option. specify the translated value, then save your changes.

