Objective Field Reference

The Objective object is used to store objectives details and map objectives with accounts.


API name in Salesforce: CTCPG__Objective__c


Field API Name Type Description

Account

CTCPG__AccountId__c

Lookup(Account)

The Account record to which the Objective is assigned.

Active

CTCPG__IsActive__c

Checkbox

If selected, the record is active and applied in business logic.

Activity Index Number

CTCPG__ActiveIndexNumber__c

Number(18,0)

The identifier of related CT CPG Activity record.

Contact

CTCPG__ContactId__c

Lookup(Contact)

The related Contact record.

Description

CTCPG__Description__c

Long Text Area(32768)

Specify the additional information.

Objective

CTCPG__Objective__c

Text Area(255)

The Objective message.

``