Resolved! Unable to create a standard change request record using script.
I am trying to create a standard change request record using script. But the change is getting created as a normal change. var chg = new GlideRecord('change_request');chg.initialize();chg.type = "standard";chg.std_change_producer_version = '16c2273c...
