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. |
AssociateResponse | Contains the response from the AssociateRequest class. |
CanBeReferencedRequest | 包含数据,需要这些数据来 check whether the specified entity can be the primary entity (one) in a one-to-many relationship. |
CanBeReferencedResponse | Contains the response from the CanBeReferencedRequest class. |
CanBeReferencingRequest | 包含数据,需要这些数据来 check whether an entity can be the referencing entity in a one-to-many relationship. |
CanBeReferencingResponse | Contains the response from the CanBeReferencingRequest class. |
CanManyToManyRequest | 包含数据,需要这些数据来 check whether an entity can participate in a many-to-many relationship. |
CanManyToManyResponse | Contains the response from the CanManyToManyRequest class. |
CreateAttributeRequest | 包含数据,需要这些数据来 create a new attribute, and optionally, to add it to a specified unmanaged solution. |
CreateAttributeResponse | Contains the response from the CreateAttributeRequest class. |
CreateEntityRequest | 包含数据,需要这些数据来 create a custom entity, and optionally, to add it to a specified unmanaged solution. |
CreateEntityResponse | Contains the response from the CreateEntityRequest class. |
CreateManyToManyRequest | 包含数据,需要这些数据来 create a new Many-to-Many (N:N) entity relationship. |
CreateManyToManyResponse | Contains the response from the CreateManyToManyRequest class. |
CreateOneToManyRequest | 包含数据,需要这些数据来 create a new One-to-Many (1:N) entity relationship. |
CreateOneToManyResponse | Contains the response from the CreateOneToManyRequest class. |
CreateOptionSetRequest | 包含数据,需要这些数据来 create a new global option set. |
CreateOptionSetResponse | Contains the response from the CreateOptionSetRequest class. |
CreateRequest | 包含数据,需要这些数据来 create a record. |
CreateResponse | Contains the response from the CreateRequest class. |
DeleteAttributeRequest | 包含数据,需要这些数据来 delete an attribute. |
DeleteAttributeResponse | Contains the response from the DeleteAttributeRequest class. |
DeleteEntityRequest | 包含数据,需要这些数据来 delete an entity. |
DeleteEntityResponse | Contains the response from the DeleteEntityRequest class. |
DeleteOptionSetRequest | 包含数据,需要这些数据来 delete a global option set. |
DeleteOptionSetResponse | Contains the response from the DeleteOptionSetRequest class. |
DeleteOptionValueRequest | 包含数据,需要这些数据来 delete an option value in a global or local option set. |
DeleteOptionValueResponse | Contains the response from the DeleteOptionValueRequest class. |
DeleteRelationshipRequest | 包含数据,需要这些数据来 delete an entity relationship. |
DeleteRelationshipResponse | Contains the response from the DeleteRelationshipRequest class. |
DeleteRequest | 包含数据,需要这些数据来 delete a record. |
DeleteResponse | Contains the response from the DeleteRequest class. |
DisassociateRequest | 包含数据,需要这些数据来 delete a link between records. |
DisassociateResponse | Contains the response from the DisassociateRequest class. |
GetValidManyToManyRequest | 包含数据,需要这些数据来 retrieve a list of all the entities that can participate in a Many-to-Many entity relationship. |
GetValidManyToManyResponse | Contains 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. |
GetValidReferencedEntitiesResponse | Contains 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. |
GetValidReferencingEntitiesResponse | Contains the response from the GetValidReferencingEntitiesRequest class. |
InsertOptionValueRequest | 包含数据,需要这些数据来 insert a new option value for a global or local option set. |
InsertOptionValueResponse | Contains the response from the InsertOptionValueRequest class. |
InsertStatusValueRequest | 包含数据,需要这些数据来 insert a new option into a StatusAttributeMetadata attribute. |
InsertStatusValueResponse | Contains the response from the InsertStatusValueRequest class. |
OrderOptionRequest | 包含数据,需要这些数据来 set the order for an option set. |
OrderOptionResponse | Contains the response from the OrderOptionRequest class. |
RetrieveAllEntitiesRequest | 包含数据,需要这些数据来 retrieve metadata information about all the entities. |
RetrieveAllEntitiesResponse | Contains the response from the RetrieveAllEntitiesRequest class. |
RetrieveAllManagedPropertiesRequest | 包含数据,需要这些数据来 retrieve all managed property definitions |
RetrieveAllManagedPropertiesResponse | Contains the response from the RetrieveAllManagedPropertiesRequest class. |
RetrieveAllOptionSetsRequest | 包含数据,需要这些数据来 retrieve information about all global option sets. |
RetrieveAllOptionSetsResponse | Contains the response from the RetrieveAllOptionSetsRequest class. |
RetrieveAttributeRequest | 包含数据,需要这些数据来 retrieve attribute metadata. |
RetrieveAttributeResponse | Contains the response from the RetrieveAttributeRequest class. |
RetrieveEntityRequest | 包含数据,需要这些数据来 retrieve entity metadata. |
RetrieveEntityResponse | Contains the response from the RetrieveEntityRequest class. |
RetrieveManagedPropertyRequest | 包含数据,需要这些数据来 retrieve a managed property definition. |
RetrieveManagedPropertyResponse | Contains the response from the RetrieveManagedPropertyRequest class. |
RetrieveMultipleRequest | 包含数据,需要这些数据来 retrieve a collection of records that satisfy the specified query criteria. |
RetrieveMultipleResponse | Contains the response from the RetrieveMultipleRequest class. |
RetrieveOptionSetRequest | 包含数据,需要这些数据来 retrieve a global option set. |
RetrieveOptionSetResponse | Contains the response from the RetrieveOptionSetRequest class. |
RetrieveRelationshipRequest | 包含数据,需要这些数据来 retrieve entity relationship metadata. |
RetrieveRelationshipResponse | Contains the response from the RetrieveRelationshipRequest class. |
RetrieveRequest | 包含数据,需要这些数据来 retrieve a record. |
RetrieveResponse | Contains the response from the RetrieveRequest class. |
RetrieveTimestampRequest | 包含数据,需要这些数据来 retrieves a time stamp for the metadata. |
RetrieveTimestampResponse | Contains the response from the RetrieveTimestampRequest class. |
UpdateAttributeRequest | 包含数据,需要这些数据来 update the definition of an attribute. |
UpdateAttributeResponse | Contains the response from the UpdateAttributeRequest class. |
UpdateEntityRequest | 包含数据,需要这些数据来update the definition of an entity. |
UpdateEntityResponse | Contains the response from the UpdateEntityRequest class. |
UpdateOptionSetRequest | 包含数据,需要这些数据来update the definition of a global option set. |
UpdateOptionSetResponse | Contains the response from the UpdateOptionSetRequest class. |
UpdateOptionValueRequest | 包含数据,需要这些数据来 update an option value in a global or local option set. |
UpdateOptionValueResponse | Contains the response from the UpdateOptionValueRequest class. |
UpdateRelationshipRequest | 包含数据,需要这些数据来update the definition of an entity relationship. |
UpdateRelationshipResponse | Contains the response from the UpdateRelationshipRequest class. |
UpdateRequest | 包含数据,需要这些数据来 update an existing record. |
UpdateResponse | Contains the response from the UpdateRequest class. |
UpdateStateValueRequest | 包含数据,需要这些数据来 update an option set value in for a StateAttributeMetadata attribute. |
UpdateStateValueResponse | Contains the response from the UpdateStateValueRequest class. |
Microsoft.Crm.Sdk.Message
类 | 说明 |
---|---|
AddItemCampaignActivityRequest | 包含数据,需要这些数据来 add an item to a campaign activity. |
AddItemCampaignActivityResponse | Contains the response from the AddItemCampaignActivityRequest class. |
AddItemCampaignRequest | 包含数据,需要这些数据来 add an item to a campaign. |
AddItemCampaignResponse | Contains the response from the AddItemCampaignRequest class. |
AddListMembersListRequest | 包含数据,需要这些数据来 add members to the list. |
AddListMembersListResponse | Contains the response from the AddListMembersListRequest class. |
AddMemberListRequest | 包含数据,需要这些数据来 add a member to a list (marketing list). |
AddMemberListResponse | Contains the response from the AddMemberListRequest class. |
AddMembersTeamRequest | 包含数据,需要这些数据来 add members to a team. |
AddMembersTeamResponse | Contains the response from the AddMembersTeamRequest class. |
AddPrivilegesRoleRequest | 包含数据,需要这些数据来 add a set of existing privileges to an existing role. |
AddPrivilegesRoleResponse | Contains the response from the AddPrivilegesRoleRequest class. |
AddProductToKitRequest | 包含数据,需要这些数据来 add a product to a kit. |
AddProductToKitResponse | Contains the response from the AddProductToKitRequest class. |
AddRecurrenceRequest | 包含数据,需要这些数据来 add recurrence information to an existing appointment. |
AddRecurrenceResponse | Contains the response from the AddRecurrenceRequest class. |
AddSolutionComponentRequest | 包含数据,需要这些数据来 add a solution component to an unmanaged solution. |
AddSolutionComponentResponse | Contains 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. |
AddToQueueResponse | Contains the response from the AddToQueueRequest class. |
AppointmentProposal | Represents a proposed appointment time and date as a result of the SearchRequest message. |
AppointmentRequest | Provides the details of an appointment request for the SearchRequest class. |
AppointmentsToIgnore | Specifies 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. |
AssignResponse | Contains 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. |
AttributeAuditDetail | Contains the details of changes to entity attributes. |
AuditDetail | Provides a base class for storing the details of data changes. |
AuditDetailCollection | Contains a collection of AuditDetail objects. |
AuditPartitionDetail | Identifies an SQL partition that is used to store changes to data records. |
AuditPartitionDetailCollection | Contains a data collection of AuditDetail objects. |
AutoMapEntityRequest | 包含数据,需要这些数据来 generate a new set of attribute mappings based on the metadata. |
AutoMapEntityResponse | Contains the response from the AutoMapEntityRequest class. |
BackgroundSendEmailRequest | 包含数据,需要这些数据来 send email messages asynchronously. |
BackgroundSendEmailResponse | Contains the response from the BackgroundSendEmailRequest class. |
BookRequest | 包含数据,需要这些数据来 schedule or “book” an appointment, recurring appointment, or service appointment (service activity). |
BookResponse | Contains 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. |
BulkDeleteResponse | Contains the response from the BulkDeleteRequest class. |
BulkDetectDuplicatesRequest | 包含数据,需要这些数据来 submit an asynchronous system job that detects and logs multiple duplicate records. |
BulkDetectDuplicatesResponse | Contains the response from the BulkDetectDuplicatesRequest class. |
BulkOperationStatusCloseRequest | 仅供内部使用。 |
BulkOperationStatusCloseResponse | 仅供内部使用。 |
CalculateActualValueOpportunityRequest | 包含数据,需要这些数据来 calculate the value of an opportunity that is in the "Won" state. |
CalculateActualValueOpportunityResponse | Contains the response from the CalculateActualValueOpportunityRequest class. |
CalculateTotalTimeIncidentRequest | 包含数据,需要这些数据来 calculate the total time, in minutes, that you used while you worked on an incident (case). |
CalculateTotalTimeIncidentResponse | Contains the response from the CalculateTotalTimeIncidentRequest class. |
CancelContractRequest | 包含数据,需要这些数据来 cancel a contract. |
CancelContractResponse | Contains the response from the CancelContractRequest class. |
CancelSalesOrderRequest | 包含数据,需要这些数据来 cancel a sales order (order). |
CancelSalesOrderResponse | Contains the response from the CancelSalesOrderRequest class. |
CheckIncomingEmailRequest | 包含数据,需要这些数据来 check whether the incoming email message is relevant to the Microsoft Dynamics CRM system. |
CheckIncomingEmailResponse | Contains the response from the CheckIncomingEmailRequest class. |
CheckPromoteEmailRequest | 包含数据,需要这些数据来 check whether the incoming email message should be promoted to the Microsoft Dynamics CRM system. |
CheckPromoteEmailResponse | Contains the response from the CheckPromoteEmailRequest class. |
CleanUpBulkOperationRequest | 仅供内部使用。 |
CleanUpBulkOperationResponse | 仅供内部使用。 |
CloneContractRequest | 包含数据,需要这些数据来 copy an existing contract and its line items. |
CloneContractResponse | Contains the response from the CancelContractRequest class. |
CloseIncidentRequest | 包含数据,需要这些数据来 close an incident (case). |
CloseIncidentResponse | Contains the response from the CloseIncidentRequest class. |
CloseQuoteRequest | 包含数据,需要这些数据来 close a quote. |
CloseQuoteResponse | Contains the response from the CloseQuoteRequest class. |
ComponentDetail | Provides 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. |
CompoundUpdateDuplicateDetectionRuleResponse | Contains 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. |
ConstraintRelation | Specifies additional constraints to be applied when you select resources for appointments. |
ConvertKitToProductRequest | 包含数据,需要这些数据来 convert a kit to a product. |
ConvertKitToProductResponse | Contains the response from the ConvertKitToProductRequest class. |
ConvertProductToKitRequest | 包含数据,需要这些数据来 convert a product to a kit. |
ConvertProductToKitResponse | Contains the response from the ConvertProductToKitRequest class. |
ConvertQuoteToSalesOrderRequest | 包含数据,需要这些数据来 convert a quote to a sales order. |
ConvertQuoteToSalesOrderResponse | Contains the response from the ConvertQuoteToSalesOrderRequest class. |
ConvertSalesOrderToInvoiceRequest | 包含数据,需要这些数据来 convert a sales order to an invoice. |
ConvertSalesOrderToInvoiceResponse | Contains the response from the ConvertSalesOrderToInvoiceRequest class. |
CopyCampaignRequest | 包含数据,需要这些数据来 copy a campaign. |
CopyCampaignResponse | Contains the response from the CopyCampaignRequest class. |
CopyCampaignResponseRequest | 包含数据,需要这些数据来 create a copy of the campaign response. |
CopyCampaignResponseResponse | Contains 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. |
CopyDynamicListToStaticResponse | Contains the response from the CopyDynamicListToStaticRequest class. |
CopyMembersListRequest | 包含数据,需要这些数据来 copy the members from the source list to the target list without creating duplicates. |
CopyMembersListResponse | Contains the response from the CopyMembersListRequest class. |
CopySystemFormRequest | 包含数据,需要这些数据来 create a new entity form that is based on an existing entity form. |
CopySystemFormResponse | Contains the response from the CopySystemFormRequest class. |
CreateActivitiesListRequest | 包含数据,需要这些数据来 create a quick campaign to distribute an activity to members of a list (marketing list). |
CreateActivitiesListResponse | Contains the response from the CreateActivitiesListRequest class. |
CreateExceptionRequest | 包含数据,需要这些数据来 create an exception for the recurring appointment instance. |
CreateExceptionResponse | Contains the response from the CreateExceptionRequest class. |
CreateInstanceRequest | 包含数据,需要这些数据来 create future unexpanded instances for the recurring appointment master. |
CreateInstanceResponse | Contains the response from the CreateInstanceRequest class. |
CreateWorkflowFromTemplateRequest | 包含数据,需要这些数据来 create a workflow (process) from a workflow template. |
CreateWorkflowFromTemplateResponse | Contains the response from the CreateWorkflowFromTemplateRequest class. |
DeleteAuditDataRequest | 包含数据,需要这些数据来 delete all audit data records up until a specified end date. |
DeleteAuditDataResponse | Contains the response from the DeleteAuditDataRequest class. |
DeleteOpenInstancesRequest | 包含数据,需要这些数据来 delete instances of a recurring appointment master that have an “Open” state. |
DeleteOpenInstancesResponse | Contains the response from the DeleteOpenInstancesRequest class. |
DeliverIncomingEmailRequest | 包含数据,需要这些数据来 create an email activity record from an incoming email message (Track in CRM). |
DeliverIncomingEmailResponse | Contains the response from the DeliverIncomingEmailRequest class. |
DeliverPromoteEmailRequest | 包含数据,需要这些数据来 create an email activity record from the specified email message (Track in CRM). |
DeliverPromoteEmailResponse | Contains the response from the DeliverPromoteEmailRequest class. |
DeprovisionLanguageRequest | 包含数据,需要这些数据来 deprovision a language. |
DeprovisionLanguageResponse | Contains 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. |
DistributeCampaignActivityResponse | Contains the response from the DistributeCampaignActivityRequest class. |
DownloadReportDefinitionRequest | 包含数据,需要这些数据来 download a report definition. |
DownloadReportDefinitionResponse | Contains the response from the DownloadReportDefinitionRequest class. |
ErrorInfo | Specifies the results of a scheduling operation using the RescheduleRequest message. |
ExecuteByIdSavedQueryRequest | 包含数据,需要这些数据来 execute a saved query (view) that has the specified ID. |
ExecuteByIdSavedQueryResponse | Contains the response from the ExecuteByIdSavedQueryRequest class. |
ExecuteByIdUserQueryRequest | 包含数据,需要这些数据来 execute the user query (saved view) that has the specified ID. |
ExecuteByIdUserQueryResponse | Contains 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. |
ExecuteWorkflowResponse | Contains the response from the ExecuteWorkflowResponse class. |
ExpandCalendarRequest | 包含数据,需要这些数据来 convert the calendar rules to an array of available time blocks for the specified period. |
ExpandCalendarResponse | Contains the response from the ExpandCalendarRequest class. |
ExportMappingsImportMapRequest | 包含数据,需要这些数据来 export a data map as an XML formatted data. |
ExportMappingsImportMapResponse | Contains the response from the ExportMappingsImportMapRequest class. |
ExportSolutionRequest | 包含数据,需要这些数据来 export a solution. |
ExportSolutionResponse | Contains the response from the ExportSolutionRequest class. |
ExportTranslationRequest | 包含数据,需要这些数据来 export all translations for a specific solution to a compressed file. |
ExportTranslationResponse | Contains the response from the ExportTranslationRequest class. |
FetchXmlToQueryExpressionRequest | 包含数据,需要这些数据来 convert a query in FetchXML to a QueryExpression. |
FetchXmlToQueryExpressionResponse | Contains the response from the FetchXmlToQueryExpressionRequest class. |
FindParentResourceGroupRequest | 包含数据,需要这些数据来 find a parent resource group (scheduling group) for the specified resource groups (scheduling groups). |
FindParentResourceGroupResponse | Contains the response from the FindParentResourceGroupRequest class. |
FulfillSalesOrderRequest | 包含数据,需要这些数据来 fulfill the sales order (order). |
FulfillSalesOrderResponse | Contains the response from the FulfillSalesOrderRequest class. |
GenerateInvoiceFromOpportunityRequest | 包含数据,需要这些数据来 generate an invoice from an opportunity. |
GenerateInvoiceFromOpportunityResponse | Contains the response from the GenerateInvoiceFromOpportunityRequest class. |
GenerateQuoteFromOpportunityRequest | 包含数据,需要这些数据来 generate a quote from an opportunity. |
GenerateQuoteFromOpportunityResponse | Contains the response from the GenerateQuoteFromOpportunityRequest class. |
GenerateSalesOrderFromOpportunityRequest | 包含数据,需要这些数据来 generate a sales order (order) from an opportunity. |
GenerateSalesOrderFromOpportunityResponse | Contains 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. |
GetAllTimeZonesWithDisplayNameResponse | Contains 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. |
GetDecryptionKeyResponse | Contains 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. |
GetDistinctValuesImportFileResponse | Contains 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. |
GetHeaderColumnsImportFileResponse | Contains the response from the GetHeaderColumnsImportFileRequest class. |
GetInvoiceProductsFromOpportunityRequest | 包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the invoice. |
GetInvoiceProductsFromOpportunityResponse | Contains the response from the GetInvoiceProductsFromOpportunityRequest class. |
GetQuantityDecimalRequest | 包含数据,需要这些数据来 get the quantity decimal value of a product for the specified entity in the target. |
GetQuantityDecimalResponse | Contains the response from the GetQuantityDecimalRequest class. |
GetQuoteProductsFromOpportunityRequest | 包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the quote. |
GetQuoteProductsFromOpportunityResponse | Contains the response from the GetQuoteProductsFromOpportunityRequest class. |
GetReportHistoryLimitRequest | 包含数据,需要这些数据来 retrieve the history limit for a report. |
GetReportHistoryLimitResponse | Contains the response from the GetReportHistoryLimitRequest class. |
GetSalesOrderProductsFromOpportunityRequest | 包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the sales order (order). |
GetSalesOrderProductsFromOpportunityResponse | Contains the response from the GetSalesOrderProductsFromOpportunityRequest class. |
GetTimeZoneCodeByLocalizedNameRequest | 包含数据,需要这些数据来 retrieve the time zone code for the specified localized time zone name. |
GetTimeZoneCodeByLocalizedNameResponse | Contains the response from the GetTimeZoneCodeByLocalizedNameRequest class. |
GetTrackingTokenEmailRequest | 包含数据,需要这些数据来 return a tracking token that can then be passed as a parameter to the SendEmailRequest message. |
GetTrackingTokenEmailResponse | Contains the response from the GetTrackingTokenEmailRequest class. |
GrantAccessRequest | 包含数据,需要这些数据来 grant a security principal (user or team) access to the specified record. |
GrantAccessResponse | Contains 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. |
ImportMappingsImportMapResponse | Contains the response from the ImportMappingsImportMapRequest class. |
ImportRecordsImportRequest | 包含数据,需要这些数据来 submit an asynchronous job that uploads the transformed data into Microsoft Dynamics CRM. |
ImportRecordsImportResponse | Contains the response from the ImportRecordsImportRequest class. |
ImportSolutionRequest | 包含数据,需要这些数据来 import a solution. |
ImportSolutionResponse | Contains the response from the ImportSolutionRequest class. |
ImportTranslationRequest | 包含数据,需要这些数据来 import translations from a compressed file. |
ImportTranslationResponse | Contains the response from the ImportTranslationRequest class. |
InitializeFromRequest | 包含数据,需要这些数据来 initialize a new record from an existing record. |
InitializeFromResponse | Contains the response from the InitializeFromRequest class. |
InstallSampleDataRequest | 包含数据,需要这些数据来 install the sample data. |
InstallSampleDataResponse | Contains the response from the InstallSampleDataRequest class. |
InstantiateFiltersRequest | 包含数据,需要这些数据来 instantiate a set of filters for Microsoft Dynamics CRM for Outlook for the specified user. |
InstantiateFiltersResponse | Contains the response from the InstantiateFiltersRequest class. |
InstantiateTemplateRequest | Contains the parameters that are needed to create an email message from a template (email template). |
InstantiateTemplateResponse | Contains 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. |
IsComponentCustomizableResponse | Contains the response from the IsComponentCustomizableRequest class. |
IsValidStateTransitionRequest | 包含数据,需要这些数据来 validate the state transition. |
IsValidStateTransitionResponse | Contains the response from the IsValidStateTransitionRequest class. |
LocalTimeFromUtcTimeRequest | 包含数据,需要这些数据来 retrieve the local time for the specified Coordinated Universal Time (UTC). |
LocalTimeFromUtcTimeResponse | Contains the response from the LocalTimeFromUtcTimeRequest class. |
LockInvoicePricingRequest | 包含数据,需要这些数据来 lock the total price of products and services that are specified in the invoice. |
LockInvoicePricingResponse | Contains the response from the LockInvoicePricingRequest class. |
LockSalesOrderPricingRequest | 包含数据,需要这些数据来 lock the total price of products and services that are specified in the sales order (order). |
LockSalesOrderPricingResponse | Contains the response from the LockSalesOrderPricingRequest class. |
LogFailureBulkOperationRequest | 仅供内部使用。 |
LogFailureBulkOperationResponse | 仅供内部使用。 |
LogSuccessBulkOperationRequest | 仅供内部使用。 |
LogSuccessBulkOperationResponse | 仅供内部使用。 |
LoseOpportunityRequest | 包含数据,需要这些数据来 set the state of an opportunity to Lost. |
LoseOpportunityResponse | Contains 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. |
MergeResponse | Contains the response from the MergeRequest class. |
MissingComponent | Contains 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). |
ModifyAccessResponse | Contains the response from the ModifyAccessRequest class. |
ObjectiveRelation | Contains the data that describes the scheduling strategy for an AppointmentRequest and that overrides the default constraints. |
OrganizationResources | Contains 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). |
ParseImportResponse | Contains the response from the ParseImportRequest class. |
PrincipalAccess | Contains access rights information for the security principal (user or team). |
ProcessInboundEmailRequest | 包含数据,需要这些数据来 process the email responses from a marketing campaign. |
ProcessInboundEmailResponse | Contains 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. |
PropagateByExpressionResponse | Contains the response from the PropagateByExpressionRequest class. |
ProposalParty | Represents a party (user, team, or resource) that is needed for the proposed appointment. |
ProvisionLanguageRequest | 包含数据,需要这些数据来 provision a new language. |
ProvisionLanguageResponse | Contains the response from the ProvisionLanguageRequest class. |
PublishAllXmlRequest | 包含数据,需要这些数据来 publish all changes to solution components. |
PublishAllXmlResponse | Contains the response from the PublishAllXmlRequest class. |
PublishDuplicateRuleRequest | 包含数据,需要这些数据来 submit an asynchronous job to publish a duplicate rule. |
PublishDuplicateRuleResponse | Contains the response from the PublishDuplicateRuleRequest class. |
PublishXmlRequest | 包含数据,需要这些数据来 publish specified solution components. |
PublishXmlResponse | Contains 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. |
QualifyLeadResponse | Contains 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. |
QualifyMemberListResponse | Contains 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. |
QueryExpressionToFetchXmlResponse | Contains the response from the QueryExpressionToFetchXmlRequest class. |
QueryMultipleSchedulesRequest | 包含数据,需要这些数据来 search multiple resources for available time block that match the specified parameters. |
QueryMultipleSchedulesResponse | Contains the response from the QueryMultipleSchedulesRequest class. |
QueryScheduleRequest | 包含数据,需要这些数据来 search the specified resource for an available time block that matches the specified parameters. |
QueryScheduleResponse | Contains response from QueryScheduleRequest. |
ReassignObjectsOwnerRequest | 包含数据,需要这些数据来 reassign all records that are owned by the security principal (user or team) to another security principal (user or team). |
ReassignObjectsOwnerResponse | Contains the response from the ReassignObjectsOwnerRequest class. |
ReassignObjectsSystemUserRequest | 包含数据,需要这些数据来 reassign all records that are owned by a specified user to another security principal (user or team). |
ReassignObjectsSystemUserResponse | Contains the response from the ReassignObjectsSystemUserRequest class. |
RecalculateRequest | 包含数据,需要这些数据来 recalculate system-computed values for rollup fields in the goal hierarchy. |
RecalculateResponse | Contains the response from the RecalculateRequest. |
RelationshipAuditDetail | Contains the audited details of a change in a relationship. |
RemoveItemCampaignActivityRequest | 包含数据,需要这些数据来 remove an item from a campaign activity. |
RemoveItemCampaignActivityResponse | Contains the response from the RemoveItemCampaignActivityRequest class. |
RemoveItemCampaignRequest | 包含数据,需要这些数据来 remove an item from a campaign. |
RemoveItemCampaignResponse | Contains the response from the RemoveItemCampaignRequest class. |
RemoveMemberListRequest | 包含数据,需要这些数据来 remove a member from a list (marketing list). |
RemoveMemberListResponse | Contains the response from the RemoveMemberListRequest class. |
RemoveMembersTeamRequest | 包含数据,需要这些数据来 remove members from a team. |
RemoveMembersTeamResponse | Contains the response from the RemoveMembersTeamRequest class. |
RemoveParentRequest | 包含数据,需要这些数据来 remove the parent for a system user (user) record. |
RemoveParentResponse | Contains the response from the RemoveParentRequest class. |
RemovePrivilegeRoleRequest | 包含数据,需要这些数据来 remove a privilege from an existing role. |
RemovePrivilegeRoleResponse | Contains the response from the RemovePrivilegeRoleRequest class. |
RemoveProductFromKitRequest | 包含数据,需要这些数据来 remove a product from a kit. |
RemoveProductFromKitResponse | Contains the response from the RemoveProductFromKitRequest. |
RemoveRelatedRequest | Use the DisassociateRequest class. 包含数据,需要这些数据来 remove the relationship between the specified records for specific relationships. |
RemoveRelatedResponse | Contains the response from the RemoveRelatedRequest class. |
RemoveSolutionComponentRequest | 包含数据,需要这些数据来 remove a component from an unmanaged solution. |
RemoveSolutionComponentResponse | Contains 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 |