We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

E-Signature for specific Catalog item?

conanlloyd
Giga Guru

Greetings all~

I have a requirement to get 2-factor authentification for a specific catalog item.  The E-Signature plugin requires it for an entire table at a time.  Has anyone set up something like this for a specific catalog item?

1 ACCEPTED SOLUTION

Rahul Jain11
Kilo Guru

We have implemented e-signature but not for specific items. 

In your case you coould do the following:

- create two UI Actions for Approve/Rejects

- 1# with e-Signature code

- 2# without e-signature code

- Show the 1st ui action only for the items where e-signature required and skip those from the 2nd UI action.

 

Thanks

View solution in original post

10 REPLIES 10

bleon
Tera Expert

This has changed starting from Yokohama, the records on the E-Signature Registry table are now allowed to be configured with conditions.

That would avoid you having to create the custom checkbox field and customise the Approve UI Actions.