- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2019 10:47 AM
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?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2019 05:00 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I tried this and it does not work.
Instead what did work was:
Navigate to Workflow > Workflow editor
Select Published and then search for "Service Catalog Request"
Go to Workflow actions and select "Checkout" the workflow so you can edit it and click on Set Values Automatic approval
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2020 12:22 PM
anyone know if this is actually documented officially somewhere? i searched docs for Catalog Request Default Approval and couldnt find it.
Update, found it, though not specific to the use case but more generally:
I did not see where this was mentioned in Release notes..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 06:23 AM
I am *plauged* with this message. I have created a custom workflow with just 1 step (a notification), I have removed (as in DELETED) the OOB Approval Rule that this was appearing in and I STILL see this message.
Has anyone else ran into this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 08:41 AM
Same, I've commented out the script and even changed the words in the script to show something different. Always comes back to saying it was approved for being less > 1000. I don't understand how that is possible unless that text is coming from somewhere else too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 01:17 PM
Hi everyone, just sharing in case this helps someone.
You can also handle this via the Workflow Activity:
Open the wf_activity.list.
Locate the workflow activity named "Automatic approval".
In the Form Layout, add the Variables field to the table to view the relevant setting.
In the Value section, remove the text:
"Set these values: Additional comments: Request automatically approved for total price <= $1000".
If this was helpful, please mark this comment as helpful!