Free plug-in that allows to extract metadata from any related or unrelated entity to populate en enum (select) field .
Feel free to check it and and test it.
Feel free to check it and and test it.


"dynamicLogic": {
"options": {
"acceptanceStatus": [
{
"optionList": [
"OK",
"Not OK"
],
"conditionGroup": [
{
"type": "or",
"value": [
{
"type": "isTrue",
"userAttribute": "isMember",
"userValue": "xTeam"
},
{
"type": "isTrue",
"userAttribute": "isRole",
"userValue": "aRole"
}
]
}
]
},
{
"optionList": [
"Accept",
"Decline",
"None"
],
"conditionGroup": [
{
"type": "or",
"value": [
{
"type": "isTrue",
"userAttribute": "isMember",
"userValue": "yTeam"
},
{
"type": "isTrue",
"userAttribute": "isRole",
"userValue": "bRole"
}
]
}
]
}
]
}
}
Comment