Record keyed by the name of the custom APEX method that loads the picklist values. Custom APEX classes listed in this array will be invoked at the script start to load picklist values instead of caching the values in the script definition at design time.
{
'Select1/myClass.getDependentPicklistValues': ''
}
Maps labels by their key to their resolved value based on the user activation language
Picklist values by SObject type, key is the SObject.Field, value is an array of possible picklist values
Record keyed by the name of the custom APEX method that loads the picklist values. Custom APEX classes listed in this array will be invoked at the script start to load picklist values instead of caching the values in the script definition at design time.