Joe Thomson
10/28/2025, 6:46 PM{
"vendordetails": {
"label": "Vendor Details",
"icon": "info",
"max": 1,
"//min": 1,
"element": {
"vendor_list": {
"type": "table",
"label": "Vendor List",
"readonly": true
},
"item": {
"type": "text",
"label": "Item",
"parent": "vendor_list",
"column": 1,
"readonly": true
},
"quantity": {
"type": "number",
"label": "Quantity",
"parent": "vendor_list",
"column": 2,
"readonly": true
}
},
"article": {
"supportcase": {
"record": "supportcase",
"filters": "${ event.supportcase }",
"map": {
"id": "internalid",
"service_instructions": "custevent_test1|",
"dispenser_locations": "custevent_test2|"
}
},
"vendor_list": {
"record": "customrecord_test_vendor_list",
"filters": [
[
"custrecord1",
"anyof",
"${ event.supportcase }"
]
],
"map": [
{
"item": "custrecord2|",
"quantity": "custrecord3|",
"route": "custrecord4|"
}
]
}
}
},
}Joe Thomson
10/28/2025, 6:47 PMJoe Thomson
10/28/2025, 6:50 PMJoe Thomson
10/28/2025, 6:50 PM