Define the Data Model > Defining business entities > Business entity properties
  

Business entity properties

You can configure business entity properties that suit your business requirements.
The following table describes the business entity properties:
Property
Description
Display Name
Required. Name of the business entity.
Note: Ensure that you don't use the name of the predefined business entities or the reserved keyword xrefLinks in the display name.
Internal ID
Required. A unique business entity identifier, which is generated based on the display name that you enter. You can't change the internal ID after you create the business entity.
Note: Ensure that you don't use the name of the predefined business entities or the reserved keyword xrefLinks in the internal ID.
Description
Optional. A description of the business entity.
Location
Required. Project or folder within which you want to save the business entity.
Icon
Optional. Icon to represent the business entity for easy identification.
Error Remediation
Optional. Indicates whether you can save records with validation errors in real time through REST APIs or the user interface. MDM SaaS doesn't automatically validate records that were created before you enabled error remediation. To validate those records, you must edit records.
After you enable error remediation and save records, MDM SaaS tags records with validation statuses. Also, the search results page includes the validation status filter to filter search results by validation status, errors, and error types.
If you don't enable error remediation, you can't save records with validation errors in real time. However, you can ingress records with errors through batch jobs and file import. These records aren’t tagged with validation statuses, and the search results page doesn’t include the validation status filter.
When you disable error remediation for a business entity, you can't view charts in reports generated based on records with validation errors for the business entity.
Note: By default, the user interface displays the field group associated with error remediation for business entities irrespective of whether error remediation is enabled. When you enable error remediation, the field group displays the validation errors of fields. When you disable error remediation, the field group doesn't display any validation errors.
Business ID Format
Required. Format for business IDs that MDM SaaS generates for records.
For more information about the business ID format, see Business ID format.

Business ID format

Business IDs are unique identifiers of records that belong to a business entity. When a record is created, MDM SaaS assigns a business ID to the record in the specified format.
You can select one of the following formats:
Business IDs are generated in a non-linear sequential order. For example, if you have configured the format of the business ID as numeric, length as 15 numbers, and a prefix as 999, 999000000000001 is the business ID generated for a record. MDM SaaS might assign the next business ID as 999000000000012.
Before you set the business ID format for a business entity that contains records, you must purge all of its records. After a data purge, you can reuse the business IDs of the purged records. Ensure that the business IDs are lower than the last generated business ID. For example, if 999000000008899 was the last generated business ID before the data purge, you can ingress records with business IDs lower than the last sequence number 8899, such as 999000000007755.
When you set the business ID format for a business entity, you can now preview it to understand how a business ID appears.
The following image shows the business ID configuration of a business entity:
Note: When you specify a custom business ID for records that you create through an ingress job or API, ensure that its length doesn't match the length that the business entity uses for the business ID format. For example, if you specified 111 as the prefix and 15 as the length in the business ID format for a business entity, ensure that you don't use 111560000800000 as a custom business ID. However, you can use a custom business ID with a prefix of 111 but with a different length.