Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
Code Block
languagejson
{
      "name" : "cpr.participant.extensionDetail.attrsMap.ST10",
      "caption" : "Kindred ID",
      "type" : "text",
      "showIf" : {
        "op" : "AND",
        "rules" : [ {
          "field" : "cpr.participant.extensionDetail.attrsMap.ST10",
          "op" : "==",
          "value" : "'xxx"
        } ]
      },
      "optional" : true
    }

Example 4: Show field on overview only if the value is present. (Check showinOverviewIf)

Expand
Code Block
languagejson
{
   "name" : "cpr.participant.extensionDetail.attrsMap.DP3",
   "caption" : "Estimated Date of Delivery",
   "showInOverviewIf" : "!!cpr.participant.extensionDetail.attrsMap.DP3",
   "type" : "date",
   "optional" : true
},

Example JSON

Download