Example: When cancelling project tasks entry, remove row from project tasks table in the project module.
Module 1: Project
Module 2: Project Tasks
- Go to Project Tasks > Activity: Cancel > Automation
When performing Cancel, do Automation
- After executing
- Drag & drop Action block
- Click + Add Action
- Select ‘Form’
- Select ‘Module’: Project
- Activity: Remove Project Task
- Type ‘Entry’: #Entry’s Project
- Click ‘OK’
- Click + Add Action
- Select ‘Create’
- Type ‘Variable’: Remove
- Type ‘Value’: find(#Project RemoveProject Task Form’s Project Tasks’s Task ID == #Entry)
- Click ‘OK’
- Click + Add Action
- Select ‘Create’
- Select ‘Variable’: #Row
- Select ‘Value’: removeRow(#Project Remove Project Task Form’s Project Tasks, Remove)
- Click ‘OK’
- Click + Add Action
- Select ‘Perform’
- Select ‘Module’: Project
- Select ‘Activity’: Remove Project Task
- Type ‘Entry’ : #Entry’s Project
- Type ‘Form’: #Project Remove Project Task Form
- Click ‘OK’
Result
-
When cancelling project task ID:PRJ00003
-
Task ID PRJ00003 has been remove from the project tasks table in Project module.