When modifying a Standard change template the Request Approval button on Standard change is not workingIssue When you modify a standard change template you click on Request Approval. This does not generate new approvals and leaves the state in New. CauseThe button is controlled by a UI script (StdChgProposalRPScript). Here is the relevant part: window.submitStdChgProposal = function submitStdChgProposal(cartParam) { ... g_form.setValue('variables.state', '2'); ... It's trying to set state to 2. If state is not available it does not work. You can test this by deactivating the State field. ResolutionThe field needs to be active: /item_option_new.do?sys_id=feb19f3b9fb002002920bde8132e7025