- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2024 11:47 PM - edited 05-17-2024 03:17 AM
Hi, there is new requirement for Catalog Item:
On the Basis of User's "Country" Field.
The options under "Salesforce Instance" should get populated.
For eg: Country= INDIA || Country1 || Country 2|| Country 3, Salesforce Instance = "Instance A, Instance B",
Country= USA || Country 4, Salesforce Instance = "Instance C, Instance D, Instance E",
Country= UK , Salesforce Instance = "Instance F, Instance G", and so on
Total there are 10 countries
If you want to change the field variable please let me know what Variable field should be
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 03:11 AM - edited 05-17-2024 03:14 AM
addOption(String fieldName, String choiceValue, String choiceLabel, Number choiceIndex);
fieldName | String | The field name. |
choiceValue | String | The value stored in the database.(BACKEND Value) |
choiceLabel | String | The value displayed. |
choiceIndex | Number | Order of the choice in the list. |
Client Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 03:11 AM - edited 05-17-2024 03:14 AM
addOption(String fieldName, String choiceValue, String choiceLabel, Number choiceIndex);
fieldName | String | The field name. |
choiceValue | String | The value stored in the database.(BACKEND Value) |
choiceLabel | String | The value displayed. |
choiceIndex | Number | Order of the choice in the list. |
Client Script