Business Entity Mapping
API Name: TenantMapping__c
A business entity mapping defines how an Account is mapped to a Business Entity. This is achieved through defining an Account field and its value, which are then associated with a specific business entity name.
Label | API Name | Type | Description |
---|---|---|---|
Name | Name |
Text(255) | |
Account Field Name | AccountFieldName__c |
Text(255) | The internal name of the account field that is used to map an Account to a Business Entity. |
Account Field Value | AccountFieldValue__c |
Text(255) | The value of the account field that is used to map an Account to a Business Entity. |
Business Entity Name | TenantName__c |
Text(255) | The exact name of the Business Entity, which the defined Account field name and value should map to. |