Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

What function is used to create the sysapproval_approver record?

Yuki21
Tera Expert

Hello.

It appears that a record is created in sysapproval_aprover when a record is created in sn_customerservice_registration.

What function is used to create the sysapproval_approver record?

Business rules? Or another script? ?

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

There is a workflow (legacy via the Workflow Editor in the left nav) that runs when a record is created on this table.  The workflow contains an Approval - User activity which creates the sysapproval_approver record - then runs a script to update the record depending on if the approval is approved or rejected.

View solution in original post

3 REPLIES 3

Brad Bowman
Kilo Patron
Kilo Patron

There is a workflow (legacy via the Workflow Editor in the left nav) that runs when a record is created on this table.  The workflow contains an Approval - User activity which creates the sysapproval_approver record - then runs a script to update the record depending on if the approval is approved or rejected.

Hello.

Thank you.
Is the name of the workflow "Customer Registration" ?

Yes!  Sorry I forgot to include that.