Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Requestor and Fulfiller license requirement

Anshul Shrivast
Tera Contributor

This requirement is about requestor and fulfiller license. As per below scenario I want to know whether User B will require fulfiller license or not. This is custom app build in App engine.

 

User B is a member of Group B

 

Scenario - User A create a record and fill the department field as (group B), once user A submit the record notification will be sent to Group B, once User B see the record he have two buttons (UI Action) as Accept or Reject, If he clicks on accept UI action button, I am changing status field (custom field) as accepted from script.

 

Does in this case user B will be require a fulfiller license as he will just click accept or reject and I am changing status via script.

 

Thanks in advance.

 

 

8 REPLIES 8

Dr Atul G- LNG
Tera Patron

“B” is for approval and requires an approval license, not a fulfiller license.

A fulfiller license allows a user to update, delete, or move the state of a record. @Anshul Shrivast 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Thank you @Dr Atul G- LNG  for you reply.

 

As per requirement its not approval process, its just accept or reject the record and change status to accepted or rejected. 

 

I am not creating any approval record to approve or reject.

 

Both user A and B have requestor role.

Hi @Anshul Shrivast 

Where are you storing the acceptance or rejection details in ServiceNow? I mean, in which table if not in approval?

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Hi @Dr Atul G- LNG 

 

Its custom table inside custom app, nothing will relate to approval record.

 

And once user B click on accept or reject I will update my custom status field by script