About Workflow Functions

Functions let you create your own custom functions using Deluge scripts to manipulate data, communicate with third-party applications, and update Bigin with responses from third-party applications. The custom functions help in creating procedural logic to allow automation processes. For example, when a record matches the workflow criteria, your Bigin account automatically triggers the custom function and updates the Bigin records.

You must be familiar with Deluge programming language to create custom functions. To learn about Deluge Scripting, see Deluge Scripting ↗.

Manage Functions Section

From the Functions section, do the following:

  • View the list of custom functions.
  • Configure a custom function.
  • View the summary of a function.
  • Edit or delete a function.

By default, the Functions section displays a list of custom functions configured so far.

To configure a custom function, on the top-right corner of the Functions section, click the Configure Function button. For more information, see Configure a Function.

You can view the summary of a custom function. To view, from the list of custom functions, click the function. The summary page of the selected function appears with details.

To edit a custom function, do one of the following:

  • In the Functions section, from the list of custom functions, hover over the function you want to edit, and next to the name of the function, click the settings icon, and then click Edit.
  • From the summary page of a function, next to the title of the function, click the Edit link.

When the Edit Function page appears, click the Edit Function link to edit the function on the Deluge console.

To delete a custom function, in the Functions section, from the list of custom functions, hover over the function you want to delete, and next to the name of the function, click the settings icon, and then click Delete.

You cannot delete a custom function that is associated with a workflow rule. To delete, you must disassociate the custom function first and then delete it.