Skip to content

Scripts

It is possible to write scripts within BizzStream in order to automate company-specific logic.

JavaScript

BizzStream uses JavaScript as its script language. There are many good sources that can help you learn JavaScript:

System mode

Scripts run in system mode. This means that scripts always have full access to all documents.

Scripts can be executed as part of workflow actions. Because scripts run in system mode they do not take the permissions of the user starting the action into account.