Request Approval button on Standard change template does not create approvalIssue When you modify a change template you need to request approval (via the Request Approval button, bottom right). Rather than approving, state stays new and no approval records are generated. 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 the field is not available or not active it can't do this and the record remains unchanged. ResolutionCreate or activate the field: /item_option_new.do?sys_id=feb19f3b9fb002002920bde8132e7025