Activity

Activity is a record type where settings related to activities are stored.

For an easy setup, go to CT Mobile Control Panel 2.0: Activities.

Custom setting API name: Activity


Field API Name Type Description

"IsDone" field

clm__IsDoneField__c

Text(255)

The API name of the field on the Activity object is used as an additional attribute showing that the Activity is finished. The field is used when the Start/Finish functionality is enabled.

If several Activity objects are used, the API names should be specified separated by a comma, without blank space.

End Date field

clm__EndDateField__c

Text(255)

The API name of the field on the Activity object is used to store the end date of the activity.

If several Activity objects are used, the API names should be specified separated by a comma, without blank space.

External Id

clm__ExternalId__c

Text(255)

Contains the ID of the corresponding record of custom settings.

Fields

clm__Fields__c

Text(255)

List of API names of fields specified for activities copying, comma separated.

Geolocation field

clm__GeolocationField__c

Text(255)

The API name of the field with the geolocation type on the Activity object.

If several Activity objects are used, the API names should be specified separated by a comma, without blank space.

Reference Field

clm__ReferenceField__c

Text(255)

The API name of the field with the lookup type from the Application Stats object to the Activity object.

If several Activity objects are used, the API names should be specified separated by a comma, without blank space.

Object

clm__Object__c

Text(255)

API-name of the Activity object.

If several Activity objects are used, the API names should be specified separated by a comma, without blank space.

Org ID/Profile ID

clm__OrgProfileId__c

Text(255)

Organization ID/Profile ID to which this setting is applicable:

  • if Profile ID is set, the setting is applied only to the profile;

  • if Organization ID is set, the setting is applied to all non-configured profiles.

  • if Profile ID and Organization ID are not set, the setting is applied to all non-configured profiles.

Start Date Field

clm__StartDateField__c

Text(255)

The API name of the field on the Activity object used to store the start date of the activity.

If several Activity objects are used, the API names should be specified separated by a comma, without blank space.

``