Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "AddressLuidFilter": {
- "label": "Address Type:",
- "type": "select",
- "placeholder": "Select...",
- "qsparam": "AddressLUID",
- "multiple": "2",
- "sql": "select lookup_id, lookup_value from core_lookup L where L.lookup_type_id = 9",
- "defaultValue" : "44"
- },
- "FromDateFilter": {
- "label": "From Date (MMDD):",
- "type": "text",
- "placeholder": "MMDD",
- "qsparam": "FromMonthDay",
- "defaultValue" : ""
- },
- "ToDateFilter": {
- "label": "To Date (MMDD):",
- "type": "text",
- "placeholder": "MMDD",
- "qsparam": "ToMonthDay",
- "defaultValue" : ""
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement