ManPageW RoleDataAccess

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Return to Index

Enjoy it, and help to fill it! But please, always respecting copyright.

Please write your contributions under the Contributions Section



Window: Role Data Access

Description : Maintain Data Access Rules

Help : Maintain Data Access Roles of Roles/Responsibilties. Note that access information is cached and requires re-login or reset of cache.



Tab: Role

Description : Role with Data Access Restriction

Help : Select Role for with Data Access Restrictions. Note that access information is cached and requires re-login or reset of cache.

Table Name  : AD_Role

ManPageW RoleDataAccess Role.png

Fields

Name Description Help Technical Data
Client Client/Tenant for this installation. A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. AD_Client_ID

NUMBER(10)

TableDir

Organization Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID

NUMBER(10)

TableDir

Name Alphanumeric identifier of the entity The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. Name

NVARCHAR2(60)

String

Description Optional short description of the record A description is limited to 255 characters. Description

NVARCHAR2(255)

String

Preference Level Determines what preferences the user can set Preferences allow you to define default values. If set to None, you cannot set any preference nor value preference. Only if set to Client, you can see the Record Info Change Log. PreferenceType

CHAR(1)

List

Maintain Change Log Maintain a log of changes If selected, a log of all changes is maintained. IsChangeLog

CHAR(1)

YesNo

Show Accounting Users with this role can see accounting information This allows to prevent access to any accounting information. IsShowAcct

CHAR(1)

YesNo

Access all Orgs Access all Organizations (no org access control) of the client When selected, the role has access to all organizations of the client automatically. This also increases performance where you have many organizations. IsAccessAllOrgs

CHAR(1)

YesNo

Can Report Users with this role can create reports You can restrict the ability to report on data. IsCanReport

CHAR(1)

YesNo

Can Export Users with this role can export data You can restrict the ability to export data from Adempiere. IsCanExport

CHAR(1)

YesNo

Personal Lock Allow users with role to lock access to personal records If enabled, the user with the role can prevent access of others to personal records. If a record is locked, only the user or people who can read personal locked records can see the record. IsPersonalLock

CHAR(1)

YesNo

Personal Access Allow access to all personal records Users of this role have access to all records locked as personal. IsPersonalAccess

CHAR(1)

YesNo


Tab: Table Access

Description : Maintain Table Access

Help : If listed here, the Role can(not) access all data of this table, even if the role has access to the functionality.
If you Include Access to a table and select Read Only, you can only read data (otherwise full access).
If you Exclude Access to a table and select Read Only, you can only read data (otherwise no access).
Please note that table access rules here are in addition to the Data Access Levels defined for a Table and the User Level defined for a Role. These rules are evaulated first and you only need to define the exceptions to these rules here.

Note that access information is cached and requires re-login or reset of cache. Be aware that if you use Include rules, that you need to include also several supporting entiries. As an alternative, grant access only to functionality required. Table Name  : AD_Table_Access

ManPageW RoleDataAccess TableAccess.png

Fields

Name Description Help Technical Data
Client Client/Tenant for this installation. A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. AD_Client_ID

NUMBER(10)

TableDir

Organization Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID

NUMBER(10)

TableDir

Role Responsibility Role The Role determines security and access a user who has this Role will have in the System. AD_Role_ID

NUMBER(10)

TableDir

Table Database Table information The Database Table provides the information of the table definition AD_Table_ID

NUMBER(10)

TableDir

Active The record is active in the system There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

IsActive

CHAR(1)

YesNo

Exclude Exclude access to the data - if not selected Include access to the data If selected (excluded), the role cannot access the data specified. If not selected (included), the role can ONLY access the data specified. Exclude items represent a negative list (i.e. you don't have access to the listed items). Include items represent a positive list (i.e. you only have access to the listed items).


You would usually not mix Exclude and Include. If you have one include rule in your list, you would only have access to that item anyway.

IsExclude

CHAR(1)

YesNo

Access Type The type of access for this rule If you restrict Access to the entity, you also cannot Report or Export it (i.e. to have access is a requirement that you can report or export the data). The Report and Export rules are further restrictions if you have access. AccessTypeRule

CHAR(1)

List

Read Only Field is read only The Read Only indicates that this field may only be Read. It may not be updated. IsReadOnly

CHAR(1)

YesNo

Can Report Users with this role can create reports You can restrict the ability to report on data. IsCanReport

CHAR(1)

YesNo

Can Export Users with this role can export data You can restrict the ability to export data from Adempiere. IsCanExport

CHAR(1)

YesNo


Tab: Column Access

Description : Maintain Column Access

Help : If listed here, the Role can(not) access the column of this table, even if the role has access to the functionality.
If you Include Access to a column and select Read Only, you can only read data (otherwise full access).
If you Exclude Access to a column and select Read Only, you can only read data (otherwise no access). Note that access information is cached and requires re-login or reset of cache.

Table Name  : AD_Column_Access

ManPageW RoleDataAccess ColumnAccess.png

Fields

Name Description Help Technical Data
Client Client/Tenant for this installation. A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. AD_Client_ID

NUMBER(10)

TableDir

Organization Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID

NUMBER(10)

TableDir

Role Responsibility Role The Role determines security and access a user who has this Role will have in the System. AD_Role_ID

NUMBER(10)

TableDir

Table Database Table information The Database Table provides the information of the table definition AD_Table_ID

NUMBER(10)

TableDir

Column Column in the table Link to the database column of the table AD_Column_ID

NUMBER(10)

TableDir

Active The record is active in the system There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

IsActive

CHAR(1)

YesNo

Exclude Exclude access to the data - if not selected Include access to the data If selected (excluded), the role cannot access the data specified. If not selected (included), the role can ONLY access the data specified. Exclude items represent a negative list (i.e. you don't have access to the listed items). Include items represent a positive list (i.e. you only have access to the listed items).


You would usually not mix Exclude and Include. If you have one include rule in your list, you would only have access to that item anyway.

IsExclude

CHAR(1)

YesNo

Read Only Field is read only The Read Only indicates that this field may only be Read. It may not be updated. IsReadOnly

CHAR(1)

YesNo


Tab: Record Access

Description : Maintain Record Access

Help : You create Record Access records by enabling "Personal Lock" for the administrative role and Ctl-Lock (holding the Ctrl key while clicking on the Lock button). <p> If listed here, the Role can(not) access the data records of this table, even if the role has access to the functionality.
If you Include Access to a record and select Read Only, you can only read data (otherwise full access).
If you Exclude Access to a recorf and select Read Only, you can only read data (otherwise no access). Note that access information is cached and requires re-login or reset of cache.

Table Name  : AD_Record_Access

ManPageW RoleDataAccess RecordAccess.png

Fields

Name Description Help Technical Data
Client Client/Tenant for this installation. A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. AD_Client_ID

NUMBER(10)

TableDir

Organization Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID

NUMBER(10)

TableDir

Role Responsibility Role The Role determines security and access a user who has this Role will have in the System. AD_Role_ID

NUMBER(10)

TableDir

Table Database Table information The Database Table provides the information of the table definition AD_Table_ID

NUMBER(10)

TableDir

Record ID Direct internal record ID The Record ID is the internal unique identifier of a record. Please note that zooming to the record may not be successful for Orders, Invoices and Shipment/Receipts as sometimes the Sales Order type is not known. Record_ID

NUMBER(10)

Button

Active The record is active in the system There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

IsActive

CHAR(1)

YesNo

Exclude Exclude access to the data - if not selected Include access to the data If selected (excluded), the role cannot access the data specified. If not selected (included), the role can ONLY access the data specified. Exclude items represent a negative list (i.e. you don't have access to the listed items). Include items represent a positive list (i.e. you only have access to the listed items).


You would usually not mix Exclude and Include. If you have one include rule in your list, you would only have access to that item anyway.

IsExclude

CHAR(1)

YesNo

Read Only Field is read only The Read Only indicates that this field may only be Read. It may not be updated. IsReadOnly

CHAR(1)

YesNo

Dependent Entities Also check access in dependent entities Also dependent entities are included. Please be aware, that enabling this rule has severe consequences and that this is only wanted in some circumstances.

<p>Example Rule: "Include Payment Term Immediate with Dependent Entities"
Primary effect: users with this role can only select the payment term Immediate
Secondary effect (dependent entities): users with this role can see only invoices/orders with the payment term immediate.

IsDependentEntities

CHAR(1)

YesNo

Contributions