It is currently impossible to use the select section for fields within complex fields. There is no parent field parameter
For example in address field:
don't transformes to table.fieldNameCountry.
Of course, there are always additional loaders, but more concisely through ORM.
Maybe somewhere here https://github.com/espocrm/espocrm/b...oser.php#L1474
Or may be add field parameter "parent".
For example in address field:
Code:
"UpperCountry": {
"type": "text",
"maxLength": 255,
"notStorable": true,
"readOnly": true,
"select": {
"select": "UPPER:country",
"this": "this"
}
}
Of course, there are always additional loaders, but more concisely through ORM.
Maybe somewhere here https://github.com/espocrm/espocrm/b...oser.php#L1474
Or may be add field parameter "parent".

Comment