Hello Community!
I would like to generate a Report, that would print the Application and the Application Forms related to it (1:n) relationship. Is this possible in Creatio with FastReport. I have read dhe documentation on FastReport and saw some simple examples of printing some fields of the Contacts section.
The scenario that I am seeking answer is more complicated. Because I want to print the Parent(Application) together with the Child(Application Forms) attached to it.
Thank you !
Like
Hi Petrika,
There is an example in each Creatio app in the "Reports" section called "Noteworthy events for contact (sample)" and it uses ContactAnniversariesReportDataProvider as a report data provider (source code in configurations). This report returns contact info + contact anniversaries info (and contact anniversaries is a "Noteworthy events" detail on the contact page that has the same 1:n relationship). So you can use it as an example.
Best regards,
Oscar
Hi Petrika,
There is an example in each Creatio app in the "Reports" section called "Noteworthy events for contact (sample)" and it uses ContactAnniversariesReportDataProvider as a report data provider (source code in configurations). This report returns contact info + contact anniversaries info (and contact anniversaries is a "Noteworthy events" detail on the contact page that has the same 1:n relationship). So you can use it as an example.
Best regards,
Oscar
Oscar Dylan,
Thanks very much Oscar. Relying on the example was the best advice