- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2016 03:28 PM
I'm trying to alter the auto-accept conditions from the defaults, $1,000, and am running into issues. In the Worflow Editor I've made several alterations each time when I go and create a test request I get:
Request automatically approved for total price <= $1000
Currently I've set the condition to $10k, but still get the message above when creating a test request:
I've altered the System Policy > Rules > Approval > Catalog Request Approval giving it the condition:
price>2000^approval=not requested^EQ
but this value similar to the one in the Workflow doesn't appear to be used in the automatic-approval consideration. If someone could give me some suggestions as to why this might be failing, how I can debug this or, how to proceed I'd very much appreciate it.
This is for Geneva, currently this is being worked out in our dev branch. The dev branch contains and appears to unfortunately be using some demo-data caused by previous development work using this as a dependency.
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2016 03:05 PM
michael.ritchie Found it, and thank you, the workflow has a Set Values: Automatic Approval. The default value for this is:
comments=Request automatically approved for total price <= $1000^EQ:
which is where it's being set, and not the previous stage the 'If' statement. All good, thank you much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2016 09:43 AM
Yigal, what is the Price value in the sc_request that this workflow is running against? A screenshot of it would be helpful along with a screenshot of an executing workflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2016 03:05 PM
michael.ritchie Found it, and thank you, the workflow has a Set Values: Automatic Approval. The default value for this is:
comments=Request automatically approved for total price <= $1000^EQ:
which is where it's being set, and not the previous stage the 'If' statement. All good, thank you much.