UGrupMember contains information about a group account's members. This includes the user who is a member of a group and the group to which the user who is a member--essentially, joining the YGroup and YUser tables. This table represents the Group Members block on the Members tab of a group account.
Object: UGrupMember (U_GRUP_MEMBER)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
||||||||
group--> |
GROUP_ID (NUMBER) |
|
x |
x |
object |
8 The group to which this group member belongs. --> Links to specific information about the user group. |
x |
|
|
primaryKey |
PRIMARY_KEY (NUMBER) |
|
x |
|
|
int |
The unique ID of the group member. |
|
|
user--> |
USER_ID (NUMBER) |
|
x |
x |
object |
8 The user who is a group member. --> Links to specific information about the user account. |
|
|
|
version |
VERSION (NUMBER) |
|
x |
|
|
int |
Indicates how many times the group member has been updated. |
|
|