CPG Group Member Field Reference

The CPG Group Member object is intended to store static or dynamic group members.


Object API name: CTCPG__GroupMember__c


Field API Name Type Description

Account

CTCPG__AccountId__c

Lookup(Account)

The related Account record if the group type is Account.

Contact

CTCPG__ContactId__c

Lookup(Contact)

The related Contact record if the group type is Contact.

CPG Group

CTCPG__GroupId__c

Lookup(CPG Group)

The related CPG Group record.

Manual

CTCPG__IsManual__c

Checkbox

Defines if the member was added to the resulting list manually.

Product

CTCPG__ProductId__c

Lookup(CT Product)

The related Product record if the group type is Product.

User

CTCPG__UserId__c

Lookup(User)

The related User record if the group type is User.

``