Pharma Group Field Reference

the Pharma Group object is intended to store appropriate objects' records in alignment with SOQL filters applied to these objects and their child objects.


Object API name: CTPHARMA__Group__c


Field API Name Type Description

BatchJobId

CTPHARMA__BatchJobId__c

Text(18)

The appropriate batch job to update group members.

Dynamic Group

CTPHARMA__IsDynamic__c

Checkbox

If enabled, the group is dynamic.

  • Static

    A static group is a snapshot of records per specific time.

  • Dynamic

    A dynamic group keeps the lists of records per different objects up to date

Field List

CTPHARMA__FieldList__c

TextArea(255)

Fields to display group members table (separated by a comma, without blank space).

For Group Update

CTPHARMA__IsForUpdate__c

Checkbox

if enabled, the group is automatically recalculated.

Group Filter

CTPHARMA__GroupFilter__c

LongTextArea(32768)

Stores SOQL filter for a group record.

Group Filter JSON

CTPHARMA__GroupFilerJson__c

LongTextArea(131072)

Stores a JSON with SOQL filter for a group record.

Group Type

CTPHARMA__ObjectType__c

Picklist

Select the group type:

  • Accounts and their child objects, e.g., CT Orders, Activities, etc.

  • Contacts and their child objects, e.g., Activities, Target Frequencies, etc.

  • CT Products and their child objects, e.g., Activity Data, etc.

  • Users and their child objects, e.g., CT Orders, Activities, etc.

To specify a new group type, refer to Specify a Custom Object for a Pharma Group.

``