Can I add record in Incident table using GlideRecordSecure from Scripted REST API?

bachhav
Kilo Guru

Is it possible to add incident record directly into the incident table using GlideRecordSecure from Scripted REST API? Is this approach serviceNow certification friendly?

5 REPLIES 5

Hi @bachhav ,

 

ServiceNow certification team doesn't recommend using table API in the scoped app

Isn't that be okay with incident table as it's not scoped application table

 

 

That should be okay using the scripted rest API (if table api is not recommended)

How else the records get's created?

You want to use import set API?

 

 

Regards 

Chaitanya