Recurring Appointment (RecurringAppointmentMaster) table/entity reference
Note
Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.
The Master appointment of a recurring appointment series.
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| AddRecurrence | AddRecurrence Action | AddRecurrenceRequest |
| Assign | PATCH [org URI]/api/data/v9.0/recurringappointmentmasters(activityid) Update ownerid property. |
AssignRequest |
| Book | Book Action | BookRequest |
| Create | POST [org URI]/api/data/v9.0/recurringappointmentmasters See Create |
CreateRequest or Create |
| CreateInstance | CreateInstance Action | CreateInstanceRequest |
| Delete | DELETE [org URI]/api/data/v9.0/recurringappointmentmasters(activityid) See Delete |
DeleteRequest or Delete |
| DeleteOpenInstances | DeleteOpenInstances Action | DeleteOpenInstancesRequest |
| GrantAccess | GrantAccess Action | GrantAccessRequest |
| ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
| Reschedule | Reschedule Action | RescheduleRequest |
| Retrieve | GET [org URI]/api/data/v9.0/recurringappointmentmasters(activityid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/recurringappointmentmasters See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
| RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
| SetState | PATCH [org URI]/api/data/v9.0/recurringappointmentmasters(activityid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/recurringappointmentmasters(activityid) See Update |
UpdateRequest or Update |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | RecurringAppointmentMasters |
| DisplayCollectionName | Recurring Appointments |
| DisplayName | Recurring Appointment |
| EntitySetName | recurringappointmentmasters |
| IsBPFEntity | False |
| LogicalCollectionName | recurringappointmentmasters |
| LogicalName | recurringappointmentmaster |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | activityid |
| PrimaryNameAttribute | subject |
| SchemaName | RecurringAppointmentMaster |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- ActivityId
- Category
- DayOfMonth
- DaysOfWeekMask
- Description
- Duration
- EffectiveEndDate
- EffectiveStartDate
- EndTime
- FirstDayOfWeek
- GlobalObjectId
- ImportSequenceNumber
- Instance
- Interval
- IsAllDayEvent
- IsBilled
- IsMapiPrivate
- IsNthMonthly
- IsNthYearly
- IsRegenerate
- IsWeekDayPattern
- IsWorkflowCreated
- Location
- MonthOfYear
- Occurrences
- OptionalAttendees
- Organizer
- OutlookOwnerApptId
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- PatternEndDate
- PatternEndType
- PatternStartDate
- PriorityCode
- ProcessId
- RecurrencePatternType
- RegardingObjectId
- RegardingObjectTypeCode
- RequiredAttendees
- SeriesStatus
- SortDate
- StageId
- StartTime
- StateCode
- StatusCode
- Subcategory
- Subject
- SubscriptionId
- TimeZoneRuleVersionNumber
- TransactionCurrencyId
- TraversedPath
- UTCConversionTimeZoneCode
ActivityId
| Property | Value |
|---|---|
| Description | Unique identifier of the recurring appointment series. |
| DisplayName | Recurring Appointment |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | activityid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
Category
| Property | Value |
|---|---|
| Description | Type a category to identify the recurring appointment type, such as status meeting or service call, to tie the appointment to a business group or function. |
| DisplayName | Category |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | category |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
DayOfMonth
| Property | Value |
|---|---|
| Description | The day of the month on which the recurring appointment occurs. |
| DisplayName | Day Of Month |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | dayofmonth |
| MaxValue | 31 |
| MinValue | 1 |
| RequiredLevel | None |
| Type | Integer |
DaysOfWeekMask
| Property | Value |
|---|---|
| Description | Bitmask that represents the days of the week on which the recurring appointment occurs. |
| DisplayName | Days Of Week Mask |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | daysofweekmask |
| MaxValue | 127 |
| MinValue | 1 |
| RequiredLevel | None |
| Type | Integer |
Description
| Property | Value |
|---|---|
| Description | Type additional information to describe the recurring appointment, such as key talking points or objectives. |
| DisplayName | Description |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | description |
| MaxLength | 1048576 |
| RequiredLevel | None |
| Type | Memo |
Duration
| Property | Value |
|---|---|
| Description | Duration of the recurring appointment series in minutes. |
| DisplayName | Duration |
| Format | Duration |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | duration |
| MaxValue | 2147483647 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
EffectiveEndDate
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Actual end date of the recurring appointment series based on the specified end date and recurrence pattern. |
| DisplayName | Effective End Date |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | effectiveenddate |
| RequiredLevel | None |
| Type | DateTime |
EffectiveStartDate
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Actual start date of the recurring appointment series based on the specified start date and recurrence pattern. |
| DisplayName | Effective Start Date |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | effectivestartdate |
| RequiredLevel | None |
| Type | DateTime |
EndTime
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | End time of the associated activity. |
| DisplayName | Pattern End Time |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | endtime |
| RequiredLevel | None |
| Type | DateTime |
FirstDayOfWeek
| Property | Value |
|---|---|
| Description | First day of week for the recurrence pattern. |
| DisplayName | First Day Of Week |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | firstdayofweek |
| MaxValue | 6 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
GlobalObjectId
| Property | Value |
|---|---|
| Description | Unique Outlook identifier to correlate recurring appointment series across Exchange mailboxes. |
| DisplayName | Outlook Recurring Appointment Master |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | globalobjectid |
| MaxLength | 300 |
| RequiredLevel | None |
| Type | String |
ImportSequenceNumber
| Property | Value |
|---|---|
| Description | Unique identifier of the data import or data migration that created this record. |
| DisplayName | Import Sequence Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | importsequencenumber |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
Instance
| Property | Value |
|---|---|
| Description | Specifies the recurring appointment series to occur on every Nth day of a month. Valid for monthly and yearly recurrence patterns only. |
| DisplayName | Instance |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | instance |
| RequiredLevel | None |
| Type | Picklist |
Instance Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | First | |
| 2 | Second | |
| 3 | Third | |
| 4 | Fourth | |
| 5 | Last |
Interval
| Property | Value |
|---|---|
| Description | Number of units of a given recurrence type between occurrences. |
| DisplayName | Interval |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | interval |
| MaxValue | 1000 |
| MinValue | 1 |
| RequiredLevel | None |
| Type | Integer |
IsAllDayEvent
| Property | Value |
|---|---|
| Description | Select whether the recurring appointment is an all-day event to make sure that the required resources are scheduled for the full day. |
| DisplayName | All Day Event |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | isalldayevent |
| RequiredLevel | None |
| Type | Boolean |
IsAllDayEvent Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
IsBilled
| Property | Value |
|---|---|
| Description | Indicates whether the recurring appointment series was billed as part of resolving a case. |
| DisplayName | Is Billed |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isbilled |
| RequiredLevel | None |
| Type | Boolean |
IsBilled Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
IsMapiPrivate
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Is Private |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ismapiprivate |
| RequiredLevel | None |
| Type | Boolean |
IsMapiPrivate Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
IsNthMonthly
| Property | Value |
|---|---|
| Description | Indicates whether the recurring appointment series should occur after every N months. Valid for monthly recurrence pattern only. |
| DisplayName | Nth Monthly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isnthmonthly |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsNthMonthly Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
IsNthYearly
| Property | Value |
|---|---|
| Description | Indicates whether the recurring appointment series should occur after every N years. Valid for yearly recurrence pattern only. |
| DisplayName | Nth Yearly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isnthyearly |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsNthYearly Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
IsRegenerate
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Regenerate |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isregenerate |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsRegenerate Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
IsWeekDayPattern
| Property | Value |
|---|---|
| Description | Indicates whether the weekly recurrence pattern is a daily weekday pattern. Valid for weekly recurrence pattern only. |
| DisplayName | Every Weekday |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isweekdaypattern |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsWeekDayPattern Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
IsWorkflowCreated
| Property | Value |
|---|---|
| Description | Indicates whether the recurring appointment series was created from a workflow rule. |
| DisplayName | Is Workflow Created |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isworkflowcreated |
| RequiredLevel | None |
| Type | Boolean |
IsWorkflowCreated Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
Location
| Property | Value |
|---|---|
| Description | Type the location where the recurring appointment will take place, such as a conference room or customer office. |
| DisplayName | Location |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | location |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
MonthOfYear
| Property | Value |
|---|---|
| Description | Indicates the month of the year for the recurrence pattern. |
| DisplayName | Month Of Year |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | monthofyear |
| RequiredLevel | None |
| Type | Picklist |
MonthOfYear Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Invalid Month Of Year | |
| 1 | January | |
| 2 | February | |
| 3 | March | |
| 4 | April | |
| 5 | May | |
| 6 | June | |
| 7 | July | |
| 8 | August | |
| 9 | September | |
| 10 | October | |
| 11 | November | |
| 12 | December |
Occurrences
| Property | Value |
|---|---|
| Description | Number of appointment occurrences in a recurring appointment series. |
| DisplayName | Occurrences |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | occurrences |
| MaxValue | 999 |
| MinValue | 1 |
| RequiredLevel | None |
| Type | Integer |
OptionalAttendees
| Property | Value |
|---|---|
| Description | Enter the account, contact, lead, user, or other equipment resources that are not needed at the recurring appointment, but can optionally attend. |
| DisplayName | Optional Attendees |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | optionalattendees |
| RequiredLevel | None |
| Targets | account,contact,systemuser |
| Type | PartyList |
Organizer
| Property | Value |
|---|---|
| Description | Enter the user who is in charge of coordinating or leading the recurring appointment to make sure the appointment is displayed in the user's My Activities view. |
| DisplayName | Organizer |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | organizer |
| RequiredLevel | None |
| Targets | systemuser |
| Type | PartyList |
OutlookOwnerApptId
| Property | Value |
|---|---|
| Description | Unique identifier of the Microsoft Office Outlook recurring appointment series owner that correlates to the PR_OWNER_APPT_ID MAPI property. |
| DisplayName | Outlook Recurring Appointment Master Owner |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | outlookownerapptid |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
OverriddenCreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time that the record was migrated. |
| DisplayName | Record Created On |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | overriddencreatedon |
| RequiredLevel | None |
| Type | DateTime |
OwnerId
| Property | Value |
|---|---|
| Description | Enter the user or team who is assigned to manage the record. This field is updated every time the record is assigned to a different user. |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | SystemRequired |
| Targets | systemuser,team |
| Type | Owner |
OwnerIdType
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
PatternEndDate
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | End date of the recurrence range. |
| DisplayName | Recurrence Range End |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | patternenddate |
| RequiredLevel | None |
| Type | DateTime |
PatternEndType
| Property | Value |
|---|---|
| Description | Select the type of end date for the recurring appointment, such as no end date or the number of occurrences. |
| DisplayName | Pattern End Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | patternendtype |
| RequiredLevel | SystemRequired |
| Type | Picklist |
PatternEndType Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | No End Date | |
| 2 | Occurrences | |
| 3 | Pattern End Date |
PatternStartDate
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Start date of the recurrence range. |
| DisplayName | Recurrence Range Start |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | patternstartdate |
| RequiredLevel | ApplicationRequired |
| Type | DateTime |
PriorityCode
| Property | Value |
|---|---|
| Description | Select the priority so that preferred customers or critical issues are handled quickly. |
| DisplayName | Priority |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | prioritycode |
| RequiredLevel | None |
| Type | Picklist |
PriorityCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Low | |
| 1 | Normal | |
| 2 | High |
ProcessId
| Property | Value |
|---|---|
| Description | Shows the ID of the process. |
| DisplayName | Process |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | processid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
RecurrencePatternType
| Property | Value |
|---|---|
| Description | Select the pattern type for the recurring appointment to indicate whether the appointment occurs daily, weekly, monthly, or yearly. |
| DisplayName | Recurrence Frequency |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | recurrencepatterntype |
| RequiredLevel | SystemRequired |
| Type | Picklist |
RecurrencePatternType Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Daily | |
| 1 | Weekly | |
| 2 | Monthly | |
| 3 | Yearly |
RegardingObjectId
| Property | Value |
|---|---|
| Description | Choose the record that the recurring appointment series relates to. |
| DisplayName | Regarding |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | regardingobjectid |
| RequiredLevel | None |
| Targets | account,contact,knowledgearticle,knowledgebaserecord |
| Type | Lookup |
RegardingObjectTypeCode
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | regardingobjecttypecode |
| RequiredLevel | None |
| Type | EntityName |
RequiredAttendees
| Property | Value |
|---|---|
| Description | Enter the account, contact, lead, user, or other equipment resources that are required to attend the recurring appointment. |
| DisplayName | Required Attendees |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | requiredattendees |
| RequiredLevel | None |
| Targets | account,contact,systemuser |
| Type | PartyList |
SeriesStatus
| Property | Value |
|---|---|
| Description | Indicates whether the recurring appointment series is active or inactive. |
| DisplayName | Series Status |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | seriesstatus |
| RequiredLevel | None |
| Type | Boolean |
SeriesStatus Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Active | |
| 0 | Inactive |
DefaultValue: True
SortDate
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Shows the date and time by which the activities are sorted. |
| DisplayName | Sort Date |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | sortdate |
| RequiredLevel | None |
| Type | DateTime |
StageId
| Property | Value |
|---|---|
| Description | Shows the ID of the stage. |
| DisplayName | (Deprecated) Process Stage |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | stageid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
StartTime
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Start time of the recurring appointment series. |
| DisplayName | Pattern Start Time |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | starttime |
| RequiredLevel | None |
| Type | DateTime |
StateCode
| Property | Value |
|---|---|
| Description | Shows whether the recurring appointment is open, scheduled, completed, or canceled. Completed and canceled appointments are read-only and can't be edited. |
| DisplayName | Status |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
StateCode Choices/Options
| Value | Label | DefaultStatus | InvariantName |
|---|---|---|---|
| 0 | Open | 1 | Open |
| 1 | Completed | 3 | Completed |
| 2 | Canceled | 4 | Canceled |
| 3 | Scheduled | 5 | Scheduled |
StatusCode
| Property | Value |
|---|---|
| Description | Select the recurring appointment's status. |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
StatusCode Choices/Options
| Value | Label | State |
|---|---|---|
| 1 | Free | 0 |
| 2 | Tentative | 0 |
| 3 | Completed | 1 |
| 4 | Canceled | 2 |
| 5 | Busy | 3 |
| 6 | Out of Office | 3 |
Subcategory
| Property | Value |
|---|---|
| Description | Type a subcategory to identify the recurring appointment type and relate the activity to a specific product, sales region, business group, or other function. |
| DisplayName | Sub-Category |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | subcategory |
| MaxLength | 250 |
| RequiredLevel | None |
| Type | String |
Subject
| Property | Value |
|---|---|
| Description | Type a short description about the objective or primary topic of the recurring appointment. |
| DisplayName | Subject |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | subject |
| MaxLength | 200 |
| RequiredLevel | ApplicationRequired |
| Type | String |
SubscriptionId
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | False |
| IsValidForUpdate | False |
| LogicalName | subscriptionid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
TimeZoneRuleVersionNumber
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | timezoneruleversionnumber |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
TransactionCurrencyId
| Property | Value |
|---|---|
| Description | Choose the local currency for the record to make sure budgets are reported in the correct currency. |
| DisplayName | Currency |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | transactioncurrencyid |
| RequiredLevel | None |
| Targets | transactioncurrency |
| Type | Lookup |
TraversedPath
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | (Deprecated) Traversed Path |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | traversedpath |
| MaxLength | 1250 |
| RequiredLevel | None |
| Type | String |
UTCConversionTimeZoneCode
| Property | Value |
|---|---|
| Description | Time zone code that was in use when the record was created. |
| DisplayName | UTC Conversion Time Zone Code |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | utcconversiontimezonecode |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- ActivityTypeCode
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- DeletedExceptionsList
- ExchangeRate
- ExpansionStateCode
- GroupId
- InstanceTypeCode
- IsRegularActivity
- IsUnsafe
- LastExpandedInstanceDate
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- NextExpansionInstanceDate
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- RegardingObjectIdName
- RegardingObjectIdYomiName
- RuleId
- SafeDescription
- ScheduledEnd
- ScheduledStart
- TransactionCurrencyIdName
- VersionNumber
ActivityTypeCode
| Property | Value |
|---|---|
| Description | Type of activity. |
| DisplayName | Activity Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | activitytypecode |
| RequiredLevel | SystemRequired |
| Type | EntityName |
CreatedBy
| Property | Value |
|---|---|
| Description | Shows who created the record. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| Description | Shows who created the record on behalf of another user. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
DeletedExceptionsList
| Property | Value |
|---|---|
| Description | List of deleted instances of the recurring appointment series. |
| DisplayName | Deleted Appointments |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | deletedexceptionslist |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | Memo |
ExchangeRate
| Property | Value |
|---|---|
| Description | Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency. |
| DisplayName | Exchange Rate |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | exchangerate |
| MaxValue | 100000000000 |
| MinValue | 0.000000000001 |
| Precision | 12 |
| RequiredLevel | None |
| Type | Decimal |
ExpansionStateCode
| Property | Value |
|---|---|
| Description | State code to indicate whether the recurring appointment series is expanded fully or partially. |
| DisplayName | Expansion State Code |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | expansionstatecode |
| RequiredLevel | SystemRequired |
| Type | Picklist |
ExpansionStateCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Unexpanded | |
| 1 | Partial | |
| 2 | Full |
GroupId
| Property | Value |
|---|---|
| Description | Unique identifier of the recurring appointment series for which the recurrence information was updated. |
| DisplayName | Group Id |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | groupid |
| RequiredLevel | SystemRequired |
| Targets | recurringappointmentmaster |
| Type | Lookup |
InstanceTypeCode
| Property | Value |
|---|---|
| Description | Type of instance of a recurring appointment series. |
| DisplayName | Appointment Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | instancetypecode |
| RequiredLevel | SystemRequired |
| Type | Picklist |
InstanceTypeCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | Not Recurring | |
| 1 | Recurring Master | |
| 2 | Recurring Instance | |
| 3 | Recurring Exception | |
| 4 | Recurring Future Exception |
IsRegularActivity
| Property | Value |
|---|---|
| Description | Indicates whether the activity is a regular activity type or event type. |
| DisplayName | Is Regular Activity |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isregularactivity |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsRegularActivity Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
IsUnsafe
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | IsUnsafe |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isunsafe |
| MaxValue | 2147483647 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
LastExpandedInstanceDate
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date of last expanded instance of a recurring appointment series. |
| DisplayName | Last Expanded Instance Date |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | lastexpandedinstancedate |
| RequiredLevel | None |
| Type | DateTime |
ModifiedBy
| Property | Value |
|---|---|
| Description | Shows who last updated the record. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics 365 options. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| Property | Value |
|---|---|
| Description | Shows who last updated the record on behalf of another user. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
NextExpansionInstanceDate
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date of the next expanded instance of a recurring appointment series. |
| DisplayName | Next Expanded Instance Date |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | nextexpansioninstancedate |
| RequiredLevel | None |
| Type | DateTime |
OwnerIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwningBusinessUnit
| Property | Value |
|---|---|
| Description | Unique identifier of the business unit that owns the recurring appointment series. |
| DisplayName | Owning Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Targets | businessunit |
| Type | Lookup |
OwningTeam
| Property | Value |
|---|---|
| Description | Unique identifier of the team who owns the recurring appointment series. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Targets | team |
| Type | Lookup |
OwningUser
| Property | Value |
|---|---|
| Description | Unique identifier of the user who owns the recurring appointment series. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
RegardingObjectIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | regardingobjectidname |
| MaxLength | 400 |
| RequiredLevel | None |
| Type | String |
RegardingObjectIdYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | regardingobjectidyominame |
| MaxLength | 400 |
| RequiredLevel | None |
| Type | String |
RuleId
| Property | Value |
|---|---|
| Description | Unique identifier of the recurrence rule that is associated with the recurring appointment series. |
| DisplayName | Recurrence Rule |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | ruleid |
| RequiredLevel | None |
| Targets | recurrencerule |
| Type | Lookup |
SafeDescription
| Property | Value |
|---|---|
| Description | Safe body text of the recurring appointment. |
| DisplayName | Safe Description |
| Format | |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | safedescription |
| MaxLength | 1073741823 |
| RequiredLevel | None |
| Type | Memo |
ScheduledEnd
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Scheduled end time of the recurring appointment series. |
| DisplayName | End Time |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | scheduledend |
| RequiredLevel | None |
| Type | DateTime |
ScheduledStart
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Scheduled start time of the recurring appointment series. |
| DisplayName | Start Time |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | scheduledstart |
| RequiredLevel | None |
| Type | DateTime |
TransactionCurrencyIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | transactioncurrencyidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
VersionNumber
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
One-To-Many Relationships
Listed by SchemaName.
- recurringappointmentmaster_PostFollows
- RecurringAppointmentMaster_SyncErrors
- RecurringAppointmentMaster_DuplicateBaseRecord
- recurringappointmentmaster_actioncard
- RecurringAppointmentMaster_BulkDeleteFailures
- RecurringAppointmentMaster_QueueItem
- RecurringAppointmentMaster_AsyncOperations
- recurringappointmentmaster_activity_parties
- recurringappointmentmaster_connections2
- recurringappointmentmaster_connections1
- recurringappointmentmaster_principalobjectattributeaccess
- recurringappointmentmaster_appointment
- RecurringAppointmentMaster_ProcessSessions
- RecurringAppointmentMaster_Annotation
- RecurringAppointmentMaster_DuplicateMatchingRecord
recurringappointmentmaster_PostFollows
Same as postfollow table recurringappointmentmaster_PostFollows Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | postfollow |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | recurringappointmentmaster_PostFollows |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
RecurringAppointmentMaster_SyncErrors
Same as syncerror table RecurringAppointmentMaster_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | RecurringAppointmentMaster_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
RecurringAppointmentMaster_DuplicateBaseRecord
Same as duplicaterecord table RecurringAppointmentMaster_DuplicateBaseRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | baserecordid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | RecurringAppointmentMaster_DuplicateBaseRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
recurringappointmentmaster_actioncard
Same as actioncard table recurringappointmentmaster_actioncard Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | actioncard |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | recurringappointmentmaster_actioncard |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
RecurringAppointmentMaster_BulkDeleteFailures
Same as bulkdeletefailure table RecurringAppointmentMaster_BulkDeleteFailures Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | RecurringAppointmentMaster_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
RecurringAppointmentMaster_QueueItem
Same as queueitem table RecurringAppointmentMaster_QueueItem Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | queueitem |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | RecurringAppointmentMaster_QueueItem |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
RecurringAppointmentMaster_AsyncOperations
Same as asyncoperation table RecurringAppointmentMaster_AsyncOperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | RecurringAppointmentMaster_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
recurringappointmentmaster_activity_parties
Same as activityparty table recurringappointmentmaster_activity_parties Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | activityparty |
| ReferencingAttribute | activityid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | recurringappointmentmaster_activity_parties |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
recurringappointmentmaster_connections2
Same as connection table recurringappointmentmaster_connections2 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record2id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | recurringappointmentmaster_connections2 |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
recurringappointmentmaster_connections1
Same as connection table recurringappointmentmaster_connections1 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record1id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | recurringappointmentmaster_connections1 |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
recurringappointmentmaster_principalobjectattributeaccess
Same as principalobjectattributeaccess table recurringappointmentmaster_principalobjectattributeaccess Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | recurringappointmentmaster_principalobjectattributeaccess |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
recurringappointmentmaster_appointment
Same as appointment table recurringappointmentmaster_appointment Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | appointment |
| ReferencingAttribute | seriesid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | recurringappointmentmaster_appointment |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
RecurringAppointmentMaster_ProcessSessions
Same as processsession table RecurringAppointmentMaster_ProcessSessions Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | RecurringAppointmentMaster_ProcessSessions |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 110 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
RecurringAppointmentMaster_Annotation
Same as annotation table RecurringAppointmentMaster_Annotation Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | RecurringAppointmentMaster_Annotation |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
RecurringAppointmentMaster_DuplicateMatchingRecord
Same as duplicaterecord table RecurringAppointmentMaster_DuplicateMatchingRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | duplicaterecordid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | RecurringAppointmentMaster_DuplicateMatchingRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
Many-To-One Relationships
Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.
- KnowledgeBaseRecord_RecurringAppointmentMasters
- TransactionCurrency_RecurringAppointmentMaster
- lk_recurringappointmentmaster_modifiedby
- activity_pointer_recurringappointmentmaster
- recurrencerule_recurringappointmentmaster
- team_recurringappointmentmaster
- Contact_RecurringAppointmentMasters
- processstage_recurringappointmentmasters
- business_unit_recurringappointmentmaster_activities
- lk_recurringappointmentmaster_createdonbehalfby
- lk_recurringappointmentmaster_createdby
- Account_RecurringAppointmentMasters
- lk_recurringappointmentmaster_modifiedonbehalfby
- user_recurringappointmentmaster
- KnowledgeArticle_RecurringAppointmentMasters
KnowledgeBaseRecord_RecurringAppointmentMasters
See knowledgebaserecord Table KnowledgeBaseRecord_RecurringAppointmentMasters One-To-Many relationship.
TransactionCurrency_RecurringAppointmentMaster
See transactioncurrency Table TransactionCurrency_RecurringAppointmentMaster One-To-Many relationship.
lk_recurringappointmentmaster_modifiedby
See systemuser Table lk_recurringappointmentmaster_modifiedby One-To-Many relationship.
activity_pointer_recurringappointmentmaster
See activitypointer Table activity_pointer_recurringappointmentmaster One-To-Many relationship.
recurrencerule_recurringappointmentmaster
See recurrencerule Table recurrencerule_recurringappointmentmaster One-To-Many relationship.
team_recurringappointmentmaster
See team Table team_recurringappointmentmaster One-To-Many relationship.
Contact_RecurringAppointmentMasters
See contact Table Contact_RecurringAppointmentMasters One-To-Many relationship.
processstage_recurringappointmentmasters
See processstage Table processstage_recurringappointmentmasters One-To-Many relationship.
business_unit_recurringappointmentmaster_activities
See businessunit Table business_unit_recurringappointmentmaster_activities One-To-Many relationship.
lk_recurringappointmentmaster_createdonbehalfby
See systemuser Table lk_recurringappointmentmaster_createdonbehalfby One-To-Many relationship.
lk_recurringappointmentmaster_createdby
See systemuser Table lk_recurringappointmentmaster_createdby One-To-Many relationship.
Account_RecurringAppointmentMasters
See account Table Account_RecurringAppointmentMasters One-To-Many relationship.
lk_recurringappointmentmaster_modifiedonbehalfby
See systemuser Table lk_recurringappointmentmaster_modifiedonbehalfby One-To-Many relationship.
user_recurringappointmentmaster
See systemuser Table user_recurringappointmentmaster One-To-Many relationship.
KnowledgeArticle_RecurringAppointmentMasters
See knowledgearticle Table KnowledgeArticle_RecurringAppointmentMasters One-To-Many relationship.
See also
About the table reference
Web API Reference
recurringappointmentmaster EntityType