Hi all, I'm making reasonable progress with the core of my report-generating proof-of-concept, but I am looking for a better solution..
What I want to do is add multiple "Project"s to a "Report" object (the projects are found, for example, by querying the list of projects for a customer, or greater than a certain value). Since Isis does not support "addProjects(Collection<Project> projects)" on the Report class, I'm using an "invokeOn" annotation on the Project class, and a special property on the Report class to indicate a report is "open". However, for this to work, the project instance needs to find a report to add itself to, and I'm hacking the system by doing a search to find the "open" report, and adding the project to that report. Is there a more sensible solution? Thanks, Kevin -- Kevin Meyer Ljubljana, Slovenia
