ApplyRecordCreationAndUpdateRuleRequest.Target Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the target for applying the rule.
public:
property Microsoft::Xrm::Sdk::EntityReference ^ Target { Microsoft::Xrm::Sdk::EntityReference ^ get(); void set(Microsoft::Xrm::Sdk::EntityReference ^ value); };
public Microsoft.Xrm.Sdk.EntityReference Target { get; set; }
member this.Target : Microsoft.Xrm.Sdk.EntityReference with get, set
Public Property Target As EntityReference
Property Value
The target for applying the rule.
Remarks
A target for this operation can be an activity or a queue item record.
When you pass an activity record that is associated with a queue, the rule created for the queue is applied. Otherwise, the rule created for the specified activity record is applied.
When incoming activities, such as emails, custom activities, and posts, from external integrated applications are added to a queue in Dynamics 365 Customer Service, a queue item record is created. If you specify a queue item record instead of an activity record as the target, the rule created for the specified queue and activity (determined by the queue item) will be applied.