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.
Resource that has capacity which can be allocated to work.
Messages
The following table lists the messages for the Bookable Resource (BookableResource) 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 |
|---|---|---|
AssignEvent: True |
PATCH /bookableresources(bookableresourceid)Update the ownerid property. |
AssignRequest |
AssociateEvent: True |
Associate records | Associate records |
CreateEvent: True |
POST /bookableresourcesSee Create |
Create records |
CreateMultipleEvent: True |
CreateMultiple | CreateMultipleRequest |
DeleteEvent: True |
DELETE /bookableresources(bookableresourceid)See Delete |
Delete records |
DisassociateEvent: True |
Disassociate records | Disassociate records |
GrantAccessEvent: True |
GrantAccess | GrantAccessRequest |
ModifyAccessEvent: True |
ModifyAccess | ModifyAccessRequest |
RetrieveEvent: True |
GET /bookableresources(bookableresourceid)See Retrieve |
Retrieve records |
RetrieveMultipleEvent: True |
GET /bookableresourcesSee Query data |
Query data |
RetrievePrincipalAccessEvent: True |
RetrievePrincipalAccess | RetrievePrincipalAccessRequest |
RetrieveSharedPrincipalsAndAccessEvent: True |
RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccessRequest |
RevokeAccessEvent: True |
RevokeAccess | RevokeAccessRequest |
SetStateEvent: True |
PATCH /bookableresources(bookableresourceid)Update the statecode and statuscode properties. |
SetStateRequest |
UpdateEvent: True |
PATCH /bookableresources(bookableresourceid)See Update |
Update records |
UpdateMultipleEvent: True |
UpdateMultiple | UpdateMultipleRequest |
UpsertEvent: False |
PATCH /bookableresources(bookableresourceid)See Upsert a table row |
UpsertRequest |
UpsertMultipleEvent: False |
UpsertMultiple | UpsertMultipleRequest |
Properties
The following table lists selected properties for the Bookable Resource (BookableResource) table.
| Property | Value |
|---|---|
| DisplayName | Bookable Resource |
| DisplayCollectionName | Bookable Resources |
| SchemaName | BookableResource |
| CollectionSchemaName | BookableResource |
| EntitySetName | bookableresources |
| LogicalName | bookableresource |
| LogicalCollectionName | bookableresources |
| PrimaryIdAttribute | bookableresourceid |
| PrimaryNameAttribute | name |
| TableType | Standard |
| OwnershipType | UserOwned |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- AccountId
- BookableResourceId
- CalendarId
- ContactId
- ImportSequenceNumber
- Name
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- ProcessId
- ResourceType
- StageId
- StateCode
- StatusCode
- TimeZone
- TimeZoneRuleVersionNumber
- TransactionCurrencyId
- TraversedPath
- UserId
- UTCConversionTimeZoneCode
AccountId
| Property | Value |
|---|---|
| Description | Select the account that represents this resource. |
| DisplayName | Account |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | accountid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | account |
BookableResourceId
| Property | Value |
|---|---|
| Description | Unique identifier of the resource. |
| DisplayName | Bookable Resource |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | bookableresourceid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
CalendarId
| Property | Value |
|---|---|
| Description | Specifies the working days and hours of the resource. |
| DisplayName | Calendar |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | calendarid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | calendar |
ContactId
| Property | Value |
|---|---|
| Description | Select the contact that represents this resource. |
| DisplayName | Contact |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | contactid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | contact |
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 |
Name
| Property | Value |
|---|---|
| Description | Type the name of the resource. |
| DisplayName | Name |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | name |
| RequiredLevel | SystemRequired |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 100 |
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 |
OwnerId
| Property | Value |
|---|---|
| Description | Owner Id |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | SystemRequired |
| Type | Owner |
| Targets | systemuser, team |
OwnerIdType
| Property | Value |
|---|---|
| Description | Owner Id Type |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
ProcessId
| Property | Value |
|---|---|
| Description | Contains the id of the process associated with the entity. |
| DisplayName | Process Id |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | processid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
ResourceType
| Property | Value |
|---|---|
| Description | Select whether the resource is a user, equipment, contact, account, generic resource or a group of resources. |
| DisplayName | Resource Type |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | resourcetype |
| RequiredLevel | SystemRequired |
| Type | Picklist |
| DefaultFormValue | 3 |
| GlobalChoiceName | bookableresource_resourcetype |
ResourceType Choices/Options
| Value | Label |
|---|---|
| 1 | Generic |
| 2 | Contact |
| 3 | User |
| 4 | Equipment |
| 5 | Account |
| 6 | Crew |
| 7 | Facility |
| 8 | Pool |
StageId
| Property | Value |
|---|---|
| Description | Contains the id of the stage where the entity is located. |
| DisplayName | (Deprecated) Stage Id |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | stageid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
StateCode
| Property | Value |
|---|---|
| Description | Status of the Bookable Resource |
| DisplayName | Status |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
| DefaultFormValue | |
| GlobalChoiceName | bookableresource_statecode |
StateCode Choices/Options
| Value | Details |
|---|---|
| 0 | Label: Active DefaultStatus: 1 InvariantName: Active |
| 1 | Label: Inactive DefaultStatus: 2 InvariantName: Inactive |
StatusCode
| Property | Value |
|---|---|
| Description | Reason for the status of the Bookable Resource |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
| DefaultFormValue | |
| GlobalChoiceName | bookableresource_statuscode |
StatusCode Choices/Options
| Value | Details |
|---|---|
| 1 | Label: Active State:0 TransitionData: None |
| 2 | Label: Inactive State:1 TransitionData: None |
TimeZone
| Property | Value |
|---|---|
| Description | Specifies the timezone for the resource's working hours. |
| DisplayName | Time Zone |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | timezone |
| RequiredLevel | SystemRequired |
| Type | Integer |
| MaxValue | 1500 |
| MinValue | -1500 |
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 |
TransactionCurrencyId
| Property | Value |
|---|---|
| Description | Exchange rate for the currency associated with the BookableResource with respect to the base currency. |
| DisplayName | Currency |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | transactioncurrencyid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | transactioncurrency |
TraversedPath
| Property | Value |
|---|---|
| Description | A comma separated list of string values representing the unique identifiers of stages in a Business Process Flow Instance in the order that they occur. |
| DisplayName | (Deprecated) Traversed Path |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | traversedpath |
| RequiredLevel | None |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 1250 |
UserId
| Property | Value |
|---|---|
| Description | Select the user who represents this resource. |
| DisplayName | User |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | userid |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
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
- ExchangeRate
- ModifiedBy
- ModifiedOn
- ModifiedOnBehalfBy
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- VersionNumber
CreatedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the record. |
| DisplayName | Created By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
CreatedOn
| Property | Value |
|---|---|
| Description | Date and time when the record was created. |
| DisplayName | Created On |
| IsValidForForm | True |
| 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 record. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
ExchangeRate
| Property | Value |
|---|---|
| Description | Exchange rate for the currency associated with the bookableresource with respect to the base currency. |
| DisplayName | ExchangeRate |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | exchangerate |
| RequiredLevel | None |
| Type | Decimal |
| ImeMode | Disabled |
| MaxValue | 100000000000 |
| MinValue | 1E-12 |
| Precision | 12 |
| SourceTypeMask | 0 |
ModifiedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who modified the record. |
| DisplayName | Modified By |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
ModifiedOn
| Property | Value |
|---|---|
| Description | Date and time when the record was modified. |
| DisplayName | Modified On |
| IsValidForForm | True |
| 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 modified the record. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
OwnerIdName
| Property | Value |
|---|---|
| Description | Name of the owner |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| RequiredLevel | SystemRequired |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 100 |
OwnerIdYomiName
| Property | Value |
|---|---|
| Description | Yomi name of the owner |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| RequiredLevel | SystemRequired |
| Type | String |
| Format | Text |
| FormatName | Text |
| ImeMode | Auto |
| IsLocalizable | False |
| MaxLength | 100 |
OwningBusinessUnit
| Property | Value |
|---|---|
| Description | Unique identifier for the business unit that owns the record |
| DisplayName | Owning Business Unit |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Type | Lookup |
| Targets | businessunit |
OwningTeam
| Property | Value |
|---|---|
| Description | Unique identifier for the team that owns the record. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Type | Lookup |
| Targets | team |
OwningUser
| Property | Value |
|---|---|
| Description | Unique identifier for the user that owns the record. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | None |
| Type | Lookup |
| Targets | systemuser |
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.
- account_bookableresource_AccountId
- business_unit_bookableresource
- calendar_bookableresources
- contact_bookableresource_ContactId
- lk_bookableresource_createdby
- lk_bookableresource_createdonbehalfby
- lk_bookableresource_modifiedby
- lk_bookableresource_modifiedonbehalfby
- owner_bookableresource
- processstage_BookableResource
- systemuser_bookableresource_UserId
- team_bookableresource
- TransactionCurrency_bookableresource
- user_bookableresource
account_bookableresource_AccountId
One-To-Many Relationship: account account_bookableresource_AccountId
| Property | Value |
|---|---|
| ReferencedEntity | account |
| ReferencedAttribute | accountid |
| ReferencingAttribute | accountid |
| ReferencingEntityNavigationPropertyName | AccountId |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: RemoveLinkMerge: CascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
business_unit_bookableresource
One-To-Many Relationship: businessunit business_unit_bookableresource
| Property | Value |
|---|---|
| ReferencedEntity | businessunit |
| ReferencedAttribute | businessunitid |
| ReferencingAttribute | owningbusinessunit |
| ReferencingEntityNavigationPropertyName | owningbusinessunit |
| IsHierarchical | |
| CascadeConfiguration | Archive: RestrictAssign: NoCascadeDelete: RestrictMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
calendar_bookableresources
One-To-Many Relationship: calendar calendar_bookableresources
| Property | Value |
|---|---|
| ReferencedEntity | calendar |
| ReferencedAttribute | calendarid |
| ReferencingAttribute | calendarid |
| ReferencingEntityNavigationPropertyName | calendarid |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: RestrictMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
contact_bookableresource_ContactId
One-To-Many Relationship: contact contact_bookableresource_ContactId
| Property | Value |
|---|---|
| ReferencedEntity | contact |
| ReferencedAttribute | contactid |
| ReferencingAttribute | contactid |
| ReferencingEntityNavigationPropertyName | ContactId |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: RemoveLinkMerge: CascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
lk_bookableresource_createdby
One-To-Many Relationship: systemuser lk_bookableresource_createdby
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | createdby |
| ReferencingEntityNavigationPropertyName | createdbyname |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
lk_bookableresource_createdonbehalfby
One-To-Many Relationship: systemuser lk_bookableresource_createdonbehalfby
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | createdonbehalfby |
| ReferencingEntityNavigationPropertyName | createdonbehalfbyname |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
lk_bookableresource_modifiedby
One-To-Many Relationship: systemuser lk_bookableresource_modifiedby
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | modifiedby |
| ReferencingEntityNavigationPropertyName | modifiedbyname |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
lk_bookableresource_modifiedonbehalfby
One-To-Many Relationship: systemuser lk_bookableresource_modifiedonbehalfby
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | modifiedonbehalfby |
| ReferencingEntityNavigationPropertyName | modifiedonbehalfbyname |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
owner_bookableresource
One-To-Many Relationship: owner owner_bookableresource
| Property | Value |
|---|---|
| ReferencedEntity | owner |
| ReferencedAttribute | ownerid |
| ReferencingAttribute | ownerid |
| ReferencingEntityNavigationPropertyName | ownerid |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
processstage_BookableResource
One-To-Many Relationship: processstage processstage_BookableResource
| Property | Value |
|---|---|
| ReferencedEntity | processstage |
| ReferencedAttribute | processstageid |
| ReferencingAttribute | stageid |
| ReferencingEntityNavigationPropertyName | stageid |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
systemuser_bookableresource_UserId
One-To-Many Relationship: systemuser systemuser_bookableresource_UserId
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | userid |
| ReferencingEntityNavigationPropertyName | UserId |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: RemoveLinkMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
team_bookableresource
One-To-Many Relationship: team team_bookableresource
| Property | Value |
|---|---|
| ReferencedEntity | team |
| ReferencedAttribute | teamid |
| ReferencingAttribute | owningteam |
| ReferencingEntityNavigationPropertyName | owningteam |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
TransactionCurrency_bookableresource
One-To-Many Relationship: transactioncurrency TransactionCurrency_bookableresource
| Property | Value |
|---|---|
| ReferencedEntity | transactioncurrency |
| ReferencedAttribute | transactioncurrencyid |
| ReferencingAttribute | transactioncurrencyid |
| ReferencingEntityNavigationPropertyName | transactioncurrencyid |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: RestrictMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
user_bookableresource
One-To-Many Relationship: systemuser user_bookableresource
| Property | Value |
|---|---|
| ReferencedEntity | systemuser |
| ReferencedAttribute | systemuserid |
| ReferencingAttribute | owninguser |
| ReferencingEntityNavigationPropertyName | owninguser |
| IsHierarchical | |
| CascadeConfiguration | Archive: NoCascadeAssign: NoCascadeDelete: NoCascadeMerge: NoCascadeReparent: NoCascadeRollupView: NoCascadeShare: NoCascadeUnshare: NoCascade |
One-to-Many relationships
These relationships are one-to-many. Listed by SchemaName.
- bookableresource_Annotations
- bookableresource_AsyncOperations
- bookableresource_bookableresourcebooking_Resource
- bookableresource_bookableresourcecategoryassn_Resource
- bookableresource_bookableresourcecharacteristic_Resource
- bookableresource_bookableresourcegroup_ChildResource
- bookableresource_bookableresourcegroup_ParentResource
- bookableresource_BulkDeleteFailures
- bookableresource_DuplicateBaseRecord
- bookableresource_DuplicateMatchingRecord
- bookableresource_MailboxTrackingFolders
- bookableresource_PrincipalObjectAttributeAccess
- bookableresource_ProcessSession
- BookableResource_SyncErrors
- msdyn_bookableresource_msdyn_bookableresourcecapacityprofile
bookableresource_Annotations
Many-To-One Relationship: annotation bookableresource_Annotations
| Property | Value |
|---|---|
| ReferencingEntity | annotation |
| ReferencingAttribute | objectid |
| ReferencedEntityNavigationPropertyName | bookableresource_Annotations |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
bookableresource_AsyncOperations
Many-To-One Relationship: asyncoperation bookableresource_AsyncOperations
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| ReferencedEntityNavigationPropertyName | bookableresource_AsyncOperations |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
bookableresource_bookableresourcebooking_Resource
Many-To-One Relationship: bookableresourcebooking bookableresource_bookableresourcebooking_Resource
| Property | Value |
|---|---|
| ReferencingEntity | bookableresourcebooking |
| ReferencingAttribute | resource |
| ReferencedEntityNavigationPropertyName | bookableresource_bookableresourcebooking_Resource |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: 10 QueryApi: null ViewId: 9b2c044a-2553-43f0-a816-9ffe35475f85 |
bookableresource_bookableresourcecategoryassn_Resource
Many-To-One Relationship: bookableresourcecategoryassn bookableresource_bookableresourcecategoryassn_Resource
| Property | Value |
|---|---|
| ReferencingEntity | bookableresourcecategoryassn |
| ReferencingAttribute | resource |
| ReferencedEntityNavigationPropertyName | bookableresource_bookableresourcecategoryassn_Resource |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: 30 QueryApi: null ViewId: 23c06e71-0606-4ca5-8047-38ffc0006240 |
bookableresource_bookableresourcecharacteristic_Resource
Many-To-One Relationship: bookableresourcecharacteristic bookableresource_bookableresourcecharacteristic_Resource
| Property | Value |
|---|---|
| ReferencingEntity | bookableresourcecharacteristic |
| ReferencingAttribute | resource |
| ReferencedEntityNavigationPropertyName | bookableresource_bookableresourcecharacteristic_Resource |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: 20 QueryApi: null ViewId: 0b0e5358-7725-49c7-8772-76904de77703 |
bookableresource_bookableresourcegroup_ChildResource
Many-To-One Relationship: bookableresourcegroup bookableresource_bookableresourcegroup_ChildResource
| Property | Value |
|---|---|
| ReferencingEntity | bookableresourcegroup |
| ReferencingAttribute | childresource |
| ReferencedEntityNavigationPropertyName | bookableresource_bookableresourcegroup_ChildResource |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: 50 QueryApi: null ViewId: efb3fdd1-bb79-45a6-b68a-3ed5a83ebd36 |
bookableresource_bookableresourcegroup_ParentResource
Many-To-One Relationship: bookableresourcegroup bookableresource_bookableresourcegroup_ParentResource
| Property | Value |
|---|---|
| ReferencingEntity | bookableresourcegroup |
| ReferencingAttribute | parentresource |
| ReferencedEntityNavigationPropertyName | bookableresource_bookableresourcegroup_ParentResource |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: 40 QueryApi: null ViewId: efb3fdd1-bb79-45a6-b68a-3ed5a83ebd36 |
bookableresource_BulkDeleteFailures
Many-To-One Relationship: bulkdeletefailure bookableresource_BulkDeleteFailures
| Property | Value |
|---|---|
| ReferencingEntity | bulkdeletefailure |
| ReferencingAttribute | regardingobjectid |
| ReferencedEntityNavigationPropertyName | bookableresource_BulkDeleteFailures |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
bookableresource_DuplicateBaseRecord
Many-To-One Relationship: duplicaterecord bookableresource_DuplicateBaseRecord
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | baserecordid |
| ReferencedEntityNavigationPropertyName | bookableresource_DuplicateBaseRecord |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
bookableresource_DuplicateMatchingRecord
Many-To-One Relationship: duplicaterecord bookableresource_DuplicateMatchingRecord
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | duplicaterecordid |
| ReferencedEntityNavigationPropertyName | bookableresource_DuplicateMatchingRecord |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
bookableresource_MailboxTrackingFolders
Many-To-One Relationship: mailboxtrackingfolder bookableresource_MailboxTrackingFolders
| Property | Value |
|---|---|
| ReferencingEntity | mailboxtrackingfolder |
| ReferencingAttribute | regardingobjectid |
| ReferencedEntityNavigationPropertyName | bookableresource_MailboxTrackingFolders |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
bookableresource_PrincipalObjectAttributeAccess
Many-To-One Relationship: principalobjectattributeaccess bookableresource_PrincipalObjectAttributeAccess
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| ReferencedEntityNavigationPropertyName | bookableresource_PrincipalObjectAttributeAccesses |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
bookableresource_ProcessSession
Many-To-One Relationship: processsession bookableresource_ProcessSession
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| ReferencedEntityNavigationPropertyName | bookableresource_ProcessSession |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
BookableResource_SyncErrors
Many-To-One Relationship: syncerror BookableResource_SyncErrors
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| ReferencedEntityNavigationPropertyName | BookableResource_SyncErrors |
| IsCustomizable | True |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: DoNotDisplayGroup: DetailsLabel: MenuId: null Order: QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
msdyn_bookableresource_msdyn_bookableresourcecapacityprofile
Many-To-One Relationship: msdyn_bookableresourcecapacityprofile msdyn_bookableresource_msdyn_bookableresourcecapacityprofile
| Property | Value |
|---|---|
| ReferencingEntity | msdyn_bookableresourcecapacityprofile |
| ReferencingAttribute | msdyn_bookableresourceid |
| ReferencedEntityNavigationPropertyName | msdyn_bookableresource_msdyn_bookableresourcecapacityprofile |
| IsCustomizable | False |
| AssociatedMenuConfiguration | AvailableOffline: True Behavior: UseCollectionNameGroup: DetailsLabel: MenuId: null Order: 10000 QueryApi: null ViewId: 00000000-0000-0000-0000-000000000000 |
See also
Dataverse table/entity reference
Dataverse Web API Reference