How to customize the RITM's initial stage "Request Approval"SummaryThe Stage field on RITM is initially set to "Request Approval" by the OOB global business rule "sc_req_item_stageGetChoices" (/nav_to.do?uri=sys_script.do?sys_id=8a88819bc611227800af8eaaa932544e) on the table Global [global] when RITM is created. The stage choice "Request Approval" is defined at line 58 and line 80 of the script in the OOB global business rule "sc_req_item_stageGetChoices".ReleaseAll releasesInstructionsYou would have to customize the OOB global business rule "sc_req_item_stageGetChoices" in order to edit the RITM's stage "Request Approval". For example, you could replace the stage choice "Request Approval" with "Waiting for Approval" at both line 58 and line 80 of the business rule if you would like to change the RITM's initial stage from "Request Approval" to "Waiting for Approval".