Created
April 28, 2015 17:42
-
-
Save MaxMorais/16c9af46aada19d21ab4 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"name": "value", | |
"fieldType": "select" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"name": "value", | |
"fieldType": "select" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"name": "value", | |
"fieldType": "select" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"name": "value", | |
"fieldType": "select" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"name": "value", | |
"fieldType": "select" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"name": "value", | |
"fieldType": "select" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"name": "value", | |
"fieldType": "select" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"name": "value", | |
"fieldType": "select" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"name": "value", | |
"fieldType": "select" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"name": "value", | |
"fieldType": "select" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"label": "Applied to", | |
"group": "Doc", | |
"name": "applied_to", | |
"doctype": "Document Flow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Custom Script", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "custom_script", | |
"label": "Custom Script" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthanorequal", | |
"label": "is greather or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "text", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "matchwith", | |
"label": "match with" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "startswith", | |
"label": "stars with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "endswith", | |
"label": "ends with" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "contains", | |
"label": "contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
} | |
], | |
"name": "notcontains", | |
"label": "not contains" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "inlist", | |
"label": "is in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "tags", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"name": "notinlist", | |
"label": "is not in list" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessthan", | |
"label": "is less than" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "islessorequal", | |
"label": "is less or equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isequalto", | |
"label": "is equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "isnotequalto", | |
"label": "is not equal to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fields": [ | |
{ | |
"label": "Value", | |
"fieldType": "text", | |
"name": "value" | |
}, | |
{ | |
"options": [ | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "doctype", | |
"label": "doctype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "name", | |
"label": "name" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "owner", | |
"label": "owner" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "creation", | |
"label": "creation" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified", | |
"label": "modified" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "modified_by", | |
"label": "modified_by" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parent", | |
"label": "parent" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parentfield", | |
"label": "parentfield" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "parenttype", | |
"label": "parenttype" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "idx", | |
"label": "idx" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "docstatus", | |
"label": "docstatus" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "actions", | |
"label": "actions" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocField", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "the_field", | |
"label": "The Field" | |
}, | |
{ | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "macros", | |
"label": "macros" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "DocType", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "document_type", | |
"label": "Document Type" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "Document", | |
"label": "Document" | |
}, | |
{ | |
"value": "Workflow", | |
"label": "Workflow" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "applied_to", | |
"label": "Applied to" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "worflkow", | |
"label": "Worflkow" | |
}, | |
{ | |
"options": [ | |
{ | |
"value": "On Load", | |
"label": "On Load" | |
}, | |
{ | |
"value": "Validate", | |
"label": "Validate" | |
}, | |
{ | |
"value": "Before Save", | |
"label": "Before Save" | |
}, | |
{ | |
"value": "Save", | |
"label": "Save" | |
}, | |
{ | |
"value": "Update", | |
"label": "Update" | |
}, | |
{ | |
"value": "Before Submit", | |
"label": "Before Submit" | |
}, | |
{ | |
"value": "Submit", | |
"label": "Submit" | |
}, | |
{ | |
"value": "Before Update After Submit", | |
"label": "Before Update After Submit" | |
}, | |
{ | |
"value": "Update After Submit", | |
"label": "Update After Submit" | |
}, | |
{ | |
"value": "Before Cancel", | |
"label": "Before Cancel" | |
}, | |
{ | |
"value": "Cancel", | |
"label": "Cancel" | |
}, | |
{ | |
"value": "Amend", | |
"label": "Amend" | |
}, | |
{ | |
"value": "Trash", | |
"label": "Trash" | |
}, | |
{ | |
"value": "Change", | |
"label": "Change" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "when", | |
"label": "Action" | |
}, | |
{ | |
"fields": [ | |
{ | |
"fieldType": "link", | |
"options": "Workflow Transition", | |
"name": "value", | |
"label": "Value" | |
} | |
], | |
"group": "Doc", | |
"doctype": "Document Flow", | |
"name": "transition", | |
"label": "Transition" | |
} | |
], | |
"fieldType": "select", | |
"name": "value", | |
"label": "Field" | |
} | |
], | |
"name": "value_or_field", | |
"label": "Option Selector" | |
} | |
], | |
"name": "greatherthan", | |
"label": "is greather than" | |
}, | |
{ | |
"fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment