Special Tracking Tab Settings

Special Tracking Tab Settings is used to display tracking tasks and objectives on the tab of the Activity Report page for the specific user or profile based on the division category.

By default, there is the setting for the whole Salesforce organization. To enhance or restrict a particular user or profile access, create a new record.


API name: CTCPG__SpecialTrackingTab__c


Field API Name Type Description

Active

CTCPG__IsActive__c

Checkbox

If selected, the setting is active, and created records will be pulled to the corresponding Activity Report.

Boolean Answer Field Name

CTCPG__BooleanAnswerFieldName__c

Text (255)

Specify the field API name with the checkbox type on the Activity Data object, which is used to store logical values in created records.

Currency Answer Field Name

CTCPG__CurrencyAnswerFieldName__c

Text (255)

Specify the field API name with the currency type on the Activity Data object, which is used to store currency values in created records.

Number Answer Field Name

CTCPG__NumberAnswerFieldName__c

Text (255)

Specify the field API name with the number type on the Activity Data object, which is used to store number values in created records.

Record Type Developer Name

CTCPG__RecordTypeDeveloperName__c

Text (255)

Specify the list of API names of Activity record types to display the Special Tracking tab on the Activity Report page (separated by a comma, without blank spaces).

Text Answer Field Name

CTCPG__textAnswerFieldName__c

Text (255)

Specify the field API name with the text type on the Activity Data object, which is used to store text values in created records.

``