Dynamics CRM 消息类列表

Posted Jeff Xiong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Dynamics CRM 消息类列表相关的知识,希望对你有一定的参考价值。

    Dynamics CRM 是基于SOA感念进行实现的,系统的所有操作都被分割成原子级别的Service。这些Service主要分布在两个命名空间中:Microsoft.Crm.Sdk.Message,Microsoft.Xrm.Sdk.Message。(详细信息可以参阅Dynamics CRM 2011 SDK


Dynamics CRM 2011 


Microsoft.Xrm.Sdk.Message

说明
AssociateRequest包含数据,需要这些数据来 create a link between records.
AssociateResponseContains the response from the AssociateRequest class.
CanBeReferencedRequest包含数据,需要这些数据来 check whether the specified entity can be the primary entity (one) in a one-to-many relationship.
CanBeReferencedResponseContains the response from the CanBeReferencedRequest class.
CanBeReferencingRequest包含数据,需要这些数据来 check whether an entity can be the referencing entity in a one-to-many relationship.
CanBeReferencingResponseContains the response from the CanBeReferencingRequest class.
CanManyToManyRequest包含数据,需要这些数据来 check whether an entity can participate in a many-to-many relationship.
CanManyToManyResponseContains the response from the CanManyToManyRequest class.
CreateAttributeRequest包含数据,需要这些数据来 create a new attribute, and optionally, to add it to a specified unmanaged solution.
CreateAttributeResponseContains the response from the CreateAttributeRequest class.
CreateEntityRequest包含数据,需要这些数据来 create a custom entity, and optionally, to add it to a specified unmanaged solution.
CreateEntityResponseContains the response from the CreateEntityRequest class.
CreateManyToManyRequest包含数据,需要这些数据来 create a new Many-to-Many (N:N) entity relationship.
CreateManyToManyResponseContains the response from the CreateManyToManyRequest class.
CreateOneToManyRequest包含数据,需要这些数据来 create a new One-to-Many (1:N) entity relationship.
CreateOneToManyResponseContains the response from the CreateOneToManyRequest class.
CreateOptionSetRequest包含数据,需要这些数据来 create a new global option set.
CreateOptionSetResponseContains the response from the CreateOptionSetRequest class.
CreateRequest包含数据,需要这些数据来 create a record.
CreateResponseContains the response from the CreateRequest class.
DeleteAttributeRequest包含数据,需要这些数据来 delete an attribute.
DeleteAttributeResponseContains the response from the DeleteAttributeRequest class.
DeleteEntityRequest包含数据,需要这些数据来 delete an entity.
DeleteEntityResponseContains the response from the DeleteEntityRequest class.
DeleteOptionSetRequest包含数据,需要这些数据来 delete a global option set.
DeleteOptionSetResponseContains the response from the DeleteOptionSetRequest class.
DeleteOptionValueRequest包含数据,需要这些数据来 delete an option value in a global or local option set.
DeleteOptionValueResponseContains the response from the DeleteOptionValueRequest class.
DeleteRelationshipRequest包含数据,需要这些数据来 delete an entity relationship.
DeleteRelationshipResponseContains the response from the DeleteRelationshipRequest class.
DeleteRequest包含数据,需要这些数据来 delete a record.
DeleteResponseContains the response from the DeleteRequest class.
DisassociateRequest包含数据,需要这些数据来 delete a link between records.
DisassociateResponseContains the response from the DisassociateRequest class.
GetValidManyToManyRequest包含数据,需要这些数据来 retrieve a list of all the entities that can participate in a Many-to-Many entity relationship.
GetValidManyToManyResponseContains the response from the GetValidManyToManyRequest class.
GetValidReferencedEntitiesRequest包含数据,需要这些数据来 retrieve a list of entity logical names that are valid as the primary entity (one) from the specified entity in a one-to-many relationship.
GetValidReferencedEntitiesResponseContains the response from the GetValidReferencedEntitiesRequest class.
GetValidReferencingEntitiesRequest包含数据,需要这些数据来 retrieve the set of entities that are valid as the related entity (many) to the specified entity in a one-to-many relationship.
GetValidReferencingEntitiesResponseContains the response from the GetValidReferencingEntitiesRequest class.
InsertOptionValueRequest包含数据,需要这些数据来 insert a new option value for a global or local option set.
InsertOptionValueResponseContains the response from the InsertOptionValueRequest class.
InsertStatusValueRequest包含数据,需要这些数据来 insert a new option into a StatusAttributeMetadata attribute.
InsertStatusValueResponseContains the response from the InsertStatusValueRequest class.
OrderOptionRequest包含数据,需要这些数据来 set the order for an option set.
OrderOptionResponseContains the response from the OrderOptionRequest class.
RetrieveAllEntitiesRequest包含数据,需要这些数据来 retrieve metadata information about all the entities.
RetrieveAllEntitiesResponseContains the response from the RetrieveAllEntitiesRequest class.
RetrieveAllManagedPropertiesRequest包含数据,需要这些数据来 retrieve all managed property definitions
RetrieveAllManagedPropertiesResponseContains the response from the RetrieveAllManagedPropertiesRequest class.
RetrieveAllOptionSetsRequest包含数据,需要这些数据来 retrieve information about all global option sets.
RetrieveAllOptionSetsResponseContains the response from the RetrieveAllOptionSetsRequest class.
RetrieveAttributeRequest包含数据,需要这些数据来 retrieve attribute metadata.
RetrieveAttributeResponseContains the response from the RetrieveAttributeRequest class.
RetrieveEntityRequest包含数据,需要这些数据来 retrieve entity metadata.
RetrieveEntityResponseContains the response from the RetrieveEntityRequest class.
RetrieveManagedPropertyRequest包含数据,需要这些数据来 retrieve a managed property definition.
RetrieveManagedPropertyResponseContains the response from the RetrieveManagedPropertyRequest class.
RetrieveMultipleRequest包含数据,需要这些数据来 retrieve a collection of records that satisfy the specified query criteria.
RetrieveMultipleResponseContains the response from the RetrieveMultipleRequest class.
RetrieveOptionSetRequest包含数据,需要这些数据来 retrieve a global option set.
RetrieveOptionSetResponseContains the response from the RetrieveOptionSetRequest class.
RetrieveRelationshipRequest包含数据,需要这些数据来 retrieve entity relationship metadata.
RetrieveRelationshipResponseContains the response from the RetrieveRelationshipRequest class.
RetrieveRequest包含数据,需要这些数据来 retrieve a record.
RetrieveResponseContains the response from the RetrieveRequest class.
RetrieveTimestampRequest包含数据,需要这些数据来 retrieves a time stamp for the metadata.
RetrieveTimestampResponseContains the response from the RetrieveTimestampRequest class.
UpdateAttributeRequest包含数据,需要这些数据来 update the definition of an attribute.
UpdateAttributeResponseContains the response from the UpdateAttributeRequest class.
UpdateEntityRequest包含数据,需要这些数据来update the definition of an entity.
UpdateEntityResponseContains the response from the UpdateEntityRequest class.
UpdateOptionSetRequest包含数据,需要这些数据来update the definition of a global option set.
UpdateOptionSetResponseContains the response from the UpdateOptionSetRequest class.
UpdateOptionValueRequest包含数据,需要这些数据来 update an option value in a global or local option set.
UpdateOptionValueResponseContains the response from the UpdateOptionValueRequest class.
UpdateRelationshipRequest包含数据,需要这些数据来update the definition of an entity relationship.
UpdateRelationshipResponseContains the response from the UpdateRelationshipRequest class.
UpdateRequest包含数据,需要这些数据来 update an existing record.
UpdateResponseContains the response from the UpdateRequest class.
UpdateStateValueRequest包含数据,需要这些数据来 update an option set value in for a StateAttributeMetadata attribute.
UpdateStateValueResponseContains the response from the UpdateStateValueRequest class.

 

 

Microsoft.Crm.Sdk.Message

说明
AddItemCampaignActivityRequest包含数据,需要这些数据来 add an item to a campaign activity.
AddItemCampaignActivityResponseContains the response from the AddItemCampaignActivityRequest class.
AddItemCampaignRequest包含数据,需要这些数据来 add an item to a campaign.
AddItemCampaignResponseContains the response from the AddItemCampaignRequest class.
AddListMembersListRequest包含数据,需要这些数据来 add members to the list.
AddListMembersListResponseContains the response from the AddListMembersListRequest class.
AddMemberListRequest包含数据,需要这些数据来 add a member to a list (marketing list).
AddMemberListResponseContains the response from the AddMemberListRequest class.
AddMembersTeamRequest包含数据,需要这些数据来 add members to a team.
AddMembersTeamResponseContains the response from the AddMembersTeamRequest class.
AddPrivilegesRoleRequest包含数据,需要这些数据来 add a set of existing privileges to an existing role.
AddPrivilegesRoleResponseContains the response from the AddPrivilegesRoleRequest class.
AddProductToKitRequest包含数据,需要这些数据来 add a product to a kit.
AddProductToKitResponseContains the response from the AddProductToKitRequest class.
AddRecurrenceRequest包含数据,需要这些数据来 add recurrence information to an existing appointment.
AddRecurrenceResponseContains the response from the AddRecurrenceRequest class.
AddSolutionComponentRequest包含数据,需要这些数据来 add a solution component to an unmanaged solution.
AddSolutionComponentResponseContains the response from the AddSolutionComponentRequest message.
AddSubstituteProductRequest已弃用。 Use the AssociateRequest class. Adds a link between two entity instances in a many-to-many relationship.
AddSubstituteProductResponse已弃用。 Use the AddSubstituteProductRequest class.
AddToQueueRequest包含数据,需要这些数据来 move an entity record from a source queue to a destination queue.
AddToQueueResponseContains the response from the AddToQueueRequest class.
AppointmentProposalRepresents a proposed appointment time and date as a result of the SearchRequest message.
AppointmentRequestProvides the details of an appointment request for the SearchRequest class.
AppointmentsToIgnoreSpecifies the appointments to ignore in an appointment request from the SearchRequest class.
AssignRequest包含数据,需要这些数据来 assign the specified record to a new owner (user or team) by changing the OwnerId attribute of the record.
AssignResponseContains the response from the AssignRequest.
AssociateEntitiesRequest已弃用。 Use the AssociateRequest class. 包含数据,需要这些数据来 add a link between two entity instances in a many-to-many relationship.
AssociateEntitiesResponse已弃用。 Use the AssociateEntitiesRequest class.
AttributeAuditDetailContains the details of changes to entity attributes.
AuditDetailProvides a base class for storing the details of data changes.
AuditDetailCollectionContains a collection of AuditDetail objects.
AuditPartitionDetailIdentifies an SQL partition that is used to store changes to data records.
AuditPartitionDetailCollectionContains a data collection of AuditDetail objects.
AutoMapEntityRequest包含数据,需要这些数据来 generate a new set of attribute mappings based on the metadata.
AutoMapEntityResponseContains the response from the AutoMapEntityRequest class.
BackgroundSendEmailRequest包含数据,需要这些数据来 send email messages asynchronously.
BackgroundSendEmailResponseContains the response from the BackgroundSendEmailRequest class.
BookRequest包含数据,需要这些数据来 schedule or “book” an appointment, recurring appointment, or service appointment (service activity).
BookResponseContains the response from the BookRequest class.
BulkDeleteRequest包含数据,需要这些数据来 submit a bulk delete job that deletes selected records in bulk. This job runs asynchronously in the background without blocking other activities.
BulkDeleteResponseContains the response from the BulkDeleteRequest class.
BulkDetectDuplicatesRequest包含数据,需要这些数据来 submit an asynchronous system job that detects and logs multiple duplicate records.
BulkDetectDuplicatesResponseContains the response from the BulkDetectDuplicatesRequest class.
BulkOperationStatusCloseRequest仅供内部使用。
BulkOperationStatusCloseResponse仅供内部使用。
CalculateActualValueOpportunityRequest包含数据,需要这些数据来 calculate the value of an opportunity that is in the "Won" state.
CalculateActualValueOpportunityResponseContains the response from the CalculateActualValueOpportunityRequest class.
CalculateTotalTimeIncidentRequest包含数据,需要这些数据来 calculate the total time, in minutes, that you used while you worked on an incident (case).
CalculateTotalTimeIncidentResponseContains the response from the CalculateTotalTimeIncidentRequest class.
CancelContractRequest包含数据,需要这些数据来 cancel a contract.
CancelContractResponseContains the response from the CancelContractRequest class.
CancelSalesOrderRequest包含数据,需要这些数据来 cancel a sales order (order).
CancelSalesOrderResponseContains the response from the CancelSalesOrderRequest class.
CheckIncomingEmailRequest包含数据,需要这些数据来 check whether the incoming email message is relevant to the Microsoft Dynamics CRM system.
CheckIncomingEmailResponseContains the response from the CheckIncomingEmailRequest class.
CheckPromoteEmailRequest包含数据,需要这些数据来 check whether the incoming email message should be promoted to the Microsoft Dynamics CRM system.
CheckPromoteEmailResponseContains the response from the CheckPromoteEmailRequest class.
CleanUpBulkOperationRequest仅供内部使用。
CleanUpBulkOperationResponse仅供内部使用。
CloneContractRequest包含数据,需要这些数据来 copy an existing contract and its line items.
CloneContractResponseContains the response from the CancelContractRequest class.
CloseIncidentRequest包含数据,需要这些数据来 close an incident (case).
CloseIncidentResponseContains the response from the CloseIncidentRequest class.
CloseQuoteRequest包含数据,需要这些数据来 close a quote.
CloseQuoteResponseContains the response from the CloseQuoteRequest class.
ComponentDetailProvides additional information about the solution components that are related to a missing component.
CompoundCreateRequest已弃用。 Use the CreateRequest class. Creates a compound entity, such as a sales order (order), invoice, quote, or duplicate rule (duplicate detection rule); and its related entity, such as a sales order detail (order product), invoice detail (invoice product), quote detail (quote product), or duplicate rule condition.
CompoundCreateResponse已弃用。 Use the CreateRequest class and its associated response class.
CompoundUpdateDuplicateDetectionRuleRequest包含数据,需要这些数据来 update a duplicate rule (duplicate detection rule) and its related duplicate rule conditions.
CompoundUpdateDuplicateDetectionRuleResponseContains the response from the CompoundUpdateDuplicateDetectionRuleRequest class.
CompoundUpdateRequest已弃用。 Use the CreateRequest class. 包含数据,需要这些数据来 update a compound record, such as a sales order (order), invoice, quote, or duplicate rule (duplicate detection rule); and its related detail record, such as a sales order detail (order product), invoice detail (invoice product), quote detail (quote product), or duplicate rule condition.
CompoundUpdateResponse已弃用。 Use the CompoundUpdateRequest class.
ConstraintRelationSpecifies additional constraints to be applied when you select resources for appointments.
ConvertKitToProductRequest包含数据,需要这些数据来 convert a kit to a product.
ConvertKitToProductResponseContains the response from the ConvertKitToProductRequest class.
ConvertProductToKitRequest包含数据,需要这些数据来 convert a product to a kit.
ConvertProductToKitResponseContains the response from the ConvertProductToKitRequest class.
ConvertQuoteToSalesOrderRequest包含数据,需要这些数据来 convert a quote to a sales order.
ConvertQuoteToSalesOrderResponseContains the response from the ConvertQuoteToSalesOrderRequest class.
ConvertSalesOrderToInvoiceRequest包含数据,需要这些数据来 convert a sales order to an invoice.
ConvertSalesOrderToInvoiceResponseContains the response from the ConvertSalesOrderToInvoiceRequest class.
CopyCampaignRequest包含数据,需要这些数据来 copy a campaign.
CopyCampaignResponseContains the response from the CopyCampaignRequest class.
CopyCampaignResponseRequest包含数据,需要这些数据来 create a copy of the campaign response.
CopyCampaignResponseResponseContains the response from the CopyCampaignResponseRequest class.
CopyDynamicListToStaticRequest包含数据,需要这些数据来 create a static list from the specified dynamic list and add the members that satisfy the dynamic list query criteria to the static list.
CopyDynamicListToStaticResponseContains the response from the CopyDynamicListToStaticRequest class.
CopyMembersListRequest包含数据,需要这些数据来 copy the members from the source list to the target list without creating duplicates.
CopyMembersListResponseContains the response from the CopyMembersListRequest class.
CopySystemFormRequest包含数据,需要这些数据来 create a new entity form that is based on an existing entity form.
CopySystemFormResponseContains the response from the CopySystemFormRequest class.
CreateActivitiesListRequest包含数据,需要这些数据来 create a quick campaign to distribute an activity to members of a list (marketing list).
CreateActivitiesListResponseContains the response from the CreateActivitiesListRequest class.
CreateExceptionRequest包含数据,需要这些数据来 create an exception for the recurring appointment instance.
CreateExceptionResponseContains the response from the CreateExceptionRequest class.
CreateInstanceRequest包含数据,需要这些数据来 create future unexpanded instances for the recurring appointment master.
CreateInstanceResponseContains the response from the CreateInstanceRequest class.
CreateWorkflowFromTemplateRequest包含数据,需要这些数据来 create a workflow (process) from a workflow template.
CreateWorkflowFromTemplateResponseContains the response from the CreateWorkflowFromTemplateRequest class.
DeleteAuditDataRequest包含数据,需要这些数据来 delete all audit data records up until a specified end date.
DeleteAuditDataResponseContains the response from the DeleteAuditDataRequest class.
DeleteOpenInstancesRequest包含数据,需要这些数据来 delete instances of a recurring appointment master that have an “Open” state.
DeleteOpenInstancesResponseContains the response from the DeleteOpenInstancesRequest class.
DeliverIncomingEmailRequest包含数据,需要这些数据来 create an email activity record from an incoming email message (Track in CRM).
DeliverIncomingEmailResponseContains the response from the DeliverIncomingEmailRequest class.
DeliverPromoteEmailRequest包含数据,需要这些数据来 create an email activity record from the specified email message (Track in CRM).
DeliverPromoteEmailResponseContains the response from the DeliverPromoteEmailRequest class.
DeprovisionLanguageRequest包含数据,需要这些数据来 deprovision a language.
DeprovisionLanguageResponseContains the response from the DeprovisionLanguageRequest class.
DisassociateEntitiesRequest已弃用。 Use the DisassociateRequest class. 包含数据,需要这些数据来 remove a link between two entity instances in a many-to-many relationship.
DisassociateEntitiesResponse已弃用。 Use the DisassociateEntitiesRequest class.
DistributeCampaignActivityRequest包含数据,需要这些数据来 create a bulk operation that distributes a campaign activity. The appropriate activities, such as a phone call or fax, are created for the members of the list that is associated with the specified campaign activity.
DistributeCampaignActivityResponseContains the response from the DistributeCampaignActivityRequest class.
DownloadReportDefinitionRequest包含数据,需要这些数据来 download a report definition.
DownloadReportDefinitionResponseContains the response from the DownloadReportDefinitionRequest class.
ErrorInfoSpecifies the results of a scheduling operation using the RescheduleRequest message.
ExecuteByIdSavedQueryRequest包含数据,需要这些数据来 execute a saved query (view) that has the specified ID.
ExecuteByIdSavedQueryResponseContains the response from the ExecuteByIdSavedQueryRequest class.
ExecuteByIdUserQueryRequest包含数据,需要这些数据来 execute the user query (saved view) that has the specified ID.
ExecuteByIdUserQueryResponseContains the response from the ExecuteByIdUserQueryRequest class.
ExecuteFetchRequest已弃用。 Use the RetrieveMultipleRequest class.
ExecuteFetchResponse已弃用。 Use the RetrieveMultipleRequest class and its associated response class.
ExecuteWorkflowRequest包含数据,需要这些数据来 execute a workflow.
ExecuteWorkflowResponseContains the response from the ExecuteWorkflowResponse class.
ExpandCalendarRequest包含数据,需要这些数据来 convert the calendar rules to an array of available time blocks for the specified period.
ExpandCalendarResponseContains the response from the ExpandCalendarRequest class.
ExportMappingsImportMapRequest包含数据,需要这些数据来 export a data map as an XML formatted data.
ExportMappingsImportMapResponseContains the response from the ExportMappingsImportMapRequest class.
ExportSolutionRequest包含数据,需要这些数据来 export a solution.
ExportSolutionResponseContains the response from the ExportSolutionRequest class.
ExportTranslationRequest包含数据,需要这些数据来 export all translations for a specific solution to a compressed file.
ExportTranslationResponseContains the response from the ExportTranslationRequest class.
FetchXmlToQueryExpressionRequest包含数据,需要这些数据来 convert a query in FetchXML to a QueryExpression.
FetchXmlToQueryExpressionResponseContains the response from the FetchXmlToQueryExpressionRequest class.
FindParentResourceGroupRequest包含数据,需要这些数据来 find a parent resource group (scheduling group) for the specified resource groups (scheduling groups).
FindParentResourceGroupResponseContains the response from the FindParentResourceGroupRequest class.
FulfillSalesOrderRequest包含数据,需要这些数据来 fulfill the sales order (order).
FulfillSalesOrderResponseContains the response from the FulfillSalesOrderRequest class.
GenerateInvoiceFromOpportunityRequest包含数据,需要这些数据来 generate an invoice from an opportunity.
GenerateInvoiceFromOpportunityResponseContains the response from the GenerateInvoiceFromOpportunityRequest class.
GenerateQuoteFromOpportunityRequest包含数据,需要这些数据来 generate a quote from an opportunity.
GenerateQuoteFromOpportunityResponseContains the response from the GenerateQuoteFromOpportunityRequest class.
GenerateSalesOrderFromOpportunityRequest包含数据,需要这些数据来 generate a sales order (order) from an opportunity.
GenerateSalesOrderFromOpportunityResponseContains the response from the GenerateSalesOrderFromOpportunityRequest class.
GetAllTimeZonesWithDisplayNameRequest包含数据,需要这些数据来 retrieve all the time zone definitions for the specified locale and to return only the display name attribute.
GetAllTimeZonesWithDisplayNameResponseContains the response from the GetAllTimeZonesWithDisplayNameRequest class.
GetDecryptionKeyRequest包含数据,需要这些数据来 obtain the key that is used to encrypt or decrypt a user's or queue's email credentials that are stored in the Microsoft Dynamics CRM database.
GetDecryptionKeyResponseContains the response from the GetDecryptionKeyRequest class.
GetDistinctValuesImportFileRequest包含数据,需要这些数据来 retrieve distinct values from the parse table for a column in the source file that contains list values.
GetDistinctValuesImportFileResponseContains the response from the GetDistinctValuesImportFileRequest class.
GetHeaderColumnsImportFileRequest包含数据,需要这些数据来 retrieve the source-file column headings; or retrieve the system-generated column headings if the source file does not contain column headings.
GetHeaderColumnsImportFileResponseContains the response from the GetHeaderColumnsImportFileRequest class.
GetInvoiceProductsFromOpportunityRequest包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the invoice.
GetInvoiceProductsFromOpportunityResponseContains the response from the GetInvoiceProductsFromOpportunityRequest class.
GetQuantityDecimalRequest包含数据,需要这些数据来 get the quantity decimal value of a product for the specified entity in the target.
GetQuantityDecimalResponseContains the response from the GetQuantityDecimalRequest class.
GetQuoteProductsFromOpportunityRequest包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the quote.
GetQuoteProductsFromOpportunityResponseContains the response from the GetQuoteProductsFromOpportunityRequest class.
GetReportHistoryLimitRequest包含数据,需要这些数据来 retrieve the history limit for a report.
GetReportHistoryLimitResponseContains the response from the GetReportHistoryLimitRequest class.
GetSalesOrderProductsFromOpportunityRequest包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the sales order (order).
GetSalesOrderProductsFromOpportunityResponseContains the response from the GetSalesOrderProductsFromOpportunityRequest class.
GetTimeZoneCodeByLocalizedNameRequest包含数据,需要这些数据来 retrieve the time zone code for the specified localized time zone name.
GetTimeZoneCodeByLocalizedNameResponseContains the response from the GetTimeZoneCodeByLocalizedNameRequest class.
GetTrackingTokenEmailRequest包含数据,需要这些数据来 return a tracking token that can then be passed as a parameter to the SendEmailRequest message.
GetTrackingTokenEmailResponseContains the response from the GetTrackingTokenEmailRequest class.
GrantAccessRequest包含数据,需要这些数据来 grant a security principal (user or team) access to the specified record.
GrantAccessResponseContains the response from the GrantAccessRequest class.
ImportMappingsImportMapRequest包含数据,需要这些数据来 import the XML representation of a data map and create an import map (data map) based on this data.
ImportMappingsImportMapResponseContains the response from the ImportMappingsImportMapRequest class.
ImportRecordsImportRequest包含数据,需要这些数据来 submit an asynchronous job that uploads the transformed data into Microsoft Dynamics CRM.
ImportRecordsImportResponseContains the response from the ImportRecordsImportRequest class.
ImportSolutionRequest包含数据,需要这些数据来 import a solution.
ImportSolutionResponseContains the response from the ImportSolutionRequest class.
ImportTranslationRequest包含数据,需要这些数据来 import translations from a compressed file.
ImportTranslationResponseContains the response from the ImportTranslationRequest class.
InitializeFromRequest包含数据,需要这些数据来 initialize a new record from an existing record.
InitializeFromResponseContains the response from the InitializeFromRequest class.
InstallSampleDataRequest包含数据,需要这些数据来 install the sample data.
InstallSampleDataResponseContains the response from the InstallSampleDataRequest class.
InstantiateFiltersRequest包含数据,需要这些数据来 instantiate a set of filters for Microsoft Dynamics CRM for Outlook for the specified user.
InstantiateFiltersResponseContains the response from the InstantiateFiltersRequest class.
InstantiateTemplateRequestContains the parameters that are needed to create an email message from a template (email template).
InstantiateTemplateResponseContains the response from the InstantiateTemplateRequest class.
IsBackOfficeInstalledRequest已弃用。 Checks whether Microsoft Dynamics GP 9.0 is installed.
IsBackOfficeInstalledResponse已弃用。
IsComponentCustomizableRequest包含数据,需要这些数据来 determine whether a solution component is customizable.
IsComponentCustomizableResponseContains the response from the IsComponentCustomizableRequest class.
IsValidStateTransitionRequest包含数据,需要这些数据来 validate the state transition.
IsValidStateTransitionResponseContains the response from the IsValidStateTransitionRequest class.
LocalTimeFromUtcTimeRequest包含数据,需要这些数据来 retrieve the local time for the specified Coordinated Universal Time (UTC).
LocalTimeFromUtcTimeResponseContains the response from the LocalTimeFromUtcTimeRequest class.
LockInvoicePricingRequest包含数据,需要这些数据来 lock the total price of products and services that are specified in the invoice.
LockInvoicePricingResponseContains the response from the LockInvoicePricingRequest class.
LockSalesOrderPricingRequest包含数据,需要这些数据来 lock the total price of products and services that are specified in the sales order (order).
LockSalesOrderPricingResponseContains the response from the LockSalesOrderPricingRequest class.
LogFailureBulkOperationRequest仅供内部使用。
LogFailureBulkOperationResponse仅供内部使用。
LogSuccessBulkOperationRequest仅供内部使用。
LogSuccessBulkOperationResponse仅供内部使用。
LoseOpportunityRequest包含数据,需要这些数据来 set the state of an opportunity to Lost.
LoseOpportunityResponseContains the response from the LoseOpportunityRequest class.
MakeAvailableToOrganizationReportRequest已弃用。 Use the UpdateRequest class.
MakeAvailableToOrganizationReportResponse已弃用。 Use the UpdateRequest class and its associated response class.
MakeAvailableToOrganizationTemplateRequest已弃用。 Use the UpdateRequest class.
MakeAvailableToOrganizationTemplateResponse已弃用。 Use the UpdateRequest class and its associated response class.
MakeUnavailableToOrganizationReportRequest已弃用。 Use the UpdateRequest class.
MakeUnavailableToOrganizationReportResponse已弃用。 Use the UpdateRequest class and its associated response class.
MakeUnavailableToOrganizationTemplateRequest已弃用。 Use the UpdateRequest class.
MakeUnavailableToOrganizationTemplateResponse已弃用。 Use the UpdateRequest class and its associated response class.
MergeRequest包含数据,需要这些数据来 merge the information from two entity records of the same type.
MergeResponseContains the response from the MergeRequest class.
MissingComponentContains the data to describe a solution component that is required by a solution but not found in the system.
ModifyAccessRequest包含数据,需要这些数据来 replace the access rights on the target record for the specified security principal (user or team).
ModifyAccessResponseContains the response from the ModifyAccessRequest class.
ObjectiveRelationContains the data that describes the scheduling strategy for an AppointmentRequest and that overrides the default constraints.
OrganizationResourcesContains data regarding the resources used by an organization.
ParseImportRequest包含数据,需要这些数据来 submit an asynchronous job that parses all import files that are associated with the specified import (data import).
ParseImportResponseContains the response from the ParseImportRequest class.
PrincipalAccessContains access rights information for the security principal (user or team).
ProcessInboundEmailRequest包含数据,需要这些数据来 process the email responses from a marketing campaign.
ProcessInboundEmailResponseContains the response from the ProcessInboundEmailRequest class.
ProcessOneMemberBulkOperationRequest仅供内部使用。
ProcessOneMemberBulkOperationResponse仅供内部使用。
PropagateByExpressionRequest包含数据,需要这些数据来 create a quick campaign to distribute an activity to accounts, contacts, or leads that are selected by a query.
PropagateByExpressionResponseContains the response from the PropagateByExpressionRequest class.
ProposalPartyRepresents a party (user, team, or resource) that is needed for the proposed appointment.
ProvisionLanguageRequest包含数据,需要这些数据来 provision a new language.
ProvisionLanguageResponseContains the response from the ProvisionLanguageRequest class.
PublishAllXmlRequest包含数据,需要这些数据来 publish all changes to solution components.
PublishAllXmlResponseContains the response from the PublishAllXmlRequest class.
PublishDuplicateRuleRequest包含数据,需要这些数据来 submit an asynchronous job to publish a duplicate rule.
PublishDuplicateRuleResponseContains the response from the PublishDuplicateRuleRequest class.
PublishXmlRequest包含数据,需要这些数据来 publish specified solution components.
PublishXmlResponseContains the response from the PublishXmlRequest class.
QualifyLeadRequest包含数据,需要这些数据来 qualify a lead and create account, contact, and opportunity records that are linked to the originating lead record.
QualifyLeadResponseContains the response from the QualifyLeadRequest class.
QualifyMemberListRequest包含数据,需要这些数据来 qualify the specified list and either override the list members or remove them according to the specified option.
QualifyMemberListResponseContains the response from the QualifyMemberListRequest class.
QueryExpressionToFetchXmlRequest包含数据,需要这些数据来 convert a query, which is represented as a QueryExpression class, to its equivalent query, which is represented as FetchXML.
QueryExpressionToFetchXmlResponseContains the response from the QueryExpressionToFetchXmlRequest class.
QueryMultipleSchedulesRequest包含数据,需要这些数据来 search multiple resources for available time block that match the specified parameters.
QueryMultipleSchedulesResponseContains the response from the QueryMultipleSchedulesRequest class.
QueryScheduleRequest包含数据,需要这些数据来 search the specified resource for an available time block that matches the specified parameters.
QueryScheduleResponseContains response from QueryScheduleRequest.
ReassignObjectsOwnerRequest包含数据,需要这些数据来 reassign all records that are owned by the security principal (user or team) to another security principal (user or team).
ReassignObjectsOwnerResponseContains the response from the ReassignObjectsOwnerRequest class.
ReassignObjectsSystemUserRequest包含数据,需要这些数据来 reassign all records that are owned by a specified user to another security principal (user or team).
ReassignObjectsSystemUserResponseContains the response from the ReassignObjectsSystemUserRequest class.
RecalculateRequest包含数据,需要这些数据来 recalculate system-computed values for rollup fields in the goal hierarchy.
RecalculateResponseContains the response from the RecalculateRequest.
RelationshipAuditDetailContains the audited details of a change in a relationship.
RemoveItemCampaignActivityRequest包含数据,需要这些数据来 remove an item from a campaign activity.
RemoveItemCampaignActivityResponseContains the response from the RemoveItemCampaignActivityRequest class.
RemoveItemCampaignRequest包含数据,需要这些数据来 remove an item from a campaign.
RemoveItemCampaignResponseContains the response from the RemoveItemCampaignRequest class.
RemoveMemberListRequest包含数据,需要这些数据来 remove a member from a list (marketing list).
RemoveMemberListResponseContains the response from the RemoveMemberListRequest class.
RemoveMembersTeamRequest包含数据,需要这些数据来 remove members from a team.
RemoveMembersTeamResponseContains the response from the RemoveMembersTeamRequest class.
RemoveParentRequest包含数据,需要这些数据来 remove the parent for a system user (user) record.
RemoveParentResponseContains the response from the RemoveParentRequest class.
RemovePrivilegeRoleRequest包含数据,需要这些数据来 remove a privilege from an existing role.
RemovePrivilegeRoleResponseContains the response from the RemovePrivilegeRoleRequest class.
RemoveProductFromKitRequest包含数据,需要这些数据来 remove a product from a kit.
RemoveProductFromKitResponseContains the response from the RemoveProductFromKitRequest.
RemoveRelatedRequestUse the DisassociateRequest class. 包含数据,需要这些数据来 remove the relationship between the specified records for specific relationships.
RemoveRelatedResponseContains the response from the RemoveRelatedRequest class.
RemoveSolutionComponentRequest包含数据,需要这些数据来 remove a component from an unmanaged solution.
RemoveSolutionComponentResponseContains the response from the RemoveSolutionComponentRequest class.
RemoveSubstituteProductRequest

以上是关于Dynamics CRM 消息类列表的主要内容,如果未能解决你的问题,请参考以下文章

Dynamics CRM 2016 Web API 消息列表

Dynamics CRM 中的 CalculatePrice 消息

好消息!微软将在中国创办官方的Dynamics CRM社区!!!

Dynamics CRM 2015/2016新特性之二十三:使用Web API执行函数

Dynamics CRM 2015/2016 Web API:Unbound Custom Action 和 Bound Custom Action

Dynamics CRM 数据数量限制更改

(c)2006-2024 SYSTEM All Rights Reserved IT常识