Calendar

Calendar is a record type where settings related to Calendar module are stored.

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

Record type API name: Calendar


Field API Name Type Description

Default View

clm__View__c

Text(255)

The default view in the Calendar module. Available values:

  • Day

  • Week

  • Month

External Id

clm__ExternalId__c

Text(255)

Contains the ID of the corresponding record of custom settings.

Get Geolocation

clm__IsGetGeolocationEnabled__c

Checkbox

The field is used to capture the position information when the Activity is started and both Start/Finish and Lock/Unlock functionalities are enabled.

Duration

clm__Duration__c

Number(3, 0)

Default Activity duration in minutes when created in the Calendar module.

Lock/Unlock

clm__IsLockUnlockEnabled__c

Checkbox

Lock Activities for editing after finishing and unlock for editing when starting and when both Start/Finish and Lock/Unlock functionalities are enabled.

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/Finish"

clm__IsStartFinishEnabled__c

Checkbox

Enable the Start/Finish functionality.

Unfinished Activity Allowed

clm__IsUnfinishedActivityAllowed__c

Checkbox

If enabled along with the Start/Finish functionality, mobile users can leave the started Activity record to work with other CT Mobile app functionalities.

Update Start/Finish Date

clm__IsUpdateStartFinishDateEnabled__c

Checkbox

Refresh the current values of the start and end date at the activity opening/closing and when the Start/Finish functionality is enabled.

Visible Range

clm__VisibleRange__c

Text(255)

The hour range is displayed in the Day and Week calendar view in the Calendar module.

Week Format

clm__WeekFormat__c

Text(255)

The week format: first day of the week, first working day, last working day in the two lowercase letters format, e.g., mo,tu,fr.

Weekend Switcher

clm__IsWeekendSwitcherEnabled__c

Checkbox

  • If enabled, mobile users can use the toggle to display or hide weekends on the calendar grid.

  • If disabled, weekends are always displayed.

``