msdyn_bookingalert Entity Reference
Alerts that notify schedule board users of booking issues or information.
Added by: Universal Resource Scheduling Solution
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Assign | PATCH [org URI]/api/data/v9.0/msdyn_bookingalerts(activityid) Update ownerid property. |
AssignRequest |
| Create | POST [org URI]/api/data/v9.0/msdyn_bookingalerts See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/msdyn_bookingalerts(activityid) See Delete |
DeleteRequest or Delete |
| GrantAccess | GrantAccess Action | GrantAccessRequest |
| IsValidStateTransition | IsValidStateTransition Function | IsValidStateTransitionRequest |
| ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
| Retrieve | GET [org URI]/api/data/v9.0/msdyn_bookingalerts(activityid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/msdyn_bookingalerts 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/msdyn_bookingalerts(activityid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/msdyn_bookingalerts(activityid) See Update |
UpdateRequest or Update |
Entity Properties
| Property | Value |
|---|---|
| CollectionSchemaName | msdyn_bookingalerts |
| DisplayCollectionName | Booking Alerts |
| DisplayName | Booking Alert |
| EntitySetName | msdyn_bookingalerts |
| IsBPFEntity | False |
| LogicalCollectionName | msdyn_bookingalerts |
| LogicalName | msdyn_bookingalert |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | activityid |
| PrimaryNameAttribute | subject |
| SchemaName | msdyn_bookingalert |
Writable attributes
These attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- ActivityAdditionalParams
- ActivityId
- ActualDurationMinutes
- ActualEnd
- ActualStart
- BCC
- CC
- Community
- Customers
- DeliveryPriorityCode
- Description
- ExchangeItemId
- ExchangeWebLink
- From
- ImportSequenceNumber
- IsBilled
- IsMapiPrivate
- IsWorkflowCreated
- LastOnHoldTime
- LeftVoiceMail
- OptionalAttendees
- Organizer
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- Partners
- PriorityCode
- ProcessId
- RegardingObjectId
- RegardingObjectIdName
- RegardingObjectIdYomiName
- RegardingObjectTypeCode
- RequiredAttendees
- Resources
- ScheduledDurationMinutes
- ScheduledEnd
- ScheduledStart
- ServiceId
- SLAId
- SortDate
- StageId
- StateCode
- StatusCode
- Subject
- TimeZoneRuleVersionNumber
- To
- TransactionCurrencyId
- TraversedPath
- UTCConversionTimeZoneCode
ActivityAdditionalParams
| Property | Value |
|---|---|
| Description | Shows additional information provided by the external application as JSON. For internal use only. |
| DisplayName | Activity Additional Parameters |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | activityadditionalparams |
| MaxLength | 8192 |
| RequiredLevel | None |
| Type | Memo |
ActivityId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the activity. |
| DisplayName | Activity |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | activityid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
ActualDurationMinutes
| Property | Value |
|---|---|
| Description | Shows the actual duration of the activity in minutes. |
| DisplayName | Actual Duration |
| Format | Duration |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | actualdurationminutes |
| MaxValue | 2147483647 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
ActualEnd
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Shows the actual end time of the activity. |
| DisplayName | Actual End |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | actualend |
| RequiredLevel | None |
| Type | DateTime |
ActualStart
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Shows the actual start time of the activity. |
| DisplayName | Actual Start |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | actualstart |
| RequiredLevel | None |
| Type | DateTime |
BCC
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Enter the blind carbon-copy (bcc) recipients of the activity. |
| DisplayName | BCC |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | bcc |
| RequiredLevel | None |
| Targets | account,contact,lead,systemuser |
| Type | PartyList |
CC
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Enter the carbon-copy (cc) recipients of the activity. |
| DisplayName | CC |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | cc |
| RequiredLevel | None |
| Targets | account,contact,lead,systemuser |
| Type | PartyList |
Community
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Social Channel |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | community |
| RequiredLevel | None |
| Type | Picklist |
Community Options
| Value | Label |
|---|---|
| 0 | Other |
| 1 | |
| 2 |
Customers
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Enter the customer that the activity is associated with. |
| DisplayName | Customers |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | customers |
| RequiredLevel | None |
| Targets | account,contact |
| Type | PartyList |
DeliveryPriorityCode
| Property | Value |
|---|---|
| Description | Enter the priority of delivery of the activity to the email server. |
| DisplayName | Delivery Priority |
| IsValidForForm | True |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | deliveryprioritycode |
| RequiredLevel | None |
| Type | Picklist |
DeliveryPriorityCode Options
| Value | Label |
|---|---|
| 0 | Low |
| 1 | Normal |
| 2 | High |
Description
| Property | Value |
|---|---|
| Description | Type a description of the activity. |
| DisplayName | Description |
| Format | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | description |
| MaxLength | 2000 |
| RequiredLevel | None |
| Type | Memo |
ExchangeItemId
| Property | Value |
|---|---|
| Description | The message id of activity which is returned from Exchange Server. |
| DisplayName | Exchange Item ID |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | exchangeitemid |
| MaxLength | 200 |
| RequiredLevel | None |
| Type | String |
ExchangeWebLink
| Property | Value |
|---|---|
| Description | Shows the web link of Activity of type email. |
| DisplayName | Exchange WebLink |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | exchangeweblink |
| MaxLength | 1250 |
| RequiredLevel | None |
| Type | String |
From
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the person who the activity is from. |
| DisplayName | From |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | from |
| RequiredLevel | None |
| Targets | account,contact,lead,systemuser |
| Type | PartyList |
ImportSequenceNumber
| Property | Value |
|---|---|
| Description | Shows the sequence number of the import 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 |
IsBilled
| Property | Value |
|---|---|
| Description | Information regarding whether the activity was billed as part of resolving a case. |
| DisplayName | Is Billed |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isbilled |
| RequiredLevel | None |
| Type | Boolean |
IsBilled Options
| Value | Label |
|---|---|
| 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 Options
| Value | Label |
|---|---|
| 1 | Yes |
| 0 | No |
DefaultValue: False
IsWorkflowCreated
| Property | Value |
|---|---|
| Description | Information regarding whether the activity was created from a workflow rule. |
| DisplayName | Is Workflow Created |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | isworkflowcreated |
| RequiredLevel | None |
| Type | Boolean |
IsWorkflowCreated Options
| Value | Label |
|---|---|
| 1 | Yes |
| 0 | No |
DefaultValue: False
LastOnHoldTime
Added by: Active Solution Solution
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Contains the date and time stamp of the last on hold time. |
| DisplayName | Last On Hold Time |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | lastonholdtime |
| RequiredLevel | None |
| Type | DateTime |
LeftVoiceMail
| Property | Value |
|---|---|
| Description | Shows whether a voice mail was left. |
| DisplayName | Left Voice Mail |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | leftvoicemail |
| RequiredLevel | None |
| Type | Boolean |
LeftVoiceMail Options
| Value | Label |
|---|---|
| 1 | Yes |
| 0 | No |
DefaultValue: False
OptionalAttendees
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the list of optional attendees for the activity. |
| DisplayName | Optional Attendees |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | optionalattendees |
| RequiredLevel | None |
| Targets | account,contact,entitlement,equipment,knowledgearticle,lead,queue,systemuser,unresolvedaddress |
| Type | PartyList |
Organizer
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the person who organized the activity. |
| DisplayName | Organizer |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | organizer |
| RequiredLevel | None |
| Targets | systemuser |
| Type | PartyList |
OverriddenCreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Shows the 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
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the user or team who owns the activity. |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | SystemRequired |
| Targets | systemuser,team |
| Type | Owner |
OwnerIdType
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
Partners
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the outsource vendor that the activity is associated with. |
| DisplayName | Outsource Vendors |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | partners |
| RequiredLevel | None |
| Targets | account,contact |
| Type | PartyList |
PriorityCode
| Property | Value |
|---|---|
| Description | Priority of the activity. |
| DisplayName | Priority |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | prioritycode |
| RequiredLevel | None |
| Type | Picklist |
PriorityCode Options
| Value | Label |
|---|---|
| 0 | Low |
| 1 | Normal |
| 2 | High |
ProcessId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the process. |
| DisplayName | Process |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | processid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
RegardingObjectId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the object with which the activity is associated. |
| DisplayName | Regarding |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | regardingobjectid |
| RequiredLevel | None |
| Targets | account,bookableresourcebooking,bookableresourcebookingheader,bulkoperation,campaign,campaignactivity,contact,contract,entitlement,entitlementtemplate,incident,interactionforemail,invoice,knowledgearticle,knowledgebaserecord,lead,msdyn_agreement,msdyn_agreementbookingdate,msdyn_agreementbookingincident,msdyn_agreementbookingproduct,msdyn_agreementbookingservice,msdyn_agreementbookingservicetask,msdyn_agreementbookingsetup,msdyn_agreementinvoicedate,msdyn_agreementinvoiceproduct,msdyn_agreementinvoicesetup,msdyn_bookingalertstatus,msdyn_bookingrule,msdyn_bookingtimestamp,msdyn_customerasset,msdyn_fieldservicesetting,msdyn_incidenttypecharacteristic,msdyn_incidenttypeproduct,msdyn_incidenttypeservice,msdyn_inventoryadjustment,msdyn_inventoryadjustmentproduct,msdyn_inventoryjournal,msdyn_inventorytransfer,msdyn_payment,msdyn_paymentdetail,msdyn_paymentmethod,msdyn_paymentterm,msdyn_playbookinstance,msdyn_postalbum,msdyn_postalcode,msdyn_processnotes,msdyn_productinventory,msdyn_projectteam,msdyn_purchaseorder,msdyn_purchaseorderbill,msdyn_purchaseorderproduct,msdyn_purchaseorderreceipt,msdyn_purchaseorderreceiptproduct,msdyn_purchaseordersubstatus,msdyn_quotebookingincident,msdyn_quotebookingproduct,msdyn_quotebookingservice,msdyn_quotebookingservicetask,msdyn_resourceterritory,msdyn_rma,msdyn_rmaproduct,msdyn_rmareceipt,msdyn_rmareceiptproduct,msdyn_rmasubstatus,msdyn_rtv,msdyn_rtvproduct,msdyn_rtvsubstatus,msdyn_shipvia,msdyn_systemuserschedulersetting,msdyn_timegroup,msdyn_timegroupdetail,msdyn_timeoffrequest,msdyn_warehouse,msdyn_workorder,msdyn_workordercharacteristic,msdyn_workorderincident,msdyn_workorderproduct,msdyn_workorderresourcerestriction,msdyn_workorderservice,msdyn_workorderservicetask,opportunity,quote,salesorder,site |
| Type | Lookup |
RegardingObjectIdName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | regardingobjectidname |
| MaxLength | 400 |
| RequiredLevel | None |
| Type | String |
RegardingObjectIdYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | regardingobjectidyominame |
| MaxLength | 400 |
| RequiredLevel | None |
| Type | String |
RegardingObjectTypeCode
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | regardingobjecttypecode |
| RequiredLevel | None |
| Type | EntityName |
RequiredAttendees
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the list of assignees to be notified by alert. |
| DisplayName | Assignees |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | requiredattendees |
| RequiredLevel | ApplicationRequired |
| Targets | account,contact,entitlement,equipment,knowledgearticle,lead,queue,systemuser,unresolvedaddress |
| Type | PartyList |
Resources
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the users or facility/equipment that are required for the activity. |
| DisplayName | Resources |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | resources |
| RequiredLevel | None |
| Targets | equipment,systemuser |
| Type | PartyList |
ScheduledDurationMinutes
| Property | Value |
|---|---|
| Description | Enter the scheduled duration of the activity, in minutes. |
| DisplayName | Estimated Duration |
| Format | Duration |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | scheduleddurationminutes |
| MaxValue | 2147483647 |
| MinValue | 0 |
| RequiredLevel | None |
| Type | Integer |
ScheduledEnd
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the scheduled end time of the activity. |
| DisplayName | Due Date |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | scheduledend |
| RequiredLevel | ApplicationRequired |
| Type | DateTime |
ScheduledStart
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the scheduled start time of the activity. |
| DisplayName | Start Date |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | scheduledstart |
| RequiredLevel | None |
| Type | DateTime |
ServiceId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of an associated service. |
| DisplayName | Service |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | serviceid |
| RequiredLevel | None |
| Targets | service |
| Type | Lookup |
SLAId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Choose the service level agreement (SLA) that you want to apply to the case record. |
| DisplayName | SLA |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | slaid |
| RequiredLevel | None |
| Targets | sla |
| Type | Lookup |
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
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the stage. |
| DisplayName | Process Stage |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | stageid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
StateCode
| Property | Value |
|---|---|
| Description | Status of the activity. |
| DisplayName | Activity Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
StateCode Options
| Value | Label | DefaultStatus | InvariantName |
|---|---|---|---|
| 0 | Open | 1 | Open |
| 1 | Completed | 2 | Completed |
| 2 | Canceled | 3 | Canceled |
| 3 | Scheduled | 4 | Scheduled |
StatusCode
| Property | Value |
|---|---|
| Description | Reason for the status of the activity. |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
StatusCode Options
| Value | Label | State |
|---|---|---|
| 1 | Open | 0 |
| 2 | Completed | 1 |
| 3 | Canceled | 2 |
| 4 | Scheduled | 3 |
Subject
| Property | Value |
|---|---|
| Description | Enter the subject associated with the activity. |
| DisplayName | Subject |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | subject |
| MaxLength | 200 |
| RequiredLevel | ApplicationRequired |
| Type | String |
TimeZoneRuleVersionNumber
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Time Zone Rule Version Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | timezoneruleversionnumber |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
To
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the person who is the receiver of the activity. |
| DisplayName | To |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | to |
| RequiredLevel | None |
| Targets | account,contact,lead,systemuser |
| Type | PartyList |
TransactionCurrencyId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the currency associated with the activitypointer. |
| DisplayName | Currency |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | transactioncurrencyid |
| RequiredLevel | None |
| Targets | transactioncurrency |
| Type | Lookup |
TraversedPath
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | Traversed Path |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | traversedpath |
| MaxLength | 1250 |
| RequiredLevel | None |
| Type | String |
UTCConversionTimeZoneCode
| Property | Value |
|---|---|
| Description | Shows the 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 attributes
These attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- ActivityTypeCode
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- DeliveryLastAttemptedOn
- ExchangeRate
- InstanceTypeCode
- IsRegularActivity
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OnHoldTime
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- PostponeActivityProcessingUntil
- SenderMailboxId
- SenderMailboxIdName
- SentOn
- SeriesId
- ServiceIdName
- SLAInvokedId
- SLAInvokedIdName
- SLAName
- TransactionCurrencyIdName
- VersionNumber
ActivityTypeCode
| Property | Value |
|---|---|
| Description | Type of activity. |
| DisplayName | Activity Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | activitytypecode |
| RequiredLevel | SystemRequired |
| Type | EntityName |
CreatedBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the activity. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
Added by: Active Solution Solution
| 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 activity was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options. |
| DisplayName | Date Created |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows who created the activity pointer on behalf of another user. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
DeliveryLastAttemptedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the date and time when the delivery of the activity was last attempted. |
| DisplayName | Date Delivery Last Attempted |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | deliverylastattemptedon |
| RequiredLevel | None |
| Type | DateTime |
ExchangeRate
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Exchange rate for the currency associated with the activitypointer with respect to the base currency. |
| DisplayName | Exchange Rate |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | exchangerate |
| MaxValue | 100000000000 |
| MinValue | 0.0000000001 |
| Precision | 10 |
| RequiredLevel | None |
| Type | Decimal |
InstanceTypeCode
| Property | Value |
|---|---|
| Description | Type of instance of a recurring series. |
| DisplayName | Recurring Instance Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | instancetypecode |
| RequiredLevel | SystemRequired |
| Type | Picklist |
InstanceTypeCode Options
| Value | Label |
|---|---|
| 0 | Not Recurring |
| 1 | Recurring Master |
| 2 | Recurring Instance |
| 3 | Recurring Exception |
| 4 | Recurring Future Exception |
IsRegularActivity
| Property | Value |
|---|---|
| Description | Shows 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 Options
| Value | Label |
|---|---|
| 1 | Yes |
| 0 | No |
DefaultValue: True
ModifiedBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of user who last modified the activity. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
Added by: Active Solution Solution
| 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 activity was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options. |
| DisplayName | Last Updated |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows who last updated the activity pointer on behalf of another user. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OnHoldTime
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows how long, in minutes, that the record was on hold. |
| DisplayName | On Hold Time (Minutes) |
| Format | None |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | onholdtime |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
OwnerIdName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdYomiName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwningBusinessUnit
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the business unit that owns the activity. |
| DisplayName | Owning Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Targets | businessunit |
| Type | Lookup |
OwningTeam
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the team that owns the activity. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Targets | team |
| Type | Lookup |
OwningUser
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the user that owns the activity. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
PostponeActivityProcessingUntil
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | For internal use only. |
| DisplayName | Delay activity processing until |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | postponeactivityprocessinguntil |
| RequiredLevel | None |
| Type | DateTime |
SenderMailboxId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Unique identifier of the mailbox associated with the sender of the email message. |
| DisplayName | Sender's Mailbox |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | sendermailboxid |
| RequiredLevel | None |
| Targets | mailbox |
| Type | Lookup |
SenderMailboxIdName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | sendermailboxidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
SentOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Enter the date and time when the activity was sent. |
| DisplayName | Date Sent |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | senton |
| RequiredLevel | None |
| Type | DateTime |
SeriesId
| Property | Value |
|---|---|
| Description | Shows the ID of the recurring series of an instance. |
| DisplayName | Series Id |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | seriesid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
ServiceIdName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | serviceidname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
SLAInvokedId
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Shows the last service level agreement (SLA) that was applied to this case. This field is for internal use only. |
| DisplayName | Last SLA applied |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | slainvokedid |
| RequiredLevel | None |
| Targets | sla |
| Type | Lookup |
SLAInvokedIdName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | slainvokedidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
SLAName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | slaname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
TransactionCurrencyIdName
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | transactioncurrencyidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
VersionNumber
Added by: Active Solution Solution
| Property | Value |
|---|---|
| Description | Version number of the activity. |
| DisplayName | Version Number |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
One-To-Many Relationships
Listed by SchemaName.
- msdyn_bookingalert_activity_parties
- CampaignResponse_msdyn_bookingalerts
- msdyn_bookingalert_ActionCards
- msdyn_bookingalert_SyncErrors
- msdyn_bookingalert_DuplicateMatchingRecord
- msdyn_bookingalert_DuplicateBaseRecord
- msdyn_bookingalert_AsyncOperations
- msdyn_bookingalert_MailboxTrackingFolders
- msdyn_bookingalert_ProcessSession
- msdyn_bookingalert_BulkDeleteFailures
- msdyn_bookingalert_PrincipalObjectAttributeAccesses
- msdyn_bookingalert_connections1
- msdyn_bookingalert_connections2
- msdyn_bookingalert_QueueItems
- msdyn_bookingalert_Annotations
- msdyn_msdyn_bookingalert_msdyn_bookingalertstatus_BookingAlert
msdyn_bookingalert_activity_parties
Added by: System Solution Solution
Same as activityparty entity msdyn_bookingalert_activity_parties Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | activityparty |
| ReferencingAttribute | activityid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_activity_parties |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
CampaignResponse_msdyn_bookingalerts
Added by: Marketing Solution
Same as campaignresponse entity CampaignResponse_msdyn_bookingalerts Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | campaignresponse |
| ReferencingAttribute | originatingactivityid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | CampaignResponse_msdyn_bookingalerts |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_ActionCards
Added by: System Solution Solution
Same as actioncard entity msdyn_bookingalert_ActionCards Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | actioncard |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_ActionCards |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_SyncErrors
Added by: System Solution Solution
Same as syncerror entity msdyn_bookingalert_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_DuplicateMatchingRecord
Added by: System Solution Solution
Same as duplicaterecord entity msdyn_bookingalert_DuplicateMatchingRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | duplicaterecordid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_DuplicateMatchingRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_DuplicateBaseRecord
Added by: System Solution Solution
Same as duplicaterecord entity msdyn_bookingalert_DuplicateBaseRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | baserecordid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_DuplicateBaseRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_AsyncOperations
Added by: System Solution Solution
Same as asyncoperation entity msdyn_bookingalert_AsyncOperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_MailboxTrackingFolders
Added by: System Solution Solution
Same as mailboxtrackingfolder entity msdyn_bookingalert_MailboxTrackingFolders Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_MailboxTrackingFolders |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_ProcessSession
Added by: System Solution Solution
Same as processsession entity msdyn_bookingalert_ProcessSession Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_ProcessSession |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_BulkDeleteFailures
Added by: System Solution Solution
Same as bulkdeletefailure entity msdyn_bookingalert_BulkDeleteFailures Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_BulkDeleteFailures |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_PrincipalObjectAttributeAccesses
Added by: System Solution Solution
Same as principalobjectattributeaccess entity msdyn_bookingalert_PrincipalObjectAttributeAccesses Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_PrincipalObjectAttributeAccesses |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_connections1
Added by: System Solution Solution
Same as connection entity msdyn_bookingalert_connections1 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record1id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_connections1 |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 100 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_connections2
Added by: System Solution Solution
Same as connection entity msdyn_bookingalert_connections2 Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | connection |
| ReferencingAttribute | record2id |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_connections2 |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_QueueItems
Added by: System Solution Solution
Same as queueitem entity msdyn_bookingalert_QueueItems Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | queueitem |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_QueueItems |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
msdyn_bookingalert_Annotations
Added by: System Solution Solution
Same as annotation entity msdyn_bookingalert_Annotations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_bookingalert_Annotations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: NoCascade Reparent: Cascade Share: Cascade Unshare: Cascade |
msdyn_msdyn_bookingalert_msdyn_bookingalertstatus_BookingAlert
Same as msdyn_bookingalertstatus entity msdyn_msdyn_bookingalert_msdyn_bookingalertstatus_BookingAlert Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_bookingalertstatus |
| ReferencingAttribute | msdyn_bookingalert |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | msdyn_msdyn_bookingalert_msdyn_bookingalertstatus_BookingAlert |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 10000 |
| CascadeConfiguration | Assign: NoCascade Delete: Restrict 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 entity. Listed by SchemaName.
- lead_msdyn_bookingalerts
- bookableresourcebooking_msdyn_bookingalerts
- bookableresourcebookingheader_msdyn_bookingalerts
- bulkoperation_msdyn_bookingalerts
- campaign_msdyn_bookingalerts
- campaignactivity_msdyn_bookingalerts
- contract_msdyn_bookingalerts
- entitlement_msdyn_bookingalerts
- entitlementtemplate_msdyn_bookingalerts
- incident_msdyn_bookingalerts
- site_msdyn_bookingalerts
- msdyn_bookingalert_service_serviceid
- msdyn_playbookinstance_msdyn_bookingalerts
- invoice_msdyn_bookingalerts
- opportunity_msdyn_bookingalerts
- quote_msdyn_bookingalerts
- salesorder_msdyn_bookingalerts
- msdyn_postalbum_msdyn_bookingalerts
- interactionforemail_msdyn_bookingalerts
- knowledgebaserecord_msdyn_bookingalerts
- account_msdyn_bookingalerts
- msdyn_bookingalert_systemuser_createdby
- contact_msdyn_bookingalerts
- msdyn_bookingalert_mailbox_sendermailboxid
- msdyn_bookingalert_transactioncurrency_transactioncurrencyid
- msdyn_bookingalert_systemuser_owninguser
- msdyn_bookingalert_sla_slaid
- msdyn_bookingalert_businessunit_owningbusinessunit
- knowledgearticle_msdyn_bookingalerts
- msdyn_bookingalert_systemuser_modifiedonbehalfby
- msdyn_bookingalert_systemuser_createdonbehalfby
- msdyn_bookingalert_systemuser_modifiedby
- msdyn_bookingalert_team_owningteam
- msdyn_bookingalert_sla_slainvokedid
- activity_pointer_msdyn_bookingalert
- msdyn_bookingalertstatus_msdyn_bookingalerts
- msdyn_bookingrule_msdyn_bookingalerts
- msdyn_resourceterritory_msdyn_bookingalerts
- msdyn_systemuserschedulersetting_msdyn_bookingalerts
- msdyn_timegroup_msdyn_bookingalerts
- msdyn_timegroupdetail_msdyn_bookingalerts
- msdyn_processnotes_msdyn_bookingalerts
- msdyn_projectteam_msdyn_bookingalerts
- msdyn_agreement_msdyn_bookingalerts
- msdyn_agreementbookingdate_msdyn_bookingalerts
- msdyn_agreementbookingincident_msdyn_bookingalerts
- msdyn_agreementbookingproduct_msdyn_bookingalerts
- msdyn_agreementbookingservice_msdyn_bookingalerts
- msdyn_agreementbookingservicetask_msdyn_bookingalerts
- msdyn_agreementbookingsetup_msdyn_bookingalerts
- msdyn_agreementinvoicedate_msdyn_bookingalerts
- msdyn_agreementinvoiceproduct_msdyn_bookingalerts
- msdyn_agreementinvoicesetup_msdyn_bookingalerts
- msdyn_bookingtimestamp_msdyn_bookingalerts
- msdyn_customerasset_msdyn_bookingalerts
- msdyn_fieldservicesetting_msdyn_bookingalerts
- msdyn_incidenttypecharacteristic_msdyn_bookingalerts
- msdyn_incidenttypeproduct_msdyn_bookingalerts
- msdyn_incidenttypeservice_msdyn_bookingalerts
- msdyn_inventoryadjustment_msdyn_bookingalerts
- msdyn_inventoryadjustmentproduct_msdyn_bookingalerts
- msdyn_inventoryjournal_msdyn_bookingalerts
- msdyn_inventorytransfer_msdyn_bookingalerts
- msdyn_payment_msdyn_bookingalerts
- msdyn_paymentdetail_msdyn_bookingalerts
- msdyn_paymentmethod_msdyn_bookingalerts
- msdyn_paymentterm_msdyn_bookingalerts
- msdyn_postalcode_msdyn_bookingalerts
- msdyn_productinventory_msdyn_bookingalerts
- msdyn_purchaseorder_msdyn_bookingalerts
- msdyn_purchaseorderbill_msdyn_bookingalerts
- msdyn_purchaseorderproduct_msdyn_bookingalerts
- msdyn_purchaseorderreceipt_msdyn_bookingalerts
- msdyn_purchaseorderreceiptproduct_msdyn_bookingalerts
- msdyn_purchaseordersubstatus_msdyn_bookingalerts
- msdyn_quotebookingincident_msdyn_bookingalerts
- msdyn_quotebookingproduct_msdyn_bookingalerts
- msdyn_quotebookingservice_msdyn_bookingalerts
- msdyn_quotebookingservicetask_msdyn_bookingalerts
- msdyn_rma_msdyn_bookingalerts
- msdyn_rmaproduct_msdyn_bookingalerts
- msdyn_rmareceipt_msdyn_bookingalerts
- msdyn_rmareceiptproduct_msdyn_bookingalerts
- msdyn_rmasubstatus_msdyn_bookingalerts
- msdyn_rtv_msdyn_bookingalerts
- msdyn_rtvproduct_msdyn_bookingalerts
- msdyn_rtvsubstatus_msdyn_bookingalerts
- msdyn_shipvia_msdyn_bookingalerts
- msdyn_timeoffrequest_msdyn_bookingalerts
- msdyn_warehouse_msdyn_bookingalerts
- msdyn_workorder_msdyn_bookingalerts
- msdyn_workordercharacteristic_msdyn_bookingalerts
- msdyn_workorderincident_msdyn_bookingalerts
- msdyn_workorderproduct_msdyn_bookingalerts
- msdyn_workorderresourcerestriction_msdyn_bookingalerts
- msdyn_workorderservice_msdyn_bookingalerts
- msdyn_workorderservicetask_msdyn_bookingalerts
lead_msdyn_bookingalerts
Added by: Lead Management Solution
See lead Entity lead_msdyn_bookingalerts One-To-Many relationship.
bookableresourcebooking_msdyn_bookingalerts
Added by: Scheduling Solution
See bookableresourcebooking Entity bookableresourcebooking_msdyn_bookingalerts One-To-Many relationship.
bookableresourcebookingheader_msdyn_bookingalerts
Added by: Scheduling Solution
See bookableresourcebookingheader Entity bookableresourcebookingheader_msdyn_bookingalerts One-To-Many relationship.
bulkoperation_msdyn_bookingalerts
Added by: Marketing Solution
See bulkoperation Entity bulkoperation_msdyn_bookingalerts One-To-Many relationship.
campaign_msdyn_bookingalerts
Added by: Marketing Solution
See campaign Entity campaign_msdyn_bookingalerts One-To-Many relationship.
campaignactivity_msdyn_bookingalerts
Added by: Marketing Solution
See campaignactivity Entity campaignactivity_msdyn_bookingalerts One-To-Many relationship.
contract_msdyn_bookingalerts
Added by: Service Solution
See contract Entity contract_msdyn_bookingalerts One-To-Many relationship.
entitlement_msdyn_bookingalerts
Added by: Service Solution
See entitlement Entity entitlement_msdyn_bookingalerts One-To-Many relationship.
entitlementtemplate_msdyn_bookingalerts
Added by: Service Solution
See entitlementtemplate Entity entitlementtemplate_msdyn_bookingalerts One-To-Many relationship.
incident_msdyn_bookingalerts
Added by: Service Solution
See incident Entity incident_msdyn_bookingalerts One-To-Many relationship.
site_msdyn_bookingalerts
Added by: Service Solution
See site Entity site_msdyn_bookingalerts One-To-Many relationship.
msdyn_bookingalert_service_serviceid
Added by: Service Solution
See service Entity msdyn_bookingalert_service_serviceid One-To-Many relationship.
msdyn_playbookinstance_msdyn_bookingalerts
Added by: Playbook Solution
See msdyn_playbookinstance Entity msdyn_playbookinstance_msdyn_bookingalerts One-To-Many relationship.
invoice_msdyn_bookingalerts
Added by: Sales Solution
See invoice Entity invoice_msdyn_bookingalerts One-To-Many relationship.
opportunity_msdyn_bookingalerts
Added by: Sales Solution
See opportunity Entity opportunity_msdyn_bookingalerts One-To-Many relationship.
quote_msdyn_bookingalerts
Added by: Sales Solution
See quote Entity quote_msdyn_bookingalerts One-To-Many relationship.
salesorder_msdyn_bookingalerts
Added by: Sales Solution
See salesorder Entity salesorder_msdyn_bookingalerts One-To-Many relationship.
msdyn_postalbum_msdyn_bookingalerts
Added by: Activity Feeds Solution
See msdyn_postalbum Entity msdyn_postalbum_msdyn_bookingalerts One-To-Many relationship.
interactionforemail_msdyn_bookingalerts
Added by: System Solution Solution
See interactionforemail Entity interactionforemail_msdyn_bookingalerts One-To-Many relationship.
knowledgebaserecord_msdyn_bookingalerts
Added by: System Solution Solution
See knowledgebaserecord Entity knowledgebaserecord_msdyn_bookingalerts One-To-Many relationship.
account_msdyn_bookingalerts
Added by: System Solution Solution
See account Entity account_msdyn_bookingalerts One-To-Many relationship.
msdyn_bookingalert_systemuser_createdby
Added by: System Solution Solution
See systemuser Entity msdyn_bookingalert_systemuser_createdby One-To-Many relationship.
contact_msdyn_bookingalerts
Added by: System Solution Solution
See contact Entity contact_msdyn_bookingalerts One-To-Many relationship.
msdyn_bookingalert_mailbox_sendermailboxid
Added by: System Solution Solution
See mailbox Entity msdyn_bookingalert_mailbox_sendermailboxid One-To-Many relationship.
msdyn_bookingalert_transactioncurrency_transactioncurrencyid
Added by: System Solution Solution
See transactioncurrency Entity msdyn_bookingalert_transactioncurrency_transactioncurrencyid One-To-Many relationship.
msdyn_bookingalert_systemuser_owninguser
Added by: System Solution Solution
See systemuser Entity msdyn_bookingalert_systemuser_owninguser One-To-Many relationship.
msdyn_bookingalert_sla_slaid
Added by: System Solution Solution
See sla Entity msdyn_bookingalert_sla_slaid One-To-Many relationship.
msdyn_bookingalert_businessunit_owningbusinessunit
Added by: System Solution Solution
See businessunit Entity msdyn_bookingalert_businessunit_owningbusinessunit One-To-Many relationship.
knowledgearticle_msdyn_bookingalerts
Added by: System Solution Solution
See knowledgearticle Entity knowledgearticle_msdyn_bookingalerts One-To-Many relationship.
msdyn_bookingalert_systemuser_modifiedonbehalfby
Added by: System Solution Solution
See systemuser Entity msdyn_bookingalert_systemuser_modifiedonbehalfby One-To-Many relationship.
msdyn_bookingalert_systemuser_createdonbehalfby
Added by: System Solution Solution
See systemuser Entity msdyn_bookingalert_systemuser_createdonbehalfby One-To-Many relationship.
msdyn_bookingalert_systemuser_modifiedby
Added by: System Solution Solution
See systemuser Entity msdyn_bookingalert_systemuser_modifiedby One-To-Many relationship.
msdyn_bookingalert_team_owningteam
Added by: System Solution Solution
See team Entity msdyn_bookingalert_team_owningteam One-To-Many relationship.
msdyn_bookingalert_sla_slainvokedid
Added by: System Solution Solution
See sla Entity msdyn_bookingalert_sla_slainvokedid One-To-Many relationship.
activity_pointer_msdyn_bookingalert
Added by: System Solution Solution
See activitypointer Entity activity_pointer_msdyn_bookingalert One-To-Many relationship.
msdyn_bookingalertstatus_msdyn_bookingalerts
See msdyn_bookingalertstatus Entity msdyn_bookingalertstatus_msdyn_bookingalerts One-To-Many relationship.
msdyn_bookingrule_msdyn_bookingalerts
See msdyn_bookingrule Entity msdyn_bookingrule_msdyn_bookingalerts One-To-Many relationship.
msdyn_resourceterritory_msdyn_bookingalerts
See msdyn_resourceterritory Entity msdyn_resourceterritory_msdyn_bookingalerts One-To-Many relationship.
msdyn_systemuserschedulersetting_msdyn_bookingalerts
See msdyn_systemuserschedulersetting Entity msdyn_systemuserschedulersetting_msdyn_bookingalerts One-To-Many relationship.
msdyn_timegroup_msdyn_bookingalerts
See msdyn_timegroup Entity msdyn_timegroup_msdyn_bookingalerts One-To-Many relationship.
msdyn_timegroupdetail_msdyn_bookingalerts
See msdyn_timegroupdetail Entity msdyn_timegroupdetail_msdyn_bookingalerts One-To-Many relationship.
msdyn_processnotes_msdyn_bookingalerts
Added by: Project Service Automation Solution
See msdyn_processnotes Entity msdyn_processnotes_msdyn_bookingalerts One-To-Many relationship.
msdyn_projectteam_msdyn_bookingalerts
Added by: Project Service Automation Solution
See msdyn_projectteam Entity msdyn_projectteam_msdyn_bookingalerts One-To-Many relationship.
msdyn_agreement_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_agreement Entity msdyn_agreement_msdyn_bookingalerts One-To-Many relationship.
msdyn_agreementbookingdate_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_agreementbookingdate Entity msdyn_agreementbookingdate_msdyn_bookingalerts One-To-Many relationship.
msdyn_agreementbookingincident_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_agreementbookingincident Entity msdyn_agreementbookingincident_msdyn_bookingalerts One-To-Many relationship.
msdyn_agreementbookingproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_agreementbookingproduct Entity msdyn_agreementbookingproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_agreementbookingservice_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_agreementbookingservice Entity msdyn_agreementbookingservice_msdyn_bookingalerts One-To-Many relationship.
msdyn_agreementbookingservicetask_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_agreementbookingservicetask Entity msdyn_agreementbookingservicetask_msdyn_bookingalerts One-To-Many relationship.
msdyn_agreementbookingsetup_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_agreementbookingsetup Entity msdyn_agreementbookingsetup_msdyn_bookingalerts One-To-Many relationship.
msdyn_agreementinvoicedate_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_agreementinvoicedate Entity msdyn_agreementinvoicedate_msdyn_bookingalerts One-To-Many relationship.
msdyn_agreementinvoiceproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_agreementinvoiceproduct Entity msdyn_agreementinvoiceproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_agreementinvoicesetup_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_agreementinvoicesetup Entity msdyn_agreementinvoicesetup_msdyn_bookingalerts One-To-Many relationship.
msdyn_bookingtimestamp_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_bookingtimestamp Entity msdyn_bookingtimestamp_msdyn_bookingalerts One-To-Many relationship.
msdyn_customerasset_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_customerasset Entity msdyn_customerasset_msdyn_bookingalerts One-To-Many relationship.
msdyn_fieldservicesetting_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_fieldservicesetting Entity msdyn_fieldservicesetting_msdyn_bookingalerts One-To-Many relationship.
msdyn_incidenttypecharacteristic_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_incidenttypecharacteristic Entity msdyn_incidenttypecharacteristic_msdyn_bookingalerts One-To-Many relationship.
msdyn_incidenttypeproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_incidenttypeproduct Entity msdyn_incidenttypeproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_incidenttypeservice_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_incidenttypeservice Entity msdyn_incidenttypeservice_msdyn_bookingalerts One-To-Many relationship.
msdyn_inventoryadjustment_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_inventoryadjustment Entity msdyn_inventoryadjustment_msdyn_bookingalerts One-To-Many relationship.
msdyn_inventoryadjustmentproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_inventoryadjustmentproduct Entity msdyn_inventoryadjustmentproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_inventoryjournal_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_inventoryjournal Entity msdyn_inventoryjournal_msdyn_bookingalerts One-To-Many relationship.
msdyn_inventorytransfer_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_inventorytransfer Entity msdyn_inventorytransfer_msdyn_bookingalerts One-To-Many relationship.
msdyn_payment_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_payment Entity msdyn_payment_msdyn_bookingalerts One-To-Many relationship.
msdyn_paymentdetail_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_paymentdetail Entity msdyn_paymentdetail_msdyn_bookingalerts One-To-Many relationship.
msdyn_paymentmethod_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_paymentmethod Entity msdyn_paymentmethod_msdyn_bookingalerts One-To-Many relationship.
msdyn_paymentterm_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_paymentterm Entity msdyn_paymentterm_msdyn_bookingalerts One-To-Many relationship.
msdyn_postalcode_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_postalcode Entity msdyn_postalcode_msdyn_bookingalerts One-To-Many relationship.
msdyn_productinventory_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_productinventory Entity msdyn_productinventory_msdyn_bookingalerts One-To-Many relationship.
msdyn_purchaseorder_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_purchaseorder Entity msdyn_purchaseorder_msdyn_bookingalerts One-To-Many relationship.
msdyn_purchaseorderbill_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_purchaseorderbill Entity msdyn_purchaseorderbill_msdyn_bookingalerts One-To-Many relationship.
msdyn_purchaseorderproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_purchaseorderproduct Entity msdyn_purchaseorderproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_purchaseorderreceipt_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_purchaseorderreceipt Entity msdyn_purchaseorderreceipt_msdyn_bookingalerts One-To-Many relationship.
msdyn_purchaseorderreceiptproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_purchaseorderreceiptproduct Entity msdyn_purchaseorderreceiptproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_purchaseordersubstatus_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_purchaseordersubstatus Entity msdyn_purchaseordersubstatus_msdyn_bookingalerts One-To-Many relationship.
msdyn_quotebookingincident_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_quotebookingincident Entity msdyn_quotebookingincident_msdyn_bookingalerts One-To-Many relationship.
msdyn_quotebookingproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_quotebookingproduct Entity msdyn_quotebookingproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_quotebookingservice_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_quotebookingservice Entity msdyn_quotebookingservice_msdyn_bookingalerts One-To-Many relationship.
msdyn_quotebookingservicetask_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_quotebookingservicetask Entity msdyn_quotebookingservicetask_msdyn_bookingalerts One-To-Many relationship.
msdyn_rma_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_rma Entity msdyn_rma_msdyn_bookingalerts One-To-Many relationship.
msdyn_rmaproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_rmaproduct Entity msdyn_rmaproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_rmareceipt_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_rmareceipt Entity msdyn_rmareceipt_msdyn_bookingalerts One-To-Many relationship.
msdyn_rmareceiptproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_rmareceiptproduct Entity msdyn_rmareceiptproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_rmasubstatus_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_rmasubstatus Entity msdyn_rmasubstatus_msdyn_bookingalerts One-To-Many relationship.
msdyn_rtv_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_rtv Entity msdyn_rtv_msdyn_bookingalerts One-To-Many relationship.
msdyn_rtvproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_rtvproduct Entity msdyn_rtvproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_rtvsubstatus_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_rtvsubstatus Entity msdyn_rtvsubstatus_msdyn_bookingalerts One-To-Many relationship.
msdyn_shipvia_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_shipvia Entity msdyn_shipvia_msdyn_bookingalerts One-To-Many relationship.
msdyn_timeoffrequest_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_timeoffrequest Entity msdyn_timeoffrequest_msdyn_bookingalerts One-To-Many relationship.
msdyn_warehouse_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_warehouse Entity msdyn_warehouse_msdyn_bookingalerts One-To-Many relationship.
msdyn_workorder_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_workorder Entity msdyn_workorder_msdyn_bookingalerts One-To-Many relationship.
msdyn_workordercharacteristic_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_workordercharacteristic Entity msdyn_workordercharacteristic_msdyn_bookingalerts One-To-Many relationship.
msdyn_workorderincident_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_workorderincident Entity msdyn_workorderincident_msdyn_bookingalerts One-To-Many relationship.
msdyn_workorderproduct_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_workorderproduct Entity msdyn_workorderproduct_msdyn_bookingalerts One-To-Many relationship.
msdyn_workorderresourcerestriction_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_workorderresourcerestriction Entity msdyn_workorderresourcerestriction_msdyn_bookingalerts One-To-Many relationship.
msdyn_workorderservice_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_workorderservice Entity msdyn_workorderservice_msdyn_bookingalerts One-To-Many relationship.
msdyn_workorderservicetask_msdyn_bookingalerts
Added by: Field Service Solution
See msdyn_workorderservicetask Entity msdyn_workorderservicetask_msdyn_bookingalerts One-To-Many relationship.
See also
About the Entity Reference
Programming reference for Dynamics 365 Customer Engagement
Web API Reference
Microsoft.Dynamics.CRM.msdyn_bookingalert
Feedback
Submit and view feedback for