demo-process-models/potentially-promote-to-exam.../send-a-message/invoice_ui.json

16 lines
258 B
JSON
Raw Permalink Normal View History

2023-06-28 12:47:07 +00:00
{
"customer_id": {
"ui:autofocus": true,
"ui:emptyValue": ""
},
"po_number": {
"ui:emptyValue": ""
},
"amount": {
"ui:widget": "updown",
"ui:description": "(us dollars)"
},
"description": {
"ui:widget": "textarea"
}
}