Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Deleted records on "sys_choice" table

moncef
Tera Contributor

Hello,

I have a problem when deleting records from "sys_choice" table, i don't find them on deleted records.

There is any solution for that or are they audited in another table.

Thank you.

3 REPLIES 3

Alex Ward
Mega Guru

Take a look at the below links, this should help with sys_choice records being included in the deleted records:

 

Doc for deleted records:

Deleted records

Doc for adding "sys_" tables:

Adding sys_ tables

Raj68
Mega Guru

Hi,

please check once "sys_metadata_delete" hope you can find your record here

NOTE: Mark correct or helpful if it helps you.

 Warm Regards,

Raj patel

 

asifnoor
Kilo Patron

By default sys tables are not audited. If you want to enable them, then you should follow the below link

https://docs.servicenow.com/bundle/madrid-platform-administration/page/administer/system-logs/task/t...

Mark the comment as a correct answer and also helpful if it helps.