Base Entity Attribute Value Condition ExpressionΒΆ
This template is the base template for all CRM expression filters that involve an entity attribute.
Tip
Items based on this template are converted into instances of the
type Microsoft.Xrm.Sdk.Query.ConditionExpression
. For more
information see https://msdn.microsoft.com/en-us/library/gg334419.aspx.
Tip
This template is a base template. It is not likely that you will ever create items based directly on this template.
Template name | Base Entity Attribute Value Condition Expression |
Base template | none |
Field | Description |
---|---|
Value accessor for entity attribute |
The value accessor that is used to read the value of
an attribute from an entity.
It is important that the value accessor selected has
a field that identifies the attribute name. The
attribute name is used to build the filter for the
API call to Dynamics CRM.
|