Forum Discussion

sehajpalsinghj's avatar
9 years ago

Dashboard

I want to import a custom Dashboard into my Aras. Is it possible?

1 Reply

  • Hi, yes this is possible. If you can write javascript I would suggest the following to benefit from the Aras javascript API (IOM):
    • you build your webpage in html which you put on the install client folder (see example in Aras11SP9\Innovator\Innovator\Client\Customer\test_page.html)
    • you create a new itemtype with a plurial name = "Dashboard"
    • Make it appear in the TOC
    • on TOC view in the Itemtype Config, you need to set a path to the created HTML Something like ./Customer/test_page.html
    • Then you should see your page when selecting from the TOC
    you can look at projects like the kanban for an example of a custom page : github.com/.../kanban-like-task-management