Skip to main content

ACTIONFLAGS

Action flags (bitfields).

NameDescriptionType
allSpecifies all flags set; Including any future flags.boolean
change_permissionsChange permissions.boolean
delete_objectDelete.boolean
mark_for_archivingMark for archiving.boolean
assign_to_userAssign to user.boolean
send_notificationSend notification.boolean
set_propertiesSet properties.boolean
run_scriptRun VBScript.boolean
create_separate_assignmentCreate separate assignment.boolean
convert_to_pdfConver to PDF.boolean

Example

{
"all": false,
"change_permissions": false,
"delete_object": false,
"mark_for_archiving": false,
"assign_to_user": false,
"send_notification": false,
"set_properties": false,
"run_script": false,
"create_separate_assignment": false,
"convert_to_pdf": false
}