ELitmGroupAccess controls the privileges that a user group has for a specific invoice line item.
Object: ELitmGroupAccess (E_LITM_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 |
||||||||
accessIID |
OPERATION_IID (NUMBER) |
Read, Update, Delete, or Perm check boxes |
x |
|
|
int |
Specifies which of the following operations have been selected: 64 - Read 2 - Update 4 - Delete 8 - Set Permission This attribute contains the sum of all operations that the group is allowed or denied access to. For example, if the group is denied access to Delete and Perm, this column would contain the value 12 [=4 (Delete) + 8 (Set Perm)] This attribute does not determine whether the operations are allowed or denied. |
|
|
allowDenyIID |
ALLOW_DENY_IID (NUMBER) |
Option |
x |
|
|
char |
Indicates whether the group is allowed or denied access to the record. a - Allow d - Deny |
|
|
group--> |
GROUP_ID (NUMBER) |
List |
x |
x |
object |
8 Specifies the group that the access rights pertain to. --> Links to the specific information about the group account. |
|
|
|
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 line item record with which this group access setting is associated. --> Links to the specific information about the invoice line item 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. |
|
|