- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 09:17 PM
I have a business rule name : Validate Table name and Element name set as inactive
why is it exactly used for??
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 09:45 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 09:45 PM
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.