Button | Description |
---|---|
![]() | Undo the last action (Ctrl + Z). |
![]() | Redo the last action (Ctrl + Y). |
![]() | Comment out the selected code. |
![]() | Uncomment out the selected code. |
![]() | Decrease the Indent (Shift + Tab). |
![]() | Increase the Indent (Tab). |
![]() | Toggle a Bookmark at the current line. |
![]() | Move to the Previous Bookmark. |
![]() | Move to the Next Bookmark. |
![]() | Clear all Bookmarks. |
Workflows maintain their own Script. The following events are supported (the "Paste template Script code" button will generate a template script):
AfterInitialise
BeforeProcess
BeforeItemAction
AfterItemAction
BeforeItemReset
AfterItemReset
BeforeClose
BeforeAccountDecline
CanActionItem
CouldActionItem
UpdateDocumentsList
Button | Description |
---|---|
![]() | Show information about directives that can be inserted into the code. |
![]() | Paste template Script code. |
![]() | Build Script to verify that it compiles correctly. |
![]() | Import Script from a file. |
![]() | Export Script to a file. |
![]() | Encrypt or Decrypt Script Code. |