Hierarchy

  • OmniScriptDefinition

Properties

RPBundle: string
bHasAttachment: boolean
bReusable: boolean
bpLang: string
bpSubType: string
bpType: string
bpVersion: number
cusPL: Record<string, "">

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.

{
'myClass.getPicklistValues': ''
}
customJS: string
dMap: object
depCusPL: Record<string, "">

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': ''
}
depSOPL: object
error: string
errorMsg: string
labelKeyMap: Record<string, string>
labelMap: Record<string, null | string>
lwcId: string
prefillJSON: string
rMap: object
response: null
sOmniScriptId: string
sobjPL: object
templateList: string[]
testTemplates: string
timeStamp: string
userCurrencyCode: string
userId: string
userName: string
userProfile: string
userTimeZone: null