{
  "Admin/HelpTarget_Popup_Listing": {
    "layout":"grid",
    "title":"Help Targets",
    "table":"{schema}.help_target",
    "actions":"B",
    "caption":[0,"Help Target","Help Targets"],
    "sort":["^help_target_code"],
    "grid_expand_search":1,
    "fields":[
      {"name":"help_target_id","type":"bigint","key":1,"control":"hidden","disable_search":true},
      {"name":"help_target_code","type":"varchar","length":50,"actions": "B","caption":"Code"},
      {"name":"help_target_desc","type":"varchar","length":"50","actions":"B","caption":"Name"}
    ]
  }
}  