Hi EspoCRM team,
I'm running EspoCRM 9.3.10 and I'm facing a limitation with the Reports module when using a Link-Parent field.
My setup:
My question: Is there any native way to expose fields from a Link-Parent related record inside the Reports module (List or Grid reports)? As a side note, I should point out that the client wants to avoid creating more fields in the entity or running jobs since there are already many records in the database. Any guidance would be appreciated. If a custom complex expression or report hook is the way to go, a small pointer on where to start would be great.
Thanks!
Field:
"event": {
"type": "linkParent",
"entityList": [
"CFeria",
"Ronda",
"Capacitacion",
"ArgentinaB2B",
"SemanaArgentina",
"Otro"
],
"readOnlyAfterCreate": true,
"required": true,
"audited": true
},
I'm running EspoCRM 9.3.10 and I'm facing a limitation with the Reports module when using a Link-Parent field.
My setup:
- Entity: Inscripcion
- Field: event — type Link-Parent
- Fields I need in Reports: event.fechaInicio (startDate), event.fechaFin (endDate), event.sector
My question: Is there any native way to expose fields from a Link-Parent related record inside the Reports module (List or Grid reports)? As a side note, I should point out that the client wants to avoid creating more fields in the entity or running jobs since there are already many records in the database. Any guidance would be appreciated. If a custom complex expression or report hook is the way to go, a small pointer on where to start would be great.
Thanks!
Field:
"event": {
"type": "linkParent",
"entityList": [
"CFeria",
"Ronda",
"Capacitacion",
"ArgentinaB2B",
"SemanaArgentina",
"Otro"
],
"readOnlyAfterCreate": true,
"required": true,
"audited": true
},

Comment