'name' => 'industry',
'comment' => 'The company belongs in this industry',
'label' => 'LBL_INDUSTRY',
'displayLogic' => [
'hide_on_name' => [
'key' => 'displayType',
'modes' => [
0 => 'detail',
1 => 'edit',
2 => 'create',
],
'targetDisplayType' => 'none',
'params' => [
'fieldDependencies' => [
'employees'
],
'activeOnFields' => [
'employees' => [
//AND
[
'operator' => 'greater-than',
'value' => 5
],
[
'operator' => 'less-than',
'value' => 25
],
[
'operator' => 'not-equal',
//OR
'values' => [15, 20]
],
['operator' => 'not-empty'],
],
],
],
],
],