Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Multiple records to be deleted from sys_object_source table

sumanjungay
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
Giga 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