How to remove Request automatically approved for total price <= $1000 from Reqeust

jituksingh
Kilo Guru

Hi All,

 

whenever new reqeust is submitted the additional comment get udpated with Request automatically approved for total price <= $1000.

I checked the workflow and set value is not set there. How Can I remove this?

 

find_real_file.png

 

find_real_file.png

1 ACCEPTED SOLUTION

jituksingh
Kilo Guru

This is no longer set in Workflow. This is enabled through a approval rule named Catalog Request Default Approval on SC_Request table. Just need to comment out the script.

Navigate to System Policy>Rules>Approval and Catalog Request Default Approval

Comment out the script section.

find_real_file.png

 

View solution in original post

12 REPLIES 12

after removing how to save it, it is not showing any option to save.

Hi,

This is very strange—I don’t see any options now either. But I’m sure that I somehow managed to update the "Automatic approval" record earlier.

I checked the UI Actions and saw that the Update button has a complex condition. As a workaround, I temporarily changed the condition’s value to true, updated the record, and then reverted the condition back to its original state.

Honestly, I’m still new to ServiceNow, so I’m not sure if this is considered a good practice. If anyone has suggestions or a better approach, I’d really appreciate your input!

Here is how I achieved it: 

 

Navigate to Workflow > Workflow editor

BiancaK_0-1758013642246.png

 

Select Published and then search for "Service Catalog Request

BiancaK_1-1758013642242.png

 

 

Go to Workflow actions and select "Checkout" the workflow so you can edit it and click on Set Values Automatic approval 

BiancaK_2-1758013642271.png

 

 

Remove the Set values > Additional comments "Request automatically approved for total price <= $1000" and click update and set the Workflow to Published. 

 

Request automatically approved for total price <= $1000 now no longer appears on the portal after a request is submitted.