Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Activity that represents work done to satisfy a customer's need.
Messages
The following table lists the messages for the Service table. Messages represent operations that can be performed on the table. They may also be events.
| Name Is Event? | Web API Operation | SDK for .NET | 
|---|---|---|
| AssociateEvent: True | Associate records | Associate records | 
| CreateEvent: True | POST/servicesSee Create | Create records | 
| CreateMultipleEvent: True | CreateMultiple | CreateMultipleRequest | 
| DeleteEvent: True | DELETE/services(serviceid)See Delete | Delete records | 
| DisassociateEvent: True | Disassociate records | Disassociate records | 
| RetrieveEvent: True | GET/services(serviceid)See Retrieve | Retrieve records | 
| RetrieveByResourcesServiceEvent: False | RetrieveByResourcesService function | RetrieveByResourcesServiceRequest | 
| RetrieveMultipleEvent: True | GET/servicesSee Query data | Query data | 
| UpdateEvent: True | PATCH/services(serviceid)See Update | Update records | 
| UpdateMultipleEvent: True | UpdateMultiple | UpdateMultipleRequest | 
| UpsertEvent: False | PATCH/services(serviceid)See Upsert a table row | UpsertRequest | 
| UpsertMultipleEvent: False | UpsertMultiple | UpsertMultipleRequest | 
Properties
The following table lists selected properties for the Service table.
| Property | Value | 
|---|---|
| DisplayName | Service | 
| DisplayCollectionName | Services | 
| SchemaName | Service | 
| CollectionSchemaName | Services | 
| EntitySetName | services | 
| LogicalName | service | 
| LogicalCollectionName | services | 
| PrimaryIdAttribute | serviceid | 
| PrimaryNameAttribute | name | 
| TableType | Standard | 
| OwnershipType | OrganizationOwned | 
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- AnchorOffset
- CalendarId
- Description
- Duration
- Granularity
- ImportSequenceNumber
- InitialStatusCode
- IsSchedulable
- IsVisible
- Name
- OverriddenCreatedOn
- ResourceSpecId
- ServiceId
- ShowResources
- StrategyId
- TimeZoneRuleVersionNumber
- UTCConversionTimeZoneCode
AnchorOffset
| Property | Value | 
|---|---|
| Description | Used in conjunction with granularity to describes when services can be performed in relation to midnight on a given day. | 
| DisplayName | Anchor Offset | 
| IsValidForForm | True | 
| IsValidForRead | True | 
| LogicalName | anchoroffset | 
| RequiredLevel | ApplicationRequired | 
| Type | Integer | 
| MaxValue | 1440 | 
| MinValue | 0 | 
CalendarId
| Property | Value | 
|---|---|
| Description | Unique identifier of the calendar. | 
| DisplayName | Calendar | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | calendarid | 
| RequiredLevel | None | 
| Type | Uniqueidentifier | 
Description
| Property | Value | 
|---|---|
| Description | Description of activity that represents work done to satisfy a customer's need. | 
| DisplayName | Description | 
| IsValidForForm | True | 
| IsValidForRead | True | 
| LogicalName | description | 
| RequiredLevel | None | 
| Type | Memo | 
| Format | Text | 
| FormatName | Text | 
| ImeMode | Auto | 
| IsLocalizable | False | 
| MaxLength | 2000 | 
Duration
| Property | Value | 
|---|---|
| Description | Duration of the service. | 
| DisplayName | Duration | 
| IsValidForForm | True | 
| IsValidForRead | True | 
| LogicalName | duration | 
| RequiredLevel | SystemRequired | 
| Type | Integer | 
| MaxValue | 2147483647 | 
| MinValue | 0 | 
Granularity
| Property | Value | 
|---|---|
| Description | Describes how often the service is performed. | 
| DisplayName | Granularity | 
| IsValidForForm | True | 
| IsValidForRead | True | 
| LogicalName | granularity | 
| RequiredLevel | SystemRequired | 
| Type | String | 
| Format | Text | 
| FormatName | Text | 
| ImeMode | Auto | 
| IsLocalizable | False | 
| MaxLength | 100 | 
ImportSequenceNumber
| Property | Value | 
|---|---|
| Description | Sequence number of the import that created this record. | 
| DisplayName | Import Sequence Number | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | importsequencenumber | 
| RequiredLevel | None | 
| Type | Integer | 
| MaxValue | 2147483647 | 
| MinValue | -2147483648 | 
InitialStatusCode
| Property | Value | 
|---|---|
| Description | Initial status reason for the service activity. | 
| DisplayName | Initial Status Reason | 
| IsValidForForm | True | 
| IsValidForRead | True | 
| LogicalName | initialstatuscode | 
| RequiredLevel | SystemRequired | 
| Type | Status | 
| DefaultFormValue | 4 | 
| GlobalChoiceName | service_initialstatuscode | 
InitialStatusCode Choices/Options
| Value | Details | 
|---|---|
| 1 | Label: Requested State:0 TransitionData: None | 
| 2 | Label: Tentative State:0 TransitionData: None | 
| 3 | Label: Pending State:0 TransitionData: None | 
| 4 | Label: Reserved State:0 TransitionData: None | 
| 6 | Label: In Progress State:0 TransitionData: None | 
| 7 | Label: Arrived State:0 TransitionData: None | 
| 8 | Label: Completed State:1 TransitionData: None | 
| 9 | Label: Canceled State:2 TransitionData: None | 
| 10 | Label: No Show State:2 TransitionData: None | 
IsSchedulable
| Property | Value | 
|---|---|
| Description | Information about whether the service can be scheduled. | 
| DisplayName | Status | 
| IsValidForForm | True | 
| IsValidForRead | True | 
| LogicalName | isschedulable | 
| RequiredLevel | SystemRequired | 
| Type | Boolean | 
| GlobalChoiceName | service_isschedulable | 
| DefaultValue | True | 
| True Label | Active | 
| False Label | Inactive | 
IsVisible
| Property | Value | 
|---|---|
| Description | Information about whether the service is visible to users. | 
| DisplayName | Is Visible | 
| IsValidForForm | True | 
| IsValidForRead | True | 
| LogicalName | isvisible | 
| RequiredLevel | None | 
| Type | Boolean | 
| GlobalChoiceName | service_isvisible | 
| DefaultValue | False | 
| True Label | Yes | 
| False Label | No | 
Name
| Property | Value | 
|---|---|
| Description | Name of the service. | 
| DisplayName | Name | 
| IsValidForForm | True | 
| IsValidForRead | True | 
| LogicalName | name | 
| RequiredLevel | SystemRequired | 
| Type | String | 
| Format | Text | 
| FormatName | Text | 
| ImeMode | Auto | 
| IsLocalizable | False | 
| MaxLength | 160 | 
OverriddenCreatedOn
| Property | Value | 
|---|---|
| Description | Date and time that the record was migrated. | 
| DisplayName | Record Created On | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | overriddencreatedon | 
| RequiredLevel | None | 
| Type | DateTime | 
| CanChangeDateTimeBehavior | False | 
| DateTimeBehavior | UserLocal | 
| Format | DateOnly | 
| ImeMode | Inactive | 
| SourceTypeMask | 0 | 
ResourceSpecId
| Property | Value | 
|---|---|
| Description | Unique identifier of the resource specification with which the service is associated. | 
| DisplayName | Required Resources | 
| IsValidForForm | True | 
| IsValidForRead | True | 
| LogicalName | resourcespecid | 
| RequiredLevel | SystemRequired | 
| Type | Lookup | 
| Targets | resourcespec | 
ServiceId
| Property | Value | 
|---|---|
| Description | Unique identifier of the associated service. | 
| DisplayName | Service | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | serviceid | 
| RequiredLevel | SystemRequired | 
| Type | Uniqueidentifier | 
ShowResources
| Property | Value | 
|---|---|
| Description | For internal use only. | 
| DisplayName | Show Resources | 
| IsValidForForm | True | 
| IsValidForRead | True | 
| LogicalName | showresources | 
| RequiredLevel | None | 
| Type | Boolean | 
| GlobalChoiceName | service_showresources | 
| DefaultValue | False | 
| True Label | Yes | 
| False Label | No | 
StrategyId
| Property | Value | 
|---|---|
| Description | Value that is taken from PluginTypeId in the Plugin Type record for the scheduling strategy. This is the ID of the scheduling strategy plug-in associated with the service. | 
| DisplayName | Strategy | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | strategyid | 
| RequiredLevel | SystemRequired | 
| Type | Lookup | 
| Targets | plugintype | 
TimeZoneRuleVersionNumber
| Property | Value | 
|---|---|
| Description | For internal use only. | 
| DisplayName | Time Zone Rule Version Number | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | timezoneruleversionnumber | 
| RequiredLevel | None | 
| Type | Integer | 
| MaxValue | 2147483647 | 
| MinValue | -1 | 
UTCConversionTimeZoneCode
| Property | Value | 
|---|---|
| Description | Time zone code that was in use when the record was created. | 
| DisplayName | UTC Conversion Time Zone Code | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | utcconversiontimezonecode | 
| RequiredLevel | None | 
| Type | Integer | 
| MaxValue | 2147483647 | 
| MinValue | -1 | 
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate and IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedOn
- CreatedOnBehalfBy
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- OrganizationId
- VersionNumber
CreatedBy
| Property | Value | 
|---|---|
| Description | Unique identifier of the user who created the service. | 
| DisplayName | Created By | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | createdby | 
| RequiredLevel | None | 
| Type | Lookup | 
| Targets | systemuser | 
CreatedOn
| Property | Value | 
|---|---|
| Description | Date and time when the service was created. | 
| DisplayName | Created On | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | createdon | 
| RequiredLevel | None | 
| Type | DateTime | 
| CanChangeDateTimeBehavior | False | 
| DateTimeBehavior | UserLocal | 
| Format | DateAndTime | 
| ImeMode | Inactive | 
| SourceTypeMask | 0 | 
CreatedOnBehalfBy
| Property | Value | 
|---|---|
| Description | Unique identifier of the delegate user who created the service. | 
| DisplayName | Created By (Delegate) | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | createdonbehalfby | 
| RequiredLevel | None | 
| Type | Lookup | 
| Targets | systemuser | 
ModifiedBy
| Property | Value | 
|---|---|
| Description | Unique identifier of the user who last modified the service. | 
| DisplayName | Modified By | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | modifiedby | 
| RequiredLevel | None | 
| Type | Lookup | 
| Targets | systemuser | 
ModifiedOn
| Property | Value | 
|---|---|
| Description | Date and time when the service was last modified. | 
| DisplayName | Modified On | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | modifiedon | 
| RequiredLevel | None | 
| Type | DateTime | 
| CanChangeDateTimeBehavior | False | 
| DateTimeBehavior | UserLocal | 
| Format | DateAndTime | 
| ImeMode | Inactive | 
| SourceTypeMask | 0 | 
ModifiedOnBehalfBy
| Property | Value | 
|---|---|
| Description | Unique identifier of the delegate user who last modified the service. | 
| DisplayName | Modified By (Delegate) | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | modifiedonbehalfby | 
| RequiredLevel | None | 
| Type | Lookup | 
| Targets | systemuser | 
OrganizationId
| Property | Value | 
|---|---|
| Description | Unique identifier for the organization | 
| DisplayName | Organization Id | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | organizationid | 
| RequiredLevel | SystemRequired | 
| Type | Lookup | 
| Targets | organization | 
VersionNumber
| Property | Value | 
|---|---|
| Description | Version Number | 
| DisplayName | Version Number | 
| IsValidForForm | False | 
| IsValidForRead | True | 
| LogicalName | versionnumber | 
| RequiredLevel | None | 
| Type | BigInt | 
| MaxValue | 9223372036854775807 | 
| MinValue | -9223372036854775808 | 
Many-to-One relationships
These relationships are many-to-one. Listed by SchemaName.
- calendar_services
- lk_service_createdby
- lk_service_createdonbehalfby
- lk_service_modifiedby
- lk_service_modifiedonbehalfby
- organization_services
- plugin_type_service
- resource_spec_services
calendar_services
One-To-Many Relationship: calendar calendar_services
| Property | Value | 
|---|---|
| ReferencedEntity | calendar | 
| ReferencedAttribute | calendarid | 
| ReferencingAttribute | calendarid | 
| ReferencingEntityNavigationPropertyName | calendarid_calendar | 
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: RemoveLinkMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade | 
lk_service_createdby
One-To-Many Relationship: systemuser lk_service_createdby
| Property | Value | 
|---|---|
| ReferencedEntity | systemuser | 
| ReferencedAttribute | systemuserid | 
| ReferencingAttribute | createdby | 
| ReferencingEntityNavigationPropertyName | createdby | 
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade | 
lk_service_createdonbehalfby
One-To-Many Relationship: systemuser lk_service_createdonbehalfby
| Property | Value | 
|---|---|
| ReferencedEntity | systemuser | 
| ReferencedAttribute | systemuserid | 
| ReferencingAttribute | createdonbehalfby | 
| ReferencingEntityNavigationPropertyName | createdonbehalfby | 
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade | 
lk_service_modifiedby
One-To-Many Relationship: systemuser lk_service_modifiedby
| Property | Value | 
|---|---|
| ReferencedEntity | systemuser | 
| ReferencedAttribute | systemuserid | 
| ReferencingAttribute | modifiedby | 
| ReferencingEntityNavigationPropertyName | modifiedby | 
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade | 
lk_service_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_service_modifiedonbehalfby
| Property | Value | 
|---|---|
| ReferencedEntity | systemuser | 
| ReferencedAttribute | systemuserid | 
| ReferencingAttribute | modifiedonbehalfby | 
| ReferencingEntityNavigationPropertyName | modifiedonbehalfby | 
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade | 
organization_services
One-To-Many Relationship: organization organization_services
| Property | Value | 
|---|---|
| ReferencedEntity | organization | 
| ReferencedAttribute | organizationid | 
| ReferencingAttribute | organizationid | 
| ReferencingEntityNavigationPropertyName | organizationid | 
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade | 
plugin_type_service
One-To-Many Relationship: plugintype plugin_type_service
| Property | Value | 
|---|---|
| ReferencedEntity | plugintype | 
| ReferencedAttribute | plugintypeid | 
| ReferencingAttribute | strategyid | 
| ReferencingEntityNavigationPropertyName | strategyid | 
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: RestrictMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade | 
resource_spec_services
One-To-Many Relationship: resourcespec resource_spec_services
| Property | Value | 
|---|---|
| ReferencedEntity | resourcespec | 
| ReferencedAttribute | resourcespecid | 
| ReferencingAttribute | resourcespecid | 
| ReferencingEntityNavigationPropertyName | resourcespecid | 
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: RestrictMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade | 
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- adx_inviteredemption_service_serviceid
- adx_portalcomment_service_serviceid
- msdyn_copilottranscript_service_serviceid
- msdyn_ocliveworkitem_service_serviceid
- msdyn_ocsession_service_serviceid
- msfp_alert_service_serviceid
- msfp_surveyinvite_service_serviceid
- msfp_surveyresponse_service_serviceid
- service_accounts
- service_activity_pointers
- service_adx_inviteredemptions
- service_adx_portalcomments
- Service_Annotation
- service_appointments
- Service_AsyncOperations
- Service_BulkDeleteFailures
- service_calendar_rules
- service_chats
- service_contacts
- Service_DuplicateBaseRecord
- Service_DuplicateMatchingRecord
- service_emails
- service_faxes
- service_incidentresolutions
- service_letters
- service_MailboxTrackingFolders
- service_opportunityclose
- service_orderclose
- service_phonecalls
- service_PrincipalObjectAttributeAccesses
- Service_ProcessSessions
- service_quoteclose
- service_recurringappointmentmasters
- service_service_appointments
- service_socialactivities
- Service_SyncErrors
- service_tasks
adx_inviteredemption_service_serviceid
Many-To-One Relationship: adx_inviteredemption adx_inviteredemption_service_serviceid
| Property | Value | 
|---|---|
| ReferencingEntity | adx_inviteredemption | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_adx_inviteredemption | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
adx_portalcomment_service_serviceid
Many-To-One Relationship: adx_portalcomment adx_portalcomment_service_serviceid
| Property | Value | 
|---|---|
| ReferencingEntity | adx_portalcomment | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_adx_inviteredemption_adx_portalcomment | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
msdyn_copilottranscript_service_serviceid
Many-To-One Relationship: msdyn_copilottranscript msdyn_copilottranscript_service_serviceid
| Property | Value | 
|---|---|
| ReferencingEntity | msdyn_copilottranscript | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | msdyn_copilottranscript_service_serviceid | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObjectViewId: 00000000-0000-0000-00aa-000010001903 | 
msdyn_ocliveworkitem_service_serviceid
Many-To-One Relationship: msdyn_ocliveworkitem msdyn_ocliveworkitem_service_serviceid
| Property | Value | 
|---|---|
| ReferencingEntity | msdyn_ocliveworkitem | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | msdyn_ocliveworkitem_service_serviceid | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObjectViewId: 00000000-0000-0000-00aa-000010001903 | 
msdyn_ocsession_service_serviceid
Many-To-One Relationship: msdyn_ocsession msdyn_ocsession_service_serviceid
| Property | Value | 
|---|---|
| ReferencingEntity | msdyn_ocsession | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | msdyn_ocsession_service_serviceid | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObjectViewId: 00000000-0000-0000-00aa-000010001903 | 
msfp_alert_service_serviceid
Many-To-One Relationship: msfp_alert msfp_alert_service_serviceid
| Property | Value | 
|---|---|
| ReferencingEntity | msfp_alert | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | msfp_alert_service_serviceid | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObjectViewId: 00000000-0000-0000-00aa-000010001903 | 
msfp_surveyinvite_service_serviceid
Many-To-One Relationship: msfp_surveyinvite msfp_surveyinvite_service_serviceid
| Property | Value | 
|---|---|
| ReferencingEntity | msfp_surveyinvite | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | msfp_surveyinvite_service_serviceid | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObjectViewId: 00000000-0000-0000-00aa-000010001903 | 
msfp_surveyresponse_service_serviceid
Many-To-One Relationship: msfp_surveyresponse msfp_surveyresponse_service_serviceid
| Property | Value | 
|---|---|
| ReferencingEntity | msfp_surveyresponse | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | msfp_surveyresponse_service_serviceid | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObjectViewId: 00000000-0000-0000-00aa-000010001903 | 
service_accounts
Many-To-One Relationship: account service_accounts
| Property | Value | 
|---|---|
| ReferencingEntity | account | 
| ReferencingAttribute | preferredserviceid | 
| ReferencedEntityNavigationPropertyName | service_accounts | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_activity_pointers
Many-To-One Relationship: activitypointer service_activity_pointers
| Property | Value | 
|---|---|
| ReferencingEntity | activitypointer | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_activity_pointers | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObjectViewId: 00000000-0000-0000-00aa-000010001903 | 
service_adx_inviteredemptions
Many-To-One Relationship: adx_inviteredemption service_adx_inviteredemptions
| Property | Value | 
|---|---|
| ReferencingEntity | adx_inviteredemption | 
| ReferencingAttribute | regardingobjectid | 
| ReferencedEntityNavigationPropertyName | service_adx_inviteredemptions | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_adx_portalcomments
Many-To-One Relationship: adx_portalcomment service_adx_portalcomments
| Property | Value | 
|---|---|
| ReferencingEntity | adx_portalcomment | 
| ReferencingAttribute | regardingobjectid | 
| ReferencedEntityNavigationPropertyName | service_adx_portalcomments | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
Service_Annotation
Many-To-One Relationship: annotation Service_Annotation
| Property | Value | 
|---|---|
| ReferencingEntity | annotation | 
| ReferencingAttribute | objectid | 
| ReferencedEntityNavigationPropertyName | Service_Annotation | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_appointments
Many-To-One Relationship: appointment service_appointments
| Property | Value | 
|---|---|
| ReferencingEntity | appointment | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_appointments | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
Service_AsyncOperations
Many-To-One Relationship: asyncoperation Service_AsyncOperations
| Property | Value | 
|---|---|
| ReferencingEntity | asyncoperation | 
| ReferencingAttribute | regardingobjectid | 
| ReferencedEntityNavigationPropertyName | Service_AsyncOperations | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
Service_BulkDeleteFailures
Many-To-One Relationship: bulkdeletefailure Service_BulkDeleteFailures
| Property | Value | 
|---|---|
| ReferencingEntity | bulkdeletefailure | 
| ReferencingAttribute | regardingobjectid | 
| ReferencedEntityNavigationPropertyName | Service_BulkDeleteFailures | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_calendar_rules
Many-To-One Relationship: calendarrule service_calendar_rules
| Property | Value | 
|---|---|
| ReferencingEntity | calendarrule | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_calendar_rules | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_chats
Many-To-One Relationship: chat service_chats
| Property | Value | 
|---|---|
| ReferencingEntity | chat | 
| ReferencingAttribute | regardingobjectid | 
| ReferencedEntityNavigationPropertyName | service_chats | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_contacts
Many-To-One Relationship: contact service_contacts
| Property | Value | 
|---|---|
| ReferencingEntity | contact | 
| ReferencingAttribute | preferredserviceid | 
| ReferencedEntityNavigationPropertyName | service_contacts | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
Service_DuplicateBaseRecord
Many-To-One Relationship: duplicaterecord Service_DuplicateBaseRecord
| Property | Value | 
|---|---|
| ReferencingEntity | duplicaterecord | 
| ReferencingAttribute | baserecordid | 
| ReferencedEntityNavigationPropertyName | Service_DuplicateBaseRecord | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
Service_DuplicateMatchingRecord
Many-To-One Relationship: duplicaterecord Service_DuplicateMatchingRecord
| Property | Value | 
|---|---|
| ReferencingEntity | duplicaterecord | 
| ReferencingAttribute | duplicaterecordid | 
| ReferencedEntityNavigationPropertyName | Service_DuplicateMatchingRecord | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_emails
Many-To-One Relationship: email service_emails
| Property | Value | 
|---|---|
| ReferencingEntity | email | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_emails | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_faxes
Many-To-One Relationship: fax service_faxes
| Property | Value | 
|---|---|
| ReferencingEntity | fax | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_faxes | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_incidentresolutions
Many-To-One Relationship: incidentresolution service_incidentresolutions
| Property | Value | 
|---|---|
| ReferencingEntity | incidentresolution | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_incidentresolutions | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_letters
Many-To-One Relationship: letter service_letters
| Property | Value | 
|---|---|
| ReferencingEntity | letter | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_letters | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_MailboxTrackingFolders
Many-To-One Relationship: mailboxtrackingfolder service_MailboxTrackingFolders
| Property | Value | 
|---|---|
| ReferencingEntity | mailboxtrackingfolder | 
| ReferencingAttribute | regardingobjectid | 
| ReferencedEntityNavigationPropertyName | service_MailboxTrackingFolders | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_opportunityclose
Many-To-One Relationship: opportunityclose service_opportunityclose
| Property | Value | 
|---|---|
| ReferencingEntity | opportunityclose | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_opportunityclose | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObjectViewId: 00000000-0000-0000-00aa-000010001903 | 
service_orderclose
Many-To-One Relationship: orderclose service_orderclose
| Property | Value | 
|---|---|
| ReferencingEntity | orderclose | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_orderclose | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObjectViewId: 00000000-0000-0000-00aa-000010001903 | 
service_phonecalls
Many-To-One Relationship: phonecall service_phonecalls
| Property | Value | 
|---|---|
| ReferencingEntity | phonecall | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_phonecalls | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_PrincipalObjectAttributeAccesses
Many-To-One Relationship: principalobjectattributeaccess service_PrincipalObjectAttributeAccesses
| Property | Value | 
|---|---|
| ReferencingEntity | principalobjectattributeaccess | 
| ReferencingAttribute | objectid | 
| ReferencedEntityNavigationPropertyName | service_PrincipalObjectAttributeAccesses | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
Service_ProcessSessions
Many-To-One Relationship: processsession Service_ProcessSessions
| Property | Value | 
|---|---|
| ReferencingEntity | processsession | 
| ReferencingAttribute | regardingobjectid | 
| ReferencedEntityNavigationPropertyName | Service_ProcessSessions | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: 110 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_quoteclose
Many-To-One Relationship: quoteclose service_quoteclose
| Property | Value | 
|---|---|
| ReferencingEntity | quoteclose | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_quoteclose | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: CRMActivity.RetrieveByObjectViewId: 00000000-0000-0000-00aa-000010001903 | 
service_recurringappointmentmasters
Many-To-One Relationship: recurringappointmentmaster service_recurringappointmentmasters
| Property | Value | 
|---|---|
| ReferencingEntity | recurringappointmentmaster | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_recurringappointmentmasters | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_service_appointments
Many-To-One Relationship: serviceappointment service_service_appointments
| Property | Value | 
|---|---|
| ReferencingEntity | serviceappointment | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_service_appointments | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_socialactivities
Many-To-One Relationship: socialactivity service_socialactivities
| Property | Value | 
|---|---|
| ReferencingEntity | socialactivity | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_socialactivities | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
Service_SyncErrors
Many-To-One Relationship: syncerror Service_SyncErrors
| Property | Value | 
|---|---|
| ReferencingEntity | syncerror | 
| ReferencingAttribute | regardingobjectid | 
| ReferencedEntityNavigationPropertyName | Service_SyncErrors | 
| IsCustomizable | True | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
service_tasks
Many-To-One Relationship: task service_tasks
| Property | Value | 
|---|---|
| ReferencingEntity | task | 
| ReferencingAttribute | serviceid | 
| ReferencedEntityNavigationPropertyName | service_tasks | 
| IsCustomizable | False | 
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 | 
See also
Dataverse table/entity reference
Dataverse Web API Reference