Skip to content

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.


When assigning a rule to a property of EntitySetTarget, the rule will be passed an instance from one of the following proxy classes as an argument:


EntitySetTarget Properties

Property Type Required
DisplayValue string No
FilterRule Rule No
ReturnValue string Yes
Target LinkQueryFunctionTarget Yes

DisplayValue

The property of the value to display to the user. If not specified, the ReturnValue will be used.

  • type: string

FilterRule


ReturnValue

The property of the value to return on selection.

  • type: string

Target

The target entity set to get the values from.


Examples

{
  "DisplayValue": "{Description}",
  "ReturnValue": "{CodeGroup}",
  "Target": {
    "EntitySet": "PMCatalogProfiles",
    "Service": "/MDKApp/Services/AssetManager.service",
    "QueryOptions": "/MDKApp/Rules/Notifications/Item/Cause/NotificationItemCauseGroupQuery.js"
  }
}