- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 07:41 AM
Hello,
is it possible to have a collection of attributes automatically set up for the table collection during initial table creation?
So, I am creating a new table and I would like to have set up the attribute "no_audit_delete" for the table collection automatically.
So long...
Solved! Go to Solution.
- Labels:
-
Architect

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 04:14 AM - edited 11-17-2022 04:15 AM
I couldn't find anything OOB. From customization perspective there can be a BR (In my head, I haven't tried it, but logically it could be done with a custom script), but based on your answer you answer, you might want to go with something OOB?
Also, with all due respect to ServiceNow support (I find it depends on if the ServiceNow support personnel know what they are talking about, if I need to agree to what they say), If this is a requirement that you need to implement, I would go ahead and try to observe on my own as well.
Also, this property is what ServiceNow suggest, they should be assisting on this or updating the document. That is just what I feel.
This is just what I think, up for a discussion further if you want 🙂
Thanks & Regards,
Vikrant Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2023 05:06 AM
Hello,
in the end, a Business rule was the solution. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 03:59 AM
hello @Anton42 I THINK BY DEFAULT YOU CANT ADD THE ATTRIBUTE TO THE COLLECTION FIELD
YOU CAN REFER THIS ARTICLE FOR CLEAR EXPLANATION ON THIS
IT CON BE DONE EITHER BY ADDING AN ATTRIBUTE OR UPDATING A SYSTEM PROPERTY
glide.db.audit.ignore.delete
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0725007
hope this helps
Mark my answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 12:38 AM
I know that article. But that not solve my problem. Because it is mentioning the add of attributes after the table already exists. But I want to add attributes already during table creation.