Change Template not getting created when proposal is approvedIssue When a standard change proposal is created and approved, the related template is not getting created. Template value and Template version values are not populating on the Standard change proposal form.ReleaseAny releaseCauseAn abort action is aborting the record insert into the table "std_change_record_producer". Troubleshooting Steps: Debug Business Rules or review logs to find if the abort action is being happened by any business rule After standard change approval, two records should get created in the below tables, check if created. std_change_record_producer std_change_template Below are the Business rule and Script include that are responsible for the template creation and record producer creation. Debug the below scripts if needed /sys_script.do?sys_id=bb5348a39f2002002920bde8132e707e /sys_script_include.do?sys_id=3f894542ffb00200b18affffffffff79 If any of the record creation in the above tables is aborted by any business rule, then the standard change proposal record will not get updated with the template. Resolution Deactivate or modify the conditions of the business rule which is aborting the insert action.