Skip to main content
February 13, 2026
Question

I want to create custom Hub for my 4 applications where user can create request, view the request, work on assigned tasks , how can i do , please suggest me the possible approach

  • February 13, 2026
  • 12 replies
  • 1 view

I want to create custom Hub for my 4 applications where user can create request, view the request, work on assigned tasks , how can i do , please suggest me the possible approach

    12 replies

    shubhama926776
    February 13, 2026

    Create a custom Site as Hub with unified Record Type (for requests across 4 apps via relationships), Record List page (view/create), and Task Report interface (filter by app process models for assigned tasks/actions).
    GO through this link for better understanding - https://docs.appian.com/suite/help/26.1/cp-13/sol-custom-suite-user-guide.html

    February 13, 2026

    Hi Shubham, Thanks for help!
    but it would be more helpful if get more details or any example if we have.

    stefanhelzle0001
    February 14, 2026

    I cover a centralized approach for task reports in this blog post: https://appian.rocks/2026/01/07/information-in-task-reports/

    Just create a separate application in Appian, add a site object, and populate it with the information you want to provide.

    July 21, 2026

    Another approach could be to build a reusable request framework where all applications expose a common interface for creating requests, viewing details, and launching record actions. This keeps the hub generic and makes it easier to onboard additional applications without major changes.