<?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/"><channel><title>bhavindesai さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/bhavindesai</link><description>bhavindesai さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Displaying HTML in Aras Innovator</title><link>https://www.aras.com/community/b/english/posts/displaying-html-in-aras-innovator</link><pubDate>Thu, 07 Feb 2019 14:00:00 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e16d6672-4ef5-4655-90d5-222f47d05ddc</guid><dc:creator>Christopher Gillis</dc:creator><description>&lt;p&gt;Whether it&amp;#39;s enabling administrators to create custom Forms or change the default user interface through CUI, Aras Innovator allows for easy configuration of the out-of-the-box client. However, there are still times when a particularly complex UI will require custom HTML to be written. In these cases, Aras Innovator still makes it easy to plug HTML directly into the client. In this blog post, we&amp;#39;ll cover three different ways that we can display HTML to our users.&lt;/p&gt;
&lt;h2&gt;From the TOC&lt;/h2&gt;
&lt;p&gt;The first method&amp;nbsp;we&amp;#39;ll cover is how to display an HTML file when the user selects an item in the TOC. This method of displaying HTML is actually built right into the Aras Innovator client and doesn&amp;#39;t require any additional coding beyond what&amp;#39;s already included in the HTML file.&lt;/p&gt;
&lt;p&gt;We&amp;#39;ll start by creating a new ItemType that will serve as the hub from which this HTML file will be called. For demonstration purposes, we&amp;#39;ll name this ItemType&amp;nbsp;&lt;strong&gt;HTML View&lt;/strong&gt;. Once we&amp;#39;ve created this ItemType we&amp;#39;ll navigate to the&amp;nbsp;&lt;strong&gt;TOC View&lt;/strong&gt; relationship tab and add a relationship to an Identity who will be able to see this custom view instead of the standard grid. You can even define different views for different Identities! Once we&amp;#39;ve created the new&amp;nbsp;&lt;strong&gt;TOC View&lt;/strong&gt; relationship, we&amp;#39;ll set the&amp;nbsp;&lt;strong&gt;Start Page&lt;/strong&gt; to the relative path of our HTML file in the code tree. You should define this relative path in relation to the&amp;nbsp;&lt;strong&gt;/Innovator/Client/scripts/&lt;/strong&gt; folder. For example, if your HTML file were in the&amp;nbsp;&lt;strong&gt;/Innovator/Client/customer/&lt;/strong&gt; folder, your relative path would be&amp;nbsp;&lt;strong&gt;../customer/test.html&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;One thing to note is that this&amp;nbsp;&lt;strong&gt;Start Page&lt;/strong&gt; property just needs to point to an HTML source, so you can even pass in the URL to a website. To try this out, let&amp;#39;s pass in the &lt;a href="https://www.aras.com/"&gt;Aras website&lt;/a&gt;&amp;nbsp;as our Start Page and see what happens.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/500x256/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-04/1616.Aras-Website-in-main-grid.png" /&gt;&lt;/p&gt;
&lt;p&gt;Note that this may not work for every website.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;From a Dialog&lt;/h2&gt;
&lt;p&gt;Displaying HTML from the Table of Contents is a great way to display information in something like a dashboard. However, a different approach is more effective when&amp;nbsp;we just need our users to perform some action or data entry. To do this, we can use our custom HTML page from a popup dialog using the sample below.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/cgillis-aras/dd1fb4fced517a9af0f46d35996eeb6a"&gt;gist.github.com/.../dd1fb4fced517a9af0f46d35996eeb6a&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can check out our blog post on &lt;a href="/b/english/posts/tech-tip-opening-a-custom-dialog-from-a-method"&gt;Opening Custom Dialogs&lt;/a&gt;&amp;nbsp;for more tips like how to return data that a user enters in your custom dialog!&lt;/p&gt;
&lt;h2&gt;From a New Tab&lt;/h2&gt;
&lt;p&gt;The last approach we&amp;#39;ll go over is how to display HTML in a new tab within the Aras Innovator client.&amp;nbsp;You can do this with code similar to the sample below.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/cgillis-aras/cadbcb2624f8888699a6506483d20e1d"&gt;gist.github.com/.../cadbcb2624f8888699a6506483d20e1d&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please note that if you choose to use your own HTML page, you should use CSS to set a background color for the page.&amp;nbsp;While writing the sample above, I did this using the&amp;nbsp;&lt;strong&gt;bgcolor&lt;/strong&gt; attribute on the body tag like so: &lt;code&gt;&amp;lt;body bgcolor=&amp;quot;#FFF&amp;quot;&amp;gt;&lt;/code&gt;. If you don&amp;#39;t do this, you&amp;#39;ll notice that your HTML page appears to be drawn over the main grid.&lt;/p&gt;
&lt;p&gt;Just like with the TOC, we can even pass in websites to be displayed within a tab!&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/500x480/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-04/8400.Aras-Website-in-Tab.png" /&gt;&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;If you have any ideas of how you could use these techniques or if you have a story about how you&amp;#39;ve already used these techniques, please leave a comment below!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Which version of technical documentation app is compatible with Innovator SP12?</title><link>https://www.aras.com/community/f/applications/3884/which-version-of-technical-documentation-app-is-compatible-with-innovator-sp12</link><pubDate>Thu, 16 Aug 2018 04:43:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:502d4a73-6807-42b1-a9c8-6c7a550ccf20</guid><dc:creator>bhavindesai</dc:creator><description>Hi,

I&amp;#39;ve Aras Innovator 11 SP12. On installing Technical Documentation 11.0 R1, I get below error.  Technical Documentation 11.0 R2 is compatible with only 11 SP14. Is there any version of technical doc that is compatible with Aras Innovator 11 SP12?

Thanks,
Bhavin

2018-08-14 15:16:51,905 [6] INFO  Aras.Tools.ArasUpdateGui. Logger Checking package started: &amp;#39;D:\users\dev\Aras\installers\ Aras Technical Documentation 11.0R1 CD Image\package.config&amp;#39;
2018-08-14 15:16:51,913 [6] INFO  Aras.Tools.ArasUpdateGui. Logger Checking package finished
2018-08-14 15:16:52,217 [6] WARN  Aras.Tools.ArasUpdateGui. Logger String[] {Incompatible version of Innovator}
2018-08-14 15:16:52,268 [6] WARN  Aras.Tools.ArasUpdateGui. Logger String[] {Variable &amp;#39;Technical Documentation&amp;#39; is not found in DB.}
2018-08-14 15:16:52,332 [6] WARN  Aras.Tools.ArasUpdateGui. Logger Incompatible version of Innovator

Variable &amp;#39;Technical Documentation&amp;#39; is not found in DB.
2018-08-14 15:16:52,335 [6] ERROR Aras.Tools.ArasUpdateGui. Logger Aras.Tools.ArasUpdateCore. Implementations.Commands. CheckCompatibilityPackageComma nd: Incompatible version of Innovator

Variable &amp;#39;Technical Documentation&amp;#39; is not found in DB.
2018-08-14 15:16:52,344 [6] INFO  Aras.Tools.ArasUpdateGui. Logger Operation &amp;#39;Install&amp;#39; failed&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>