Skip to main content

Tenant Administrator Roles

Goal: Functional

Developer: Nicolas Micoud

Feature Ticket: IDEMPIERE-5214

Sponsor: TGI

Description:

Messages are defined and translated at System level. Sometimes, it can be useful to set a translation at tenant level.

A new flag has been added to identify administrator roles at tenant level.

TenantAdministratorRoles

It can be used in display logics or anywhere else. Eg: you can use the following logic to display a field for 'Advanced', 'Support' and 'Tenant Administrator' roles.

@#ShowAdvanced@ = Y | @#AD_Role_Type@ = SS | @#IsClientAdministrator@ = Y


Source: Wiki