Add DISG personality type and caller type fields; update visibility logic for CBeteiligte and Contact entities
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"fields": {
|
||||
"disgTyp": {
|
||||
"visible": {
|
||||
"conditionGroup": [
|
||||
{
|
||||
"type": "equals",
|
||||
"attribute": "rechtsform",
|
||||
"value": "NatürlichePerson"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"dateOfBirth": {
|
||||
"visible": {
|
||||
"conditionGroup": [
|
||||
{
|
||||
"type": "equals",
|
||||
"attribute": "rechtsform",
|
||||
"value": "NatürlichePerson"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"firmenname": {
|
||||
"visible": {
|
||||
"conditionGroup": [
|
||||
{
|
||||
"type": "notEquals",
|
||||
"attribute": "rechtsform",
|
||||
"value": "NatürlichePerson"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"handelsregisterArt": {
|
||||
"visible": {
|
||||
"conditionGroup": [
|
||||
{
|
||||
"type": "notEquals",
|
||||
"attribute": "rechtsform",
|
||||
"value": "NatürlichePerson"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"handelsregisterNummer": {
|
||||
"visible": {
|
||||
"conditionGroup": [
|
||||
{
|
||||
"type": "notEquals",
|
||||
"attribute": "rechtsform",
|
||||
"value": "NatürlichePerson"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user