Forum

Custom report : lin...
 
Notifications
Retirer tout

Custom report : link entities for list of element

4 Posts
2 Utilisateurs
0 Reactions
1,226 Vu
jmmbb
(@jmmbb)
Posts: 561
Noble Member
Début du sujet
 
[#9484]

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,


 
Posté : 13/06/2024 4:12 pm
(@babynus)
Posts: 14952
Membre Admin
 

When there is reference to Objet Xxxxx with field idXxxx, you can use code [object.nameXxxxx]
So for project you can use [object.nameProject]


 
Posté : 25/06/2024 8:47 pm
jmmbb
(@jmmbb)
Posts: 561
Noble Member
Début du sujet
 

Hello,

yes, it works for name, but if i want to get project.ClientName for instance, or a custom field like nameCOTHEM ?

Regards,


 
Posté : 26/06/2024 3:08 pm
(@babynus)
Posts: 14952
Membre Admin
 

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.


 
Posté : 30/06/2024 3:35 pm
Share:
Retour en haut