sachin_namjoshi
Kilo Patron

You can run this script as a background script.

 

 

var gr = new GlideRecord("sc_cat_item");
gr.get("sys id of the catalog form that you want to change to a record producer"); gr.sys_class_name="sc_cat_item_producer";
gr.update();

Regards,

Sachin