Service entities for Customer Service
The entities described in this section are targeted at the customer service department of an organization.
Note
In addition to the entities linked to later in this topic, there are several entities that will appear to support a set of messages or could be used with theIOrganizationService methods. However, the following entities are for internal use only:
ConvertRule
(Automatic Record Creation and Update Rule): Defines the rules for automatic record creation and updates.ConvertRuleItem
(Case Creation Rule Item): Defines the individual conditions required for creating and updating record automatically.RoutingRule
(Routing Rule Set): Defines a set of rules to route cases automatically to queues, users, or teams.RoutingRuleItem
(Rule Item): Defines the individual conditions required for routing the cases.SLA
: Contains information about the service level agreements for cases that belong to different customers.SLAItem
(SLA Item): Contains information about a tracked service level agreement (SLA) key performance indicator and the condition when it is applicable for case records.
While these entities appear to support common messages and methods, they also have a dependency on the web application so that certain messages will not work as expected when called directly from the web services. You should not use these entities in your code.
However, with the Dynamics 365 Customer Engagement (on-premises) platform, you can use the UpdateRequest message on the
ConvertRule
,RoutingRule
, andSLA
entities to programmatically activate or deactivate these entity records. For information about changing the state of an entity record using theUpdate
message, see Perform specialized operations using Update
In This Section
Related Sections
Model Your Business Data With Dynamics 365 Customer Engagement (on-premises)