EntitySetTarget¶
This document describes the metadata properties available when mapping an EntitySet to a control. Typically the controls that make use of this definition display some sort of list to the user.
EntitySetTarget Properties¶
Property | Type | Required |
---|---|---|
DisplayValue | string |
Optional |
FilterRule | Rule | Optional |
ReturnValue | string |
Required |
Target | LinkQueryFunctionTarget | Required |
DisplayValue¶
The property of the value to display to the user. If not specified, the ReturnValue will be used.
- type:
string
FilterRule¶
- type: Rule
ReturnValue¶
The property of the value to return on selection.
- type:
string
Target¶
The target entity set to get the values from.
- type: LinkQueryFunctionTarget
Examples¶
{
"DisplayValue" : "{Description}",
"ReturnValue": "{CodeGroup}",
"Target": {
"EntitySet" : "PMCatalogProfiles",
"Service" : "/MDKApp/Services/AssetManager.service",
"QueryOptions" : "/MDKApp/Rules/Notifications/Item/Cause/NotificationItemCauseGroupQuery.js"
}
}