Skip to content

ObjectCellEntitySetTarget

This document describes the metadata properties available when mapping an ObjectCell EntitySet to a control. Typically the controls that make use of this definition display some sort of list to the user.

ObjectCellEntitySetTarget Properties

Property Type Required
ObjectCell complex Required
ReturnValue string Required
Target LinkQueryFunctionTarget Required

ObjectCell

The property of the value to display to the user.

  • type: complex

ObjectCell Value

Any following options needs to be fulfilled.

Option 1

Option 2

string


ReturnValue

The property of the value to return on selection.

  • type: string

Target

The target entity set to get the values from.


Examples

{
  "ObjectCell": {
    "Title": "{Description}",
    "Subhead": "{Id}",
    "DetailImage": "/MDKApp/Images/workorder.png",
    "Icons": [
      "/MDKApp/Images/icon_severity_medium.png",
      "/MDKApp/Images/open.png"
    ],
    "StatusImage": "/MDKApp/Images/workorder_details.png"
  },
  "ReturnValue": "{CodeGroup}",
  "Target": {
    "EntitySet": "PMCatalogProfiles",
    "Service": "/MDKApp/Services/AssetManager.service",
    "QueryOptions": "/MDKApp/Rules/Notifications/Item/Cause/NotificationItemCauseGroupQuery.js"
  }
}