- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019 01:16 AM
Hallo everybody,
I'm working on a PoC and one requierement is to sign a table entry (request).
So user will have to fill a form and finally sign it using a signature pad. I saw there is a plugin: com.snc.signaturepad which activates a UI Page which contains a signature pad.
But how to use that UI Page as part of a widget in Service Portal?
Because our page will be face to customer, we dont want to our customer to be in backend so sign the filled form.
I searched long time and haven found a solution yet.
e-Signature is not a possibility, because we need it manually signed and username + password is not an option.
Best regards,
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2019 01:36 AM
Hi,
Hope the following link will help you:
https://sc.service-now.com/snds?state=widget-detail&sys_id=c292430f13a97a002ea1b2566144b0d4
Mark it as correct/helpful,if it helps.
Regards,
Ragini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2019 03:17 AM
HI ampeterson,
yes you can easily use this in service portal, you just need to download the xml from the link above and import it using "retrieve update set" and extend the sc_cat_item or other widget in which you want to use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2019 09:38 AM
I am not sure how I can add it to certain catalog items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2023 11:34 PM
Hi Adam,
Were you able to use this in specific catalog items? I am working on a similar requirement where I need to use signature pad specific to a catalog item and then save the sign as image attachment on target record. Looking for your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023 09:36 AM
No, I was never able to accomplish this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2020 01:53 PM
This looks promising.
Where are the signatures stored in the system once the record is submitted?
I can't find any inserting of the image in the widget scripts.
Thanks.