msdyn_bookingsetupmetadata EntityType
- Entity Set Path
- [organization URI]/api/data/v9.0/msdyn_bookingsetupmetadatas
- Base Type
- crmbaseentity
- Display Name
- Booking Setup Metadata
- Primary Key
- msdyn_bookingsetupmetadataid
- Primary Key Attribute
- msdyn_entitylogicalname
- Operations Supported
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity.Some properties are read-only.
Name | Type | Details | ||||||
---|---|---|---|---|---|---|---|---|
createdon | Edm.DateTimeOffset |
Date and time when the record was created. Display Name: Created On Read Only
|
||||||
importsequencenumber | Edm.Int32 |
Sequence number of the import that created this record. Display Name: Import Sequence Number |
||||||
modifiedon | Edm.DateTimeOffset |
Date and time when the record was modified. Display Name: Modified On Read Only
|
||||||
msdyn_availabledurationminimumpercentage | Edm.Int32 |
Display Name: Available Duration Minimum(%) |
||||||
msdyn_bookingrelationshiplogicalname | Edm.String |
A unique identifier that links bookings to a scheduling entity. Display Name: Booking Relationship Logical Name |
||||||
msdyn_bookingsetupmetadataid | Edm.Guid |
A unique identifier for an entity instance. Display Name: Booking Setup Metadata |
||||||
msdyn_bookingstatusfieldlogicalname | Edm.String |
An option set that is used to group and filter statuses. Display Name: Booking Status Field Logical Name |
||||||
msdyn_cancelbookingswhenmoving | Edm.Boolean |
Select whether, when moving open slots to the next day, to leave the old slots and change their status to "Cancel." Display Name: Cancel Bookings When Moving
Default Options
|
||||||
msdyn_defaultbookingduration | Edm.Int32 |
The default booking duration to use when a duration is not provided. Display Name: Default Booking Duration |
||||||
msdyn_disablerequirementautocreation | Edm.Boolean |
Display Name: Disable Requirement Auto Creation for Bookings
Default Options
|
||||||
msdyn_enablequickbook | Edm.Boolean |
If yes, the book button on schedulable entities will launch the quick book experience. Otherwise, the book button will launch the pop-out scheduler. Display Name: Enable Quick Book
Default Options
|
||||||
msdyn_entitylogicalname | Edm.String |
The name of the custom entity. Display Name: Entity Logical Name |
||||||
msdyn_requirementrelationshiplogicalname | Edm.String |
A unique identifier that links requirements to an enabled scheduling entity. Display Name: Requirement Relationship Logical Name |
||||||
msdyn_resourceavailabilityretrievallimit | Edm.Int32 |
The maximum number of resources to retrieve and show in schedule assistant. Display Name: Resource Availability Retrieval Limit |
||||||
overriddencreatedon | Edm.DateTimeOffset |
Date and time that the record was migrated. Display Name: Record Created On |
||||||
statecode | Edm.Int32 |
Status of the Booking Setup Metadata Display Name: Status
Default Options
|
||||||
statuscode | Edm.Int32 |
Reason for the status of the Booking Setup Metadata Display Name: Status Reason
Default Options
|
||||||
timezoneruleversionnumber | Edm.Int32 |
For internal use only. Display Name: Time Zone Rule Version Number |
||||||
utcconversiontimezonecode | Edm.Int32 |
Time zone code that was in use when the record was created. Display Name: UTC Conversion Time Zone Code |
||||||
versionnumber | Edm.Int64 |
Version Number Display Name: Version Number Read Only
|
Lookup Properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties.
Name | Single-valued navigation property | Description |
---|---|---|
_createdby_value | createdby |
Unique identifier of the user who created the record. |
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the record. |
_modifiedby_value | modifiedby |
Unique identifier of the user who modified the record. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who modified the record. |
_msdyn_cloneentityquery_value | msdyn_CloneEntityQuery |
Query for retrieving resource requirements for cloning. |
_msdyn_defaultbookingcanceledstatus_value | msdyn_DefaultBookingCanceledStatus |
The default booking canceled status to use when a user can't select a status. |
_msdyn_defaultbookingcommittedstatus_value | msdyn_DefaultBookingCommittedStatus |
The default booking committed status to use when a user can't select a status. |
_msdyn_defaultrequirementactivestatus_value | msdyn_DefaultRequirementActiveStatus |
The default requirement active status to use when a user can't select a status |
_msdyn_defaultrequirementcanceledstatus_value | msdyn_DefaultRequirementCanceledStatus |
The default requirement canceled status to use when a user can't select a status. |
_msdyn_defaultrequirementcompletedstatus_value | msdyn_DefaultRequirementCompletedStatus |
The default requirement completed status to use when a user can't select a status. |
_msdyn_retrieveconstraintsquery_value | msdyn_RetrieveConstraintsQuery | |
_msdyn_retrieveresourcesquery_value | msdyn_RetrieveResourcesQuery | |
_ownerid_value | ownerid |
Owner Id |
_owningbusinessunit_value | owningbusinessunit |
Unique identifier for the business unit that owns the record |
_owningteam_value | owningteam |
Unique identifier for the team that owns the record. |
_owninguser_value | owninguser |
Unique identifier for the user that owns the record. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
---|---|---|
createdby | systemuser | lk_msdyn_bookingsetupmetadata_createdby |
createdonbehalfby | systemuser | lk_msdyn_bookingsetupmetadata_createdonbehalfby |
modifiedby | systemuser | lk_msdyn_bookingsetupmetadata_modifiedby |
modifiedonbehalfby | systemuser | lk_msdyn_bookingsetupmetadata_modifiedonbehalfby |
msdyn_CloneEntityQuery | msdyn_configuration | msdyn_msdyn_configuration_msdyn_bookingsetupmetadata_CloneEntityQuery |
msdyn_DefaultBookingCanceledStatus | bookingstatus | msdyn_bookingstatus_msdyn_bookingsetupmetadata_DefaultBookingCanceledStatus |
msdyn_DefaultBookingCommittedStatus | bookingstatus | msdyn_bookingstatus_msdyn_bookingsetupmetadata_DefaultBookingCommittedStatus |
msdyn_DefaultRequirementActiveStatus | msdyn_requirementstatus | msdyn_msdyn_requirementstatus_msdyn_bookingsetupmetadata_DefaultRequirementActiveStatus |
msdyn_DefaultRequirementCanceledStatus | msdyn_requirementstatus | msdyn_msdyn_requirementstatus_msdyn_bookingsetupmetadata_DefaultRequirementCanceledStatus |
msdyn_DefaultRequirementCompletedStatus | msdyn_requirementstatus | msdyn_msdyn_requirementstatus_msdyn_bookingsetupmetadata_DefaultRequirementCompletedStatus |
msdyn_RetrieveConstraintsQuery | msdyn_configuration | msdyn_msdyn_configuration_msdyn_bookingsetupmetadata_RetrieveConstraintsQuery |
msdyn_RetrieveResourcesQuery | msdyn_configuration | msdyn_msdyn_configuration_msdyn_bookingsetupmetadata_RetrieveResourcesQuery |
ownerid | principal | owner_msdyn_bookingsetupmetadata |
owningbusinessunit | businessunit | business_unit_msdyn_bookingsetupmetadata |
owningteam | team | team_msdyn_bookingsetupmetadata |
owninguser | systemuser | user_msdyn_bookingsetupmetadata |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
msdyn_bookingsetupmetadata_AsyncOperations | asyncoperation | regardingobjectid_msdyn_bookingsetupmetadata |
msdyn_bookingsetupmetadata_BulkDeleteFailures | bulkdeletefailure | regardingobjectid_msdyn_bookingsetupmetadata |
msdyn_bookingsetupmetadata_MailboxTrackingFolders | mailboxtrackingfolder | regardingobjectid_msdyn_bookingsetupmetadata |
msdyn_bookingsetupmetadata_PrincipalObjectAttributeAccesses | principalobjectattributeaccess | objectid_msdyn_bookingsetupmetadata |
msdyn_bookingsetupmetadata_ProcessSession | processsession | regardingobjectid_msdyn_bookingsetupmetadata |
msdyn_bookingsetupmetadata_SyncErrors | syncerror | regardingobjectid_msdyn_bookingsetupmetadata |
msdyn_msdyn_bookingsetupmetadata_bookableresour | bookableresourcebooking | msdyn_BookingSetupMetadataId |
msdyn_msdyn_bookingsetupmetadata_msdyn_resource | msdyn_resourcerequirement | msdyn_BookingSetupMetadataId |
Operations
The following operations can be used with the msdyn_bookingsetupmetadata entity type.
Name | Binding |
---|---|
GrantAccess | Not Bound |
IsValidStateTransition | Not Bound |
ModifyAccess | Not Bound |
RetrievePrincipalAccess | Not Bound |
RetrieveSharedPrincipalsAndAccess | Not Bound |
RevokeAccess | Not Bound |
Solutions
The following solutions include the msdyn_bookingsetupmetadata entity type.
Name | Description |
---|---|
Universal Resource Scheduling | The Universal Resource Scheduling solution provides the infrastructure to express resource requirements for any entity in the system and help staff those requirements with resources based on the availability and applicability of the resource for the requirement. |