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.

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


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"
  }
}