Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

why is Validate Table name and Element name business rule used for ??

Kiddy1
Tera Contributor

I have a business rule   name : Validate Table name and Element name set as inactive 

why is it exactly used for??

 

Thanks in advance

1 ACCEPTED SOLUTION

Alikutty A
Tera Sage

Hello,

This is an OOB business rule on the Dictionary table and execute when you create or update a new column in a table.

It contains validation on the Table and column names to ensure a proper column name is added within the correct scope of table. It also contains validation for empty Table name or if column already exists in this table or a table extended from it.

 

View solution in original post

1 REPLY 1

Alikutty A
Tera Sage

Hello,

This is an OOB business rule on the Dictionary table and execute when you create or update a new column in a table.

It contains validation on the Table and column names to ensure a proper column name is added within the correct scope of table. It also contains validation for empty Table name or if column already exists in this table or a table extended from it.