tenantDynamicEntityTemplate
Fetch Tenant Dynamic Entity Template by id, version and business unit group id.
**Returns:** The tenant dynamic entity template.
tenantDynamicEntityTemplate(
id: String!
businessUnitGroupId: String!
): TenantDynamicEntityTemplate
Arguments
tenantDynamicEntityTemplate.id ● String! non-null scalar
The ID of the tenant dynamic entity template.
tenantDynamicEntityTemplate.businessUnitGroupId ● String! non-null scalar
The ID of the business unit group.
Type
TenantDynamicEntityTemplate object
Dynamic Entity Template is a structure to facilitate the setup of entities to comply with the expectations of surrounding services and UIs.
It allows a tenant to define the mandatory and optional properties of an entity, which need to be presented to a user in a UI, for example.
The tenant template is a copy of the base template that can be modified and saved as a tenant-specific version.
Some base templates contain properties that are not editable by the tenant because they reference internal Hii Retail requirements and cannot be modified. Others refer to domain areas or functionalities that the tenant has or wants to have, and are only best-practice recommendations from Extenda Retail. These can be modified and/or extended as required by the tenant.