Utility - Pre-Process MDMS Configuration
Overview
Steps
{
"isMandatory": true,
"key": "noSubProject_ward",
"type": "radioordropdown",
"label": "PDF_STATIC_LABEL_ESTIMATE_WARD",
"disable": false,
"preProcess": {
"updateDependent": [
"populators.options"
]
},
"populators": {
"name": "noSubProject_ward",
"optionsKey": "i18nKey",
"error": "WORKS_REQUIRED_ERR",
"required": false,
"optionsCustomStyle": {
"top": "2.5rem"
},
"options": []
}
},
Last updated
Was this helpful?