Newer Version Available

This content describes an older version of this product. View Latest

Actionable List Fields Input

Input representation for updating an actionable list record.
JSON Example
1{
2 "actionableListFields": {
3 "priority": "medium",
4 "omniScriptKey": "type/subtype/English"
5 }
6}
Properties
Name Type Description Required or Optional Available Version
omniScriptKey String OmniScript key for associating an OmniScript with the actionable list. The format of the OmniScript key is: CheckType/CheckSubType/Language. Optional 57.0
priority String Priority assigned to the actionable list:
  • High
  • Medium
  • Low
Required 57.0