Need Process report on Site dashboard not as tab , under tab only

Hi All,

I have requirement where i want to add process report under site dashboard tab not as tab.

When i am configuring any process report in X interface and calling that interface in Y process model (Appian Smart Service->Execute Process Report) node then its opening the process report under tasks outside the site dashboard.

Kindly suggest me way out which can open process report on same window.

Please let me know if issue is not clearly elaborated. I will do that.

I am stuck on this issue so please help me if anyone knows this.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    1. You need to create the report and create a constant of type document and add that report to constant.
    2. Use queryprocessanalytics to query the data.
    3. Create an interface to showcase that data.

    Now you can use the interface created in step 3 as per your requirement either as the report, inside some interface, as start form.

    Note: The process report will run according to the privilege of logged-in user.

    Let me know if it answers your query or there is some gap in my understanding.

Reply
  • 0
    Certified Senior Developer
    1. You need to create the report and create a constant of type document and add that report to constant.
    2. Use queryprocessanalytics to query the data.
    3. Create an interface to showcase that data.

    Now you can use the interface created in step 3 as per your requirement either as the report, inside some interface, as start form.

    Note: The process report will run according to the privilege of logged-in user.

    Let me know if it answers your query or there is some gap in my understanding.

Children
No Data