Files
espocrm/custom/Espo/Custom/Resources/metadata/logicDefs/CBeteiligte.json

60 lines
1.6 KiB
JSON

{
"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"
}
]
}
}
}
}