- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2019 03:06 PM
Hello All,
How to remove "Request Approved(Approved)" Stage from RITM which automatically comes from Request workflow!!! I am using "Stage rendering - Linear"
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2019 08:44 AM
Hello Asif,
Thanks for the reply.
I was able to solve my issue by adding below line in BR: sc_req_item_stageGetChoices
add: wfs.ignoreApproval();
after
var wfs = new WorkflowStages();
Please mark this thread Correct/Helpful if anyone finds it useful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-13-2019 11:46 AM
Hi,
Refer to this link (correct answer) which gives instructions on how you can remove this.
Mark the comment as a correct answer and also helpful if it answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2019 08:44 AM
Hello Asif,
Thanks for the reply.
I was able to solve my issue by adding below line in BR: sc_req_item_stageGetChoices
add: wfs.ignoreApproval();
after
var wfs = new WorkflowStages();
Please mark this thread Correct/Helpful if anyone finds it useful.