Examples

Here you can refer to some examples for action workflow item.

Opening a Child Process

Clicking on (trigger) button 1200 in display mode in process 1 should start process 2 as a child. Process 1 should be locked for the duration of process 2.

Closing a Child Process

Once process 2 is closed, process 1 is unlocked.

Completing Fields

Clicking on button 1200 in display mode should transfer the contents of the Rep parameter to the Rep 1 field in the company record. To do so, you have to ensure that the mode is switched to edit mode before performing the update and exit edit mode with Save+Exit.

Sending and Receiving Records

Clicking on button 1200 in process 2 triggers two commands and sends the allocation record to process 1. The reps stored in the Rep fields are then entered in the corresponding fields of the sales group displayed in process 2.

Process 2:

Process 1:

Triggering Actions with Field Changes

In this example, an action is triggered by editing the Country field: If the country is changed (e.g. from Austria to Germany), the process' text field should display "Austria -> Germany". The parameter is added to the text using '<#>'.

The first command is carried out before the new value is applied to the database:

The next command is carried out after the new value is stored: