Resolved! Creating Configuration item using APIs
I am creating a catalog item and workflow that allows to create CI . The form has selection for class and name. How do I create using GlideRecord? Do I need to define new GlideRecord("cmdb_ci_' + className"); or gr = new GlideRecord('cmdb_ci"); gr....