Y_Contact_Group represents contact groups (Address Books) and contains information such as the user who owns the contact group, whether the contact group is public, and name of the contact group. This table represents the Contact Group Information block on the General tab of a contact group record. The list of members is available through the memberList attribute.
Object: Y_Contact_Group
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
||||||||
createdBy--> |
CREATED_BY_ID (NUMBER) |
|
x |
x |
object |
8 User who created the contact group (Address Book). --> Links to specific information for the user account. |
|
|
|
createdOn |
CREATED_ON (DATE) |
|
x |
|
|
date |
Date when the contact group (Address Book) was created. |
|
|
members--> Before TeamConnect 3.3 SP2: memberList--> |
n/a |
|
|
x |
|
Links to the list of members in the contact group (Address Book). |
|
|
|
modifiedBy--> |
MODIFIED_BY_ID (NUMBER) |
|
x |
x |
object |
8 User who last modified the contact group (Address Book). --> Links to specific information for the user account. |
|
|
|
modifiedOn |
MODIFIED_ON (NUMBER) |
|
x |
|
|
date |
Date when the contact group (Address Book) was last modified. |
|
|
name |
NAME (VARCHAR2) (250) |
Group name (General block of Contact Group) |
x |
|
|
string (250) |
The name of the contact group (Address Book). |
|
|
owner--> |
USER_ID (NUMBER) |
|
x |
x |
object |
8 The user to whom the contact group (Address Book) belongs. --> Links to specific information about the user account. |
|
|
|
primaryKey |
PRIMARY_KEY (NUMBER) |
|
x |
|
|
int |
The unique ID of the contact group (Address Book). |
|
|
shared Before TeamConnect 3.3 SP2: isPublic |
IS_PUBLIC (NUMBER) |
Is contact group (Address Book) public (General block of Contact Group) |
x |
|
|
boolean |
The setting that indicates whether the contact group is public. |
|
|
version |
VERSION (NUMBER) |
|
x |
|
|
int |
Indicates how many times the item was updated. |
|
|