| Color |
- Type
- string
- Properties
- Create, Defaulted on create, Filter, Nillable, Sort, Update
- Description
- Represents the color used in the background for records displayed
in a user’s calendar view within the user interface.
|
| CurrencyIsoCode |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- Available only for organizations with the multicurrency feature
enabled. Contains the ISO code for any currency allowed by the
organization.
|
| DateHandlingType |
- Type
- picklist
- Properties
- Defaulted on create, Filter, Group, Nillable, Restricted picklist,
Sort
- Description
- Determined by the data type of the
StartField. Valid values include:
|
| DisplayField |
- Type
- string
- Properties
- Create, Filter, Group, Sort, Update
- Description
- Represents the SobjectType field used as the
subject for records displayed in a user’s calendar view within the
user interface.
|
| EndField |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- An optional field that represents the sObjectType field used as
the end time for records displayed in a user’s calendar view within
the user interface. Must be a date or dateTime field that matches
the type in StartField.
|
| FillPattern |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Represents the pattern displayed as the background for records
displayed in a user’s calendar view within the user interface.
Valid values include:
- verticalStripes
- ascDiagonalStripes
- descDiagonalStripes
|
| IsDisplayed |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Defines whether users can see a calendar’s records in their
calendar view in the user interface. When true, records are visible in the
user’s calendar view. When false, records are hidden from the user’s calendar
view. The default is true.
IsDisplayed can be true for up to 50 calendars.
|
| ListViewFilterId |
- Type
- reference
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- References the ListView used to filter records represented by the
CalendarView. ListView must have the same sObjectType. If no
ListViewFilterId is defined, the calendar
displays only records with the same owner as the CalendarView.
- This is a relationship field.
- Relationship Name
- ListViewFilter
- Relationship Type
- Lookup
- Refers To
- ListView
|
| Name |
- Type
- string
- Properties
- Create, Filter, Group, idLookup, Sort, Update
- Description
- A user-provided name that identifies the calendar. This isn’t an
enumerated field; it can be any string to a maximum length of 80
characters.
|
| OwnerId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- Represents the owner of the CalendarView.
- This is a polymorphic relationship field.
- Relationship Name
- Owner
- Relationship Type
- Lookup
- Refers To
- Group, User
|
| PublisherId |
- Type
- reference
- Properties
- Create, Defaulted on create, Filter, Group, Sort, Update
- Description
- Represents the user, user list, public, or resource calendar from
where event data is populated.
- This is a polymorphic relationship field.
- Relationship Name
- Publisher
- Relationship Type
- Lookup
- Refers To
- Calendar, ListView, User
|
| SobjectType |
- Type
- picklist
- Properties
- Create, Filter, Group, Restricted picklist, Sort
- Description
- The type of standard or custom Salesforce object that is used to
create records for the CalendarView. Use the API name of the
desired SobjectType.
|
| StartField |
- Type
- string
- Properties
- Create, Filter, Group, Sort, Update
- Description
- Represents the SobjectType field used as the
start time for records displayed in a user’s calendar view within
the user interface. Must be a date or dateTime field type.
|