Hello,
in template report plugin i can make custom report for list of element or detail.
With Detail, i can access to linked entities data (ie : name of the project for a milestone) but it is not possible in list mode.
Most of the time, it is necessary to get these informations from list, ie if i need to list all milestone and keep name of project, like this :
Project name | Project Client | Milestone name | milestone status | milestone due date [project.name] | [project.clientName] | [object.name] | [object.status] | [object.dueDate]
This type of list is convenient and can't be done via milestone list (Project Client is not in MileStone's fields).
Is it possible to get same data as detail mode in list mode ?
Expect to be clear
Regards,
When there is reference to Objet Xxxxx with field idXxxx, you can use code [object.nameXxxxx]
So for project you can use [object.nameProject]
Hello,
yes, it works for name, but if i want to get project.ClientName for instance, or a custom field like nameCOTHEM ?
Regards,
No, you won't have project.clientName on Milestones reports.
For performance reasons, we don't provide all data for referenced items on List Reports.