Holiday
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True | Unique identifier of the Holiday. | |
Name | String | False | Label Holiday Name corresponds to this field. | |
Description | String | False | Label Description corresponds to this field. | |
IsAllDay | Boolean | False | Label All Day corresponds to this field. | |
ActivityDate | Datetime | False | Label Holiday Date corresponds to this field. | |
StartTimeInMinutes | Int | False | Label Start Time In Minutes From Midnight corresponds to this field. | |
EndTimeInMinutes | Int | False | Label End Time In Minutes From Midnight corresponds to this field. | |
CreatedDate | Datetime | True | Label Created Date corresponds to this field. | |
CreatedById | String | True | User.Id | Label Created By ID corresponds to this field. |
LastModifiedDate | Datetime | True | Label Last Modified Date corresponds to this field. | |
LastModifiedById | String | True | User.Id | Label Last Modified By ID corresponds to this field. |
SystemModstamp | Datetime | True | Label System Modstamp corresponds to this field. | |
IsRecurrence | Boolean | False | Label Recurring Holiday corresponds to this field. | |
RecurrenceStartDate | Datetime | False | Label Start Date corresponds to this field. | |
RecurrenceEndDateOnly | Datetime | False | Label End Date corresponds to this field. | |
RecurrenceType | String | False | Label Recurrence Type corresponds to this field. | |
RecurrenceInterval | Int | False | Label Recurrence Interval corresponds to this field. | |
RecurrenceDayOfWeekMask | Int | False | Label Recurrence Day of Week Mask corresponds to this field. | |
RecurrenceDayOfMonth | Int | False | Label Recurrence Day of Month corresponds to this field. | |
RecurrenceInstance | String | False | Label Recurrence Instance corresponds to this field. | |
RecurrenceMonthOfYear | String | False | Label Recurrence Month of Year corresponds to this field. |
Last updated