159447 - no subject - \nHi,\n\nI'm trying to create two report


Hi,

I'm trying to create two reports "My Tasks for this Process", "Team Tasks for this Process"

I've created respective portal reports and now I want to show these reports in Tempo Record such that the user can see these reports from the record itself and also work on the tasks assigned to them.

Is it doable ? If yes then please suggest possible ways of achieving this.

Thanks,
Sandeep

OriginalPostID-159447

  Discussion posts and replies are publicly visible

  • @skumar Hi, you may satisfy the requirement by implementing as follows:
    Step - 1: Identify the portal report which you want to query and be ready with the data in your hand by querying the report (with filters if needed) by making use of a!queryProcessAnalytics or getportalreportdatasubset(Opt for this if you have version constraints).
    Step - 2: By making use of the data (additionally you may want to format the data before surfacing) obtained in Step - 1, you can surface the same by making use of the SAIL components (such as Paging Grid, Process Task Link etc) in any place where usage of SAIL interface is possible (whether it might be Tasks, Task Reports, Record Views, Reports).