You are here:
Configure Options Manually (Managed Package)
For the managed package runtime, manually compose a multi-language Select element.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
- In Salesforce, define a set of custom labels and specify the translations for each one.
-
In Omniscript Designer, add a Select element with these settings:
Option Source Manual Options - Value: The value to be written to the data JSON if this option is selected
- Label: The name of the Salesforce custom label from which the text for the option is read.
| Custom Label | Default Value | Spanish Translation |
|---|---|---|
| Animal_Bear | Bear | Oso |
| Animal_Dog | Dog | Perro |
| Animal_Cat | Cat | Gato |
In Omniscript Designer, specify the Options for the Select element.
| Value | Label |
|---|---|
| 1 | Animal_Bear |
| 2 | Animal_Dog |
| 3 | Animal_Cat |
