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.
|
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:
To specify a new group type, refer to Specify a Custom Object for a Pharma Group. |