Question
Last activity: 6 Mar 2017 22:31 EST
How to make a signature capture field as mandatory
How to make a signature capture field as mandatory field in a form


Pegasystems Inc.
IN


Pegasystems Inc.
IN
Signature is like any other work attachment. To make it mandatory, your only option is 'Attachment category' validation. In your case definition, configure 'Required category' check on either stage entry or submit. You can specify same category in Signature property panel. If that signature attachment is not present during form submission, an error is thrown. This works in both online and offline cases.
This is expected to change in future because Signature control will be available in 'attachment-free' mode. This will enable features that other editable controls have like Actions, etc.
how to do 'Attachment category' validation. where is this 'Required category' present.


Pegasystems Inc.
IN
I could not find relevant docs on PDN but CSSA course has it covered. Please refer to Case lifecycle managenment lesson.


Pegasystems Inc.
IN
Hello All,
In our application when we are using this control, from what I have observed that after putting signature and clicking on accept there is no such property which holds the signature so how can we use a validate rule AND also is there any way to save the signature into DB without the accept button. I tried calling the same activity on submit which gets called on accept but as the button is outside the control it's not getting the parameters


Pegasystems Inc.
IN
Hello!
I believe this question is now created as a new post: How to Validate signature capture control
Please continue the discussion over the new post.
Thank you,
Hi
I cant see any option to make a client side validation.However, i believe we can enforce a server side validation by using validate rule or post processing activity .