Pharma Group Member Field Reference

the Pharma Group Member object is intended to store static or dynamic group members.


Object API name: CTPHARMA__GroupMember__c


Field API Name Type Description

Account

CTPHARMA__AccountId__c

Lookup(Account)

The related Account record if the group type is Account.

Contact

CTPHARMA__ContactId__c

Lookup(Contact)

The related Contact record if the group type is Contact.

Manual

CTPHARMA__IsManual__c

Checkbox

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

Pharma Group

CTPHARMA__GroupId__c

Lookup(Pharma Group)

The related CPG Group record.

Product

CTPHARMA__ProductId__c

Lookup(CT Product)

The related Product record if the group type is Product.

User

CTPHARMA__UserId__c

Lookup(User)

The related User record if the group type is User.

``