Bhavya11
Kilo Patron

Hi @AjayC ,

 

  • This is sample code create new record using GlideRecord

 

var incGr = new GlideRecord('incident');

incGr.initialize();

incGr.short_description = 'Test';

incGr.description = 'Hello';

incGr.insert();

 

 

Please mark helpful

 

Thanks,

Bk

 

If this information proves useful, kindly mark it as helpful or accepted solution.

Thanks,
BK