Configure a scripted writeback action that saves a signature input
Configure an action item's scripted writeback action that can save the signature input in your input form screen.
Before you begin
You must create an input form screen with signature inputs. For more information, see Configure input form screens with signature inputs.
In addition, you must have configured an action item to use for this input form screen. For more information, see Configure an action item.
Role required: admin
About this task
Admins can write scripts that perform the action and then save the signature inputs. Alternatively, they can write scripts that save the signature first before performing the action.
You can use the MobileSignatureHandler script include to save signature inputs. The MobileSignatureHandler script include saves the signature into the sys_attachment table and creates a relevant record in the signature_image table.
You can also write custom code to handle saving your signature inputs. For information about server-side scripting, see Server-side scripting.