EInvcGroupAccess contains the group access information that is set in the Security block of each invoice record.
For example, it includes whether each group that is listed in the Security block is allowed or denied the Read, Update, Delete, and Perm(ission) rights.
Object: EInvcGroupAccess (E_INVC_GROUP_ACCESS)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
||||||||
isRead |
IS_READ (NUMBER) |
Read check box |
x |
|
|
int |
Specifies whether the Read operation has been selected for granting or denial. Value is 1 (selected) or 0 (not selected). This attribute does not determine whether the operations are allowed or denied. (See allowDenyIID.) |
|
|
isManual |
IS_MANUAL (NUMBER) |
|
x |
|
|
boolean |
Indicates whether the group access rights were assigned manually through the Security block of the record or automatically by the system. 0 - Assigned manually 1 - Assigned automatically |
|
|
owner--> |
ENTERPRISE_OBJECT_ID (NUMBER) |
|
x |
x |
object |
8 The invoice record with which this group access setting is associated. --> Links to the specific information about the invoice record. |
|
|
|
primaryKey |
PRIMARY_KEY (NUMBER) |
|
x |
|
|
int |
Unique ID for the group access rights. |
|
|
version |
VERSION (NUMBER) |
|
x |
|
|
int |
Indicates how many times the group access rights have been updated. |
|
|