For a control of type Signature capture, you can set up a control event procedure with actions that are done in a specific sequence. A control event procedure has one action or a series of actions that are done on the On document captured control event. So, the procedure is started if the signature is captured and the resulting file is created.
| 1. | Click Mobility design. | 
| 2. | Click the Forms tab. | 
| 3. | In the list, find and select the desired record. | 
| 4. | Click Edit. | 
| 5. | On the preview, click the desired signature capture control. | 
|   | Note: If the control list is shown instead of the preview, in the list, find and select the desired signature capture control. | 
| 6. | On the Properties tab, next to the On document captured procedure field, click the Edit 'On document captured' procedure (+) button. | 
| 7. | Sub-task: Add actions. | 
| 7.1 | On the Event procedure dialog, on the Actions pane, click Add to open the drop dialog. | 
| 7.2 | In the list, find and select the desired actions. | 
|   | Note: At least, add an action that links the signature capture file to the related record in Microsoft Dynamics 365 for Operations. For example, the predefined 'Capture Signature' action. | 
| 7.3 | Click OK. | 
| 8. | Sub-task: Fill in parameters. | 
| 8.1 | On the Actions pane, in the list, select an action. | 
| 8.2 | For each action, the relevant parameters are defined in the action class. Each action can have a different set of parameters. Usually, these are input or output parameters. For these parameters, you can define the value. Only define a value for the parameters that are applicable to the event procedure. Sometimes, an action has a different type of parameters or no parameters. In the Value field, you can use a variable, a function, or a fixed value. In this step, as an example, you enter a fixed value. | 
|   | On the Parameters tab, in the Value field, enter or select a value. | 
|   | Note: If the parameter is of type enum, and you define a fixed value, you can only select an enum as defined for the parameter. | 
| 9. | Sub-task: Define conditions. | 
| 9.1 | Optionally, you can run an action under specific conditions. | 
|   | Click the Conditions tab. | 
| 9.2 | Click Add and fill in the fields. | 
|   | Note: In the first Value field, you can use a variable or a function. | 
| 10. | Click Close. | 
| Related to | Notes | 
|---|---|
| Design signature capture event procedure |   |