Default dictionary attribute on table creation

Anton42
Tera Expert

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...

1 ACCEPTED SOLUTION

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 🙂

Please make it correct or helpful if this solves or help you with your issue for other to make use it.

Thanks & Regards,
Vikrant Sharma

View solution in original post

7 REPLIES 7

Hello,

in the end, a Business rule was the solution. Thanks!

Mohith Devatte
Tera Sage
Tera Sage

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

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.