Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

EProjGroupAccess

EProjGroupAccess contains the group access information that is set in the Security block of each project record. For example, it includes whether each group that is listed in the Group field of the Group Rights block on the Security tab is allowed or denied the Read, Update, Delete, and Perm(ission) rights.

EProjGroupAccess contains the group access information that is set in the Security block of each project record. For example, it includes whether each group that is listed in the Group field of the Group Rights block on the Security tab is allowed or denied the Read, Update, Delete, and Perm(ission) rights.

Object: EProjGroupAccess (E_PROJ_GROUP_ACCESS)

Attribute

Database column name

Field in UI

End of path

Bridge

Links to object table:

Data type

Comments

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.)

isUpdate

IS_UPDATE (NUMBER)

Update check box

x

   

int

Specifies whether the Update 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.)

isDelete

IS_DELETE (NUMBER)

Delete check box

x

   

int

Specifies whether the Delete 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.)

isPerm

IS_PERM (NUMBER)

Perm check box

x

   

int

Specifies whether the Set Permission 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.)

allowDenyIID

ALLOW_DENY_
IID (CHAR) (1)

 

x

   

Enum

Indicates whether the group is allowed or denied access to the record.

a - Allow (ALLOW)
d - Deny (DENY)

group-->

GROUP_ID (NUMBER)

 

x

x

YGroup

object

8 The group that the access rights pertain to.

--> Links to specific information about the group account.

isManual

IS_MANUAL (NUMBER)

 

x

   

boolean

Indicates whether the group 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

TProject

object

8 The project to which this group access setting belongs.

--> Links to specific information about the project record.

primaryKey

PRIMARY_KEY (NUMBER)

 

x

   

int

The unique ID of this item.

version

VERSION (NUMBER)

 

x

   

int

Indicates the number of times the item has been updated.

  • Was this article helpful?