Multiple records to be deleted from sys_object_source table

Suman21
Tera Expert

Hi,

 

Is there any way we can delete multiple records from the sys_object_source table. As I wanted to clean up some of records which need to run through the IRE rule before it inserts or update a record in CMDB.

 

1 REPLY 1

palanikumar
Mega Sage

You can use deleteMutiple to delete multiple records. Refer the documentation below

https://developer.servicenow.com/dev.do#!/reference/api/utah/server/no-namespace/c_GlideRecordScoped... 

Thank you,
Palani