E-Signature
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 02:05 AM
Hi Team,
The requirement is that on case form if the assignment group or assigned to is changed then the digital signature should be asked on case for the person who is changing these fields value. How to achieve this.
Any help will be appreciated.
Thanks,
Reena
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 05:05 AM
I believe I answered your question on how to add signature on form.
What you can do is validate using before update business rule if Assignment group changes then an entry is made into signature table for your current record
If not then abort the update.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 12:14 AM
@Reena Kumari2 wrote:Hi Team,
The requirement is that on case form if the assignment group or assigned to is changed then the digital signature should be asked on surway case for the person who is changing these fields value. How to achieve this.
Any help will be appreciated.
Thanks,
Reena
To prompt for a digital signature when the Assignment Group or Assigned To fields are modified on a case form, implement an onChange client script for these fields. This script should display a modal dialog requesting the user's digital signature upon detecting changes. Ensure the signature is captured and stored in a designated field before allowing the form submission to proceed. Additionally, consider implementing a UI policy or business rule to enforce this requirement, preventing the record from being saved without a valid digital signature. This approach ensures accountability and maintains data integrity when critical assignment fields are altered.