Question
Capture Signature Control Customization
Hi All,
I have a requirement to store the signature of the each operator. I am planning to use the Capture Signature Control to capture the signature for each operator.
As we know OOTB the Capture Signature Control saves the captured signature as an attachment to the case or WO.
I want to override the same and make it store it with operator record.
Please let me know how to customize it.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Below are my cents on the requirement:
1.Create a case type to get the signature and ask all the operator to complete one case each.
2.Include signature panel on that case.
3. Now you will be getting the signature as an attachment.
3.Create a text property to hold the signature data in Operator class.
4. From the signature(attachment of the class) get the signature data and save the data in the property of the operator class.
5.You can also override operator rule form to show the signature.
-Saikat