Project-Specific Grid Edge DERMS Configuration
On the WebLogic server, add $HOME//flex/config.jsonc. And in this file, specify the path to the drmsList or the drmsPlan under config/client/tools.
Example:
{
"config": {
"client": {
"tools": {
"drmsList": {
"overrides": {
"DRMS_LIST_TABLE": {
"config": {
"columns": {
"key": "field",
"update": [
{
"field": "attributes.ID",
"label": "new label"
}
],
"add": [
{
"field": "attributes.PRE_COOL_MINUTES",
"label": "Pre-cool Minutes"
}
]
}
}
}
}
}
}
}
}
}