
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 08:48 AM
Hi Folks,
I am testing some stuff in the fresh PDI.
On the RITM record we have one field "Approval", Why this field comes up with the value "requested", Even if the approval is not attached for the RITM.
I have also checked the default value of the "Approval" field which is not "requested", The default value of this field is "not requested".
Also in the workflow i haven't set the "Approval" as "Requested"
Anyone knows why this OOTB behaviour is like that. Or please tell me which script does that.
Solved! Go to Solution.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 09:03 AM
Hello,
There is an OOB business rule named 'Cascade Request Approval to Request Item' which sets the approval state to requested.
if you disable the business rule it you will see it getting set to default value
Please mark answer correct/helpful based on Impact

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 09:03 AM
Hi,
Please check the default value set on dictionary of this field also check if there is dictionary override record for sc_req_item.
You can check workflow running on particular catalog item and see if approval value is set using workflow.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 09:03 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2022 09:11 AM
Hey Saurav,
Thanks for your quick response. Yes exactly this is the the BR.
Thanks for the help.