Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2024 08:16 PM
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
Thanks,
BK