Y_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 |
---|---|---|---|---|---|---|---|
createdBy--> |
CREATED_BY_ |
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_ |
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 |
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. |
JDistMember
JDistMember contains information about the members of a contact group (Address Book). This information includes the contact who is a member of a contact group and the contact group to which the member belongs. This table represents the Contact Group Information block on the Members tab of a contact group record.
Object: JDistMember (J_DIST_MEMBER)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
---|---|---|---|---|---|---|---|
contact--> |
CONTACT_ID (NUMBER) |
Member (Members block of Contact Group) |
x |
x |
object |
8 The contact who is a member of a contact group (Address Book). --> Links to specific information for the contact record. |
|
createdBy--> |
CREATED_BY_ID (NUMBER) |
x |
x |
object |
8 User who created the contact group (Address Book) member. --> Links to specific information for the user account. |
||
createdOn |
CREATED_ON (DATE) |
x |
date |
Date when the contact group (Address Book) member was created. |
|||
distribution--> |
CONTACT_ GROUP_ID (NUMBER) |
x |
x |
object |
8 The contact group (Address Book) to which this contact group member belongs. --> Links to definition information for the contact group. |
||
modifiedBy--> |
MODIFIED_BY_ID (NUMBER) |
x |
x |
object |
8 User who last modified the contact group (Address Book) member. --> Links to specific information for the user account. |
||
modifiedOn |
MODIFIED_ON (DATE) |
x |
date |
Date when the contact group (Address Book) member was last modified. |
|||
primaryKey |
PRIMARY_KEY (NUMBER) |
x |
int |
The unique ID of the contact group (Address Book) member. |
|||
version |
VERSION (NUMBER) |
x |
int |
Indicates how many times the item was updated. |