Excerpt | ||
---|---|---|
| ||
To retrieve |
...
multiple values from a cascading custom field (for example) simply create a string array variable and set the value to the custom field. |
To retrieve multiple values from a cascading custom field (for example) simply create a string array variable and set the value to the custom field.
To set the value values of a date cascading custom field simply set the custom field to equal a date
string an array of strings or a date variable variablestring array variable. The first position of the array represents the parent (primary) value while the second position of the array represents the child (secondary) value.
Getting Values
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Setting Values
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Supported Field Types
Date Picker
Date Time Picker
NOTE: getting the value using the customfield id is not the best practice when
writing SIL scripts. See the Working with Custom Fields example for more
information on the best practices.
...
Select List (cascading)