<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Dashboard</title><link>https://www.aras.com/community/f/development/3175/dashboard</link><description>I want to import a custom Dashboard into my Aras. Is it possible?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Dashboard</title><link>https://www.aras.com/community/thread/164?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 08:25:12 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6a045f4a-c30b-446d-ac80-755062cdb081</guid><dc:creator>Yoann Maingon</dc:creator><description>Hi, yes this is possible.

If you can write javascript I would suggest the following to benefit from the Aras javascript API (IOM):
&lt;ul&gt;
 	&lt;li&gt;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)&lt;/li&gt;
 	&lt;li&gt;you create a new itemtype with a plurial name = &amp;quot;Dashboard&amp;quot;&lt;/li&gt;
 	&lt;li&gt;Make it appear in the TOC&lt;/li&gt;
 	&lt;li&gt;on TOC view in the Itemtype Config, you need to set a path to the created HTML Something like ./Customer/test_page.html&lt;/li&gt;
 	&lt;li&gt;Then you should see your page when selecting from the TOC&lt;/li&gt;
&lt;/ul&gt;
you can look at projects like the kanban for an example of a custom page : &lt;a href="https://github.com/ArasLabs/kanban-like-task-management"&gt;github.com/.../kanban-like-task-management&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>