Skip to content

FixedObjectCellCollection

This document describes the metadata properties available when mapping a fixed objectcell collection to a formcell list-picker control. Typically the controls that make use of this definition display some sort of list to the user.


Items

  • type: array

All array items must be of type:

  • type: object with following properties.
Property Type Required Default
ObjectCell ObjectCell Required
ReturnValue string Required

ObjectCell

ReturnValue

The value to return on selection.


Examples

[{
  "ObjectCell": {
    "Title": "Distance",
    "Subhead": "Distance Unit",
    "Description": "Distance Description",
    "DetailImage": "/MDKApp/Images/workorder.png",
    "Icons": [
        "/MDKApp/Images/icon_severity_medium.png",
        "/MDKApp/Images/open.png"
    ],
    "StatusImage": "/MDKApp/Images/workorder_details.png"
  },
  "ReturnValue": "Distance"
},
{
  "ObjectCell": {
    "Title": "Touch ID",
    "Subhead": "Touch ID & Passcode",
    "Description": "Touch ID Description",
    "DetailImage": "/MDKApp/Images/icon.png",
    "Icons": [
        "/MDKApp/Images/icon_severity_medium.png",
        "/MDKApp/Images/open.png"
    ],
    "StatusImage": "/MDKApp/Images/workorder_details.png"
  },
  "ReturnValue": "Touch ID"
}]