Advertisement
DataCCIW

Seasonal Address Filter Directives

Dec 23rd, 2019
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.61 KB | None | 0 0
  1. {
  2.    "AddressLuidFilter": {
  3.     "label": "Address Type:",
  4.     "type": "select",
  5.     "placeholder": "Select...",
  6.     "qsparam": "AddressLUID",
  7.     "multiple": "2",
  8.     "sql": "select lookup_id, lookup_value from core_lookup L where L.lookup_type_id = 9",
  9.     "defaultValue" : "44"
  10.   },
  11.   "FromDateFilter": {
  12.     "label": "From Date (MMDD):",
  13.     "type": "text",
  14.     "placeholder": "MMDD",
  15.     "qsparam": "FromMonthDay",
  16.     "defaultValue" : ""
  17.   },
  18.   "ToDateFilter": {
  19.     "label": "To Date (MMDD):",
  20.     "type": "text",
  21.     "placeholder": "MMDD",
  22.     "qsparam": "ToMonthDay",
  23.     "defaultValue" : ""
  24.   }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement