Custom Actions page

Prev Next

Custom Actions

Represent special settings that expand the capabilities of the application and implement additional business requirements for a specific project.

Custom Actions are written in JavaScript and differ from project to project.

Custom Actions Page

Represents a page where all Custom Actions for the workspace are stored.

Custom Actions within one Workspace are available for each project within Manager and Mobile.

Actions on a Custom Actions Page

  • Create a new Custom Action

  • Search Custom Actions

  • Edit Custom Action

  • Delete Custom Action

Custom Action Settings

Option

Required?

Description

Visualization

Name

Yes

  • Any convenient name can be set

Key

Yes

  • The key field determines the uniqueness of the created item; when merging and cloning groups or projects, items are sorted according to the key field

Group

Yes

  • Select a Group where the created item will be stored

Execution Step

Yes

  • Determines action trigger:

    • Edit

    • Create

    • Delete

    • Close Work

    • Form Changed

    • Close Tasks

    • Unassign Task

    • Assign Task

    • Unassign Work

    • Assign Work

Script

Yes

  • The CM Editor, or CodeMirror Editor - a versatile text editor  for adding and editing code