You can add a control of type Signature capture to a form.
For a signature capture control, also define the control event procedure. A control event procedure has one or more actions that are done if the signature is captured and the resulting document is created.
If your company uses different types of mobile devices, controls can require a different layout for each device.
Name | Responsible | Description |
---|---|---|
Create form control: Signature capture |
Designer |
You can add a control of type Signature capture to a form. Use this control to capture a signature on a mobile device and get it saved as a file. The resulting signature capture file is stored in the file store. |
Design control event procedure |
Designer |
For a signature capture control, also define the control event procedure. A control event procedure has one or more actions that are done if the signature is captured and the resulting file is created. The signature capture file is stored in the file store. Create an action to link the signature capture file to the related record in Microsoft Dynamics 365 for Operations. Add this action to the event procedure.
|
Make control layout device-specific |
Designer |
If your company uses different types of mobile devices, controls can require a different layout. For example, longer labels do not fit properly on a smaller screen. So, you can define a smaller version of such a label for these small-screen mobile devices. |