Изменить

Поделиться через


Available Times (availabletimes) table/entity reference (Microsoft Dynamics 365)

Messages

The following table lists the messages for the Available Times (availabletimes) 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
BulkRetain
Event: True
BulkRetain Learn to use messages with the SDK for .NET
Create
Event: True
POST /availabletimescollection
See Create
Create records
CreateMultiple
Event: True
CreateMultiple CreateMultipleRequest
Delete
Event: True
DELETE /availabletimescollection(availabletimesid)
See Delete
Delete records
PurgeRetainedContent
Event: True
PurgeRetainedContent Learn to use messages with the SDK for .NET
Retain
Event: True
Retain Learn to use messages with the SDK for .NET
Retrieve
Event: True
GET /availabletimescollection(availabletimesid)
See Retrieve
Retrieve records
RetrieveEntityChanges
Event: True
RetrieveEntityChangesRequest
RetrieveMultiple
Event: True
GET /availabletimescollection
See Query data
Query data
RollbackRetain
Event: True
RollbackRetain Learn to use messages with the SDK for .NET
Update
Event: True
PATCH /availabletimescollection(availabletimesid)
See Update
Update records
UpdateMultiple
Event: True
UpdateMultiple UpdateMultipleRequest
Upsert
Event: False
PATCH /availabletimescollection(availabletimesid)
See Upsert a table row
UpsertRequest
UpsertMultiple
Event: False
UpsertMultiple UpsertMultipleRequest
ValidateRetentionConfig
Event: True
ValidateRetentionConfig Learn to use messages with the SDK for .NET

Properties

The following table lists selected properties for the Available Times (availabletimes) table.

Property Value
DisplayName Available Times
DisplayCollectionName Available Times Collection
SchemaName availabletimes
CollectionSchemaName availabletimeses
EntitySetName availabletimescollection
LogicalName availabletimes
LogicalCollectionName availabletimeses
PrimaryIdAttribute availabletimesid
PrimaryNameAttribute name
TableType Virtual
OwnershipType OrganizationOwned

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

availabletimesId

Property Value
Description Unique identifier for entity instances
DisplayName AvailableTimes
IsValidForForm False
IsValidForRead True
LogicalName availabletimesid
RequiredLevel SystemRequired
Type Uniqueidentifier

Name

Property Value
Description The name of the available times virtual entity.
DisplayName Name
IsValidForForm True
IsValidForRead True
LogicalName name
RequiredLevel ApplicationRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

Resources

Property Value
Description
DisplayName Resources
IsValidForForm True
IsValidForRead True
LogicalName resources
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 2000

ResourcesJson

Property Value
Description
DisplayName Resources IDs
IsValidForForm True
IsValidForRead True
LogicalName resourcesJson
RequiredLevel None
Type Memo
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 2000

ScheduledEnd

Property Value
Description
DisplayName Scheduled End UTC time
IsValidForForm True
IsValidForRead True
LogicalName scheduledend
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Auto
SourceTypeMask 0

ScheduledEndLocalTime

Property Value
Description Scheduled End Local Time
DisplayName Scheduled End
IsValidForForm True
IsValidForRead True
LogicalName scheduledendlocaltime
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 4000

ScheduledStart

Property Value
Description
DisplayName Scheduled Start UTC time
IsValidForForm True
IsValidForRead True
LogicalName scheduledstart
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior False
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Auto
SourceTypeMask 0

ScheduledStartLocalTime

Property Value
Description Scheduled Start Local Time
DisplayName Scheduled Start
IsValidForForm True
IsValidForRead True
LogicalName scheduledstartlocaltime
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 4000

Site

Property Value
Description Site
DisplayName Site
IsValidForForm True
IsValidForRead True
LogicalName site
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 4000

SiteId

Property Value
Description Site Identifier
DisplayName Site Identifier
IsValidForForm True
IsValidForRead True
LogicalName siteid
RequiredLevel None
Type Uniqueidentifier

See also

Dataverse table/entity reference
Dataverse Web API Reference