Supported Term Data Types

Various Business Rules are checked after a change is made to a Model Object. These checks ensure the integrity and consistency of the model.

Term Data Type

This Business Rule checks the presence of a Data Type for a Term in a Model Object.

It should be different from the Unsupported default value.

This check has six parameters:

  • ExcludeDefaultTerms: if true, the Default Term Data Types are not checked
  • ExcludeBusinessKeys: if true, the Business Key Term Data Types are not checked
  • ExcludeIdentities: if true, the Identity Term Data Types are not checked
  • ExcludeForeignKeys: if true, the Foreign Key Term Data Types are not checked
  • ExcludeUnmapped: if true, the Term Data Types for terms which are not mapped are not checked
  • TermName: Term name to consider for the Data Type check

If the Business Rule validation fails, the following message will be displayed as a Warning Notification on the Model Object:

Model object '{ModelObject.Name}' of type '{ModelObject.ModelObjectType.Name}' has unsupported data type for terms defined.

Example: