CPG Group Field Reference

The CPG 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: CTCPG__Group__c


Field API Name Type Description

BatchJobId

CTCPG__BatchJobId__c

Text(18)

The appropriate batch job to update group members.

Dynamic Group

CTCPG__IsDynamic__c

Checkbox

If selected, the group is dynamic.

  • Static group is a snapshot of records per specific time.

  • Dynamic group keeps the lists of records for different objects up to date.

Field List

CTCPG__FieldList__c

TextArea(255)

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

For Group Update

CTCPG__IsForUpdate__c

Checkbox

Defines if the group should be automatically recalculated.

Group Filter

CTCPG__GroupFilter__c

LongTextArea(32768)

Stores SOQL filter for a group record.

Group Filter JSON

CTCPG__GroupFilerJson__c

LongTextArea(131072)

Stores a JSON with SOQL filter for a group record.

Group Type

CTCPG__ObjectType__c

Picklist

Select the group type:

To specify a new group type, refer to Specify a Custom Object for a CPG Group.
  • 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., Assortments, Activity Data, etc.

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

``