How to remove "Request Approved" Stage from RITM which automatically comes from request workflow from service portal view as well as ITIL view!!!

palakgupta
Tera Contributor

Hello All,

How to remove "Request Approved(Approved)" Stage from RITM which automatically comes from Request workflow!!! I am using "Stage rendering - Linear"

find_real_file.png

1 ACCEPTED SOLUTION

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.

View solution in original post

2 REPLIES 2

asifnoor
Kilo Patron

Hi,

Refer to this link (correct answer) which gives instructions on how you can remove this.

https://community.servicenow.com/community?id=community_question&sys_id=39c387a5dbd8dbc01dcaf3231f96...

Mark the comment as a correct answer and also helpful if it answers your question.

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.