Изменить

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


Suggested Contacts Data Source (msdyn_suggestedcontactsdatasource) table/entity reference (Microsoft Dynamics 365)

Suggested contacts data sources

Messages

The following table lists the messages for the Suggested Contacts Data Source (msdyn_suggestedcontactsdatasource) 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 /msdyn_suggestedcontactsdatasources
See Create
Create records
CreateMultiple
Event: True
CreateMultiple CreateMultipleRequest
Delete
Event: True
DELETE /msdyn_suggestedcontactsdatasources(msdyn_suggestedcontactsdatasourceid)
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 /msdyn_suggestedcontactsdatasources(msdyn_suggestedcontactsdatasourceid)
See Retrieve
Retrieve records
RetrieveEntityChanges
Event: True
RetrieveEntityChangesRequest
RetrieveMultiple
Event: True
GET /msdyn_suggestedcontactsdatasources
See Query data
Query data
RollbackRetain
Event: True
RollbackRetain Learn to use messages with the SDK for .NET
Update
Event: True
PATCH /msdyn_suggestedcontactsdatasources(msdyn_suggestedcontactsdatasourceid)
See Update
Update records
UpdateMultiple
Event: True
UpdateMultiple UpdateMultipleRequest
Upsert
Event: False
PATCH /msdyn_suggestedcontactsdatasources(msdyn_suggestedcontactsdatasourceid)
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 Suggested Contacts Data Source (msdyn_suggestedcontactsdatasource) table.

Property Value
DisplayName Suggested Contacts Data Source
DisplayCollectionName Suggested Contacts Data Source
SchemaName msdyn_suggestedcontactsdatasource
CollectionSchemaName msdyn_suggestedcontactsdatasources
EntitySetName msdyn_suggestedcontactsdatasources
LogicalName msdyn_suggestedcontactsdatasource
LogicalCollectionName msdyn_suggestedcontactsdatasources
PrimaryIdAttribute msdyn_suggestedcontactsdatasourceid
PrimaryNameAttribute msdyn_name
TableType Virtual
OwnershipType OrganizationOwned

Writable columns/attributes

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

msdyn_name

Property Value
Description Name
DisplayName Name
IsValidForForm True
IsValidForRead True
LogicalName msdyn_name
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

msdyn_suggestedcontactsdatasourceId

Property Value
Description Unique identifier for entity instances
DisplayName Suggested contacts data source
IsValidForForm False
IsValidForRead True
LogicalName msdyn_suggestedcontactsdatasourceid
RequiredLevel SystemRequired
Type Uniqueidentifier

See also

Dataverse table/entity reference
Dataverse Web API Reference