<?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>krisgopi88 さんのアクティビティ</title><link>https://www.aras.com/community/members/krisgopi88</link><description>krisgopi88 さんの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Installation Error</title><link>https://www.aras.com/community/f/getting-started/4041/installation-error</link><pubDate>Wed, 14 Nov 2018 06:28:55 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:80c31bc8-5304-429f-bc72-7ffe33243a1a</guid><dc:creator>krisgopi88</dc:creator><description>Hi Team

Getting the below error while trying to install ARAS instance. Could you please help

Error 27506. Error executing SQL script CoreAndSoIutions.sqI. Line

136558. Cannot find the object &amp;quot;innovator.ACCESS&amp;quot; because it does not

exist or you do not have permissions. (1088)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Extended Properties Permissions Issue</title><link>https://www.aras.com/community/f/community/4581/extended-properties-permissions-issue</link><pubDate>Wed, 02 Jan 2019 17:59:46 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2ea56bb8-37bc-448f-a56a-7348c4178b6e</guid><dc:creator>krisgopi88</dc:creator><description>&lt;p&gt;Hi Team&lt;/p&gt;
&lt;p&gt;I have configured extended properties for Part Item type and I&amp;#39;m able to select and add the xProperties in Part item using super user. But when I try to get / add xProperties using normal user, I was not able to get or add the xProperties.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m getting the below error&lt;/p&gt;
&lt;div class="arasDialog-content"&gt;
&lt;div class="aras-dialog-alert__container"&gt;&lt;span class="aras-dialog-alert__text"&gt;You have insufficient permissions to perform &amp;#39;classify&amp;#39; operation for item id &amp;#39;46F261DDEDEA40F784EA2C51687BB519&amp;#39; by xClass id &amp;#39;F4C365C728574ADEAE8EB1C4E5A50D25&amp;#39;.&lt;/span&gt;&lt;/div&gt;
&lt;div class="aras-dialog-alert__container"&gt;&lt;span class="aras-dialog-alert__text"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="aras-dialog-alert__container"&gt;&lt;span class="aras-dialog-alert__text"&gt;Attached screenshot as normal user and super user for reference. Do I need to add permission anywhere to see / add xProperties on Part as normal user ?&lt;/span&gt;&lt;/div&gt;
&lt;div class="aras-dialog-alert__container"&gt;&lt;span class="aras-dialog-alert__text"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="aras-dialog-alert__container"&gt;&lt;span class="aras-dialog-alert__text"&gt;&lt;img alt=" " src="/resized-image/__size/600x240/__key/communityserver-discussions-components-files/10/NormalUser_5F00_View.JPG" /&gt;&lt;img alt=" " src="/resized-image/__size/600x240/__key/communityserver-discussions-components-files/10/SuperUser_5F00_View.JPG" /&gt;&lt;img alt=" " src="/resized-image/__size/600x300/__key/communityserver-discussions-components-files/10/Screen1.JPG" /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank You&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Building Tree Grid Containers</title><link>https://www.aras.com/community/b/english/posts/building-tree-grid-containers</link><pubDate>Wed, 27 May 2020 18:55:00 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8f748677-72ce-4932-a916-5955d5d6a2a7</guid><dc:creator>Skyler Crossman</dc:creator><description>&lt;p&gt;This post will cover the TreeGridContainer, a UI component for displaying information in a table while allowing for expanding or contracting to show child rows. For this, we assume basic familiarity with Javascript, as well as comfort with methods and forms in Aras innovator. The screenshots in this post were taken on Aras Innovator Version 12 Service Pack 4, and while the steps should be similar if you&amp;rsquo;re on Version 12 you may notice some small changes in what you see if you&amp;rsquo;re using a different service pack.&lt;/p&gt;
&lt;p&gt;A bit of setup: you&amp;rsquo;ll need a place to see your new tree grid. Take a look at &lt;a href="/b/english/posts/custom-form-ui-best-practices"&gt;Custom Form UI Best Practices&lt;/a&gt;&amp;nbsp;or &lt;a href="/b/english/posts/standard-aras-dialogs"&gt;Standard Aras Dialogs&lt;/a&gt; for a straightforward guide to creating a custom form that your TreeGridContainer can be displayed in, but keep in mind that the grid can be shown in a great number of places within Aras Innovator, not just a form.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1e8u6kk3r0"&gt;Making a Place for the Grid&lt;/h2&gt;
&lt;p&gt;For this example, I&amp;#39;m going to be building a grid in a form within a dialog. To be clear, you can display a TreeGridContainer anywhere that your own methods can display; dashboards, dialogs, even an item tab. The dialog approach is simply one that builds on previous posts. If you have somewhere else in mind for your TreeGridContainer, skip ahead to the Displaying The Grid section.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a form. In our example, this is named &amp;quot;example_TGC&amp;quot;
&lt;ol&gt;
&lt;li&gt;Give example_TGC an html field.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Create a method to open a dialog, showing the form from step 1. In our example, this is named &amp;quot;Open_TGCForm&amp;quot;&lt;/li&gt;
&lt;li&gt;Create an action which will run the method from step 2.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Create a second method. This is where most of the TreeGridContainer code will run, and in our example it&amp;#39;s named &amp;quot;example_gridManager&amp;quot;
&lt;ol&gt;
&lt;li&gt;Go back to example_TGC.&lt;/li&gt;
&lt;li&gt;Give it two form events that run on load: one should be the &amp;quot;BaseTreeGrid&amp;quot; method, which is standard in Aras Innovator installs.&lt;/li&gt;
&lt;li&gt;The other form event should be &lt;span&gt;example_grid&lt;/span&gt;&lt;span&gt;Manager&lt;/span&gt;. Make sure that TGC is after BaseTreeGrid in the sort order.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you find yourself needing more detail during the above steps, take a look at the &lt;a href="/b/english/posts/custom-form-ui-best-practices"&gt;Custom UI Best Practices&lt;/a&gt; blogpost. As a quick test, see if you can&amp;nbsp;create some text with &amp;quot;Hello World&amp;quot; or the like and then open the form to see your text. If you can, we&amp;#39;re ready to move on.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Form Events" src="/resized-image/__size/1000x800/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-04/8546.formEvents.jpg" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1e8u6kk3r0"&gt;Displaying the Grid&lt;/h2&gt;
&lt;p&gt;The first step is to simply display a grid. For this, the grid.InitXML() function is crucial. It takes two arguments, the first being an XML string representing what the table should look like, the second being a Boolean that controls &amp;ldquo;lazy loading.&amp;rdquo; For our purposes, we want the Boolean to be True.&lt;/p&gt;
&lt;p&gt;What does the XML string need to look like? It needs to contain the table settings, as well as the headers and the column settings. It also needs values for each row. A very basic table might look like the following:&lt;/p&gt;
&lt;p&gt;&lt;img alt="The Tree Grid Container" src="/resized-image/__size/600x500/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-04/8546.TreeGridContainer1st.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/skycrossman/75bc1de33e7786818b969176cf1bf0be"&gt;gist.github.com/.../75bc1de33e7786818b969176cf1bf0be&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Pay close attention to the two rows. Those lines that start with &amp;ldquo;&amp;lt;tr level&amp;rdquo; and go on to describe all the values you&amp;rsquo;ll see in the tree grid. Notice how the second one is inside the first? That makes it a child of the first, meaning you&amp;rsquo;ll be able to expand or contract the row underneath the first.&lt;/p&gt;
&lt;p&gt;There&amp;rsquo;s one more quick note here: You&amp;rsquo;ll notice the fixGridHeight function. That&amp;rsquo;s there because you want to make sure the grid is sized correctly. Add the following function, defined below:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/skycrossman/1f923cb21e0f504b315fcea9800599b0"&gt;gist.github.com/.../1f923cb21e0f504b315fcea9800599b0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Make sure your grid displays correctly with the hardcoded values before moving on. From this point, all changes we&amp;rsquo;ll make will be in this one method.&lt;/p&gt;
&lt;h2 id="mcetoc_1e8u6kk3r0"&gt;Context Actions&lt;/h2&gt;
&lt;p&gt;The TreeGridContainer is a powerful class. One of the things it gives us access to is a context menu, which can allow all sorts of actions within your new grid. To set one up, lets start by changing the control to add some click events:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/skycrossman/33ebc4b2874ac4928f5ca6b62319ef4c"&gt;gist.github.com/.../33ebc4b2874ac4928f5ca6b62319ef4c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now, if you right click somewhere on the grid, you&amp;rsquo;ll get a context menu with a single option. Add. Whatever code you want to write can fire from there, and we&amp;rsquo;re about to write up a bit of code to add a row wherever we&amp;rsquo;ve clicked.&lt;/p&gt;
&lt;h2 id="mcetoc_1e8u6kk3r0"&gt;Adding a Row&lt;/h2&gt;
&lt;p&gt;We&amp;rsquo;ll hard code it again, but one idea might be to make this open up a part selector dialog, or any other search grid commonly used in Aras Innovator. Look to the comment in Add, where we can insert code we want to run when a context menu action is clicked, and insert the following.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/skycrossman/f4cb1c934d846ad94c838960c384c641"&gt;gist.github.com/.../f4cb1c934d846ad94c838960c384c641&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Now, TreeGridContainer is best suited for information where some pieces are nested &amp;ldquo;children&amp;rdquo; under other pieces. BOMs are one natural fit for this, but remember we ultimately just need our information to be formatted in correct XML for the tree grid to display, and then to rerun .initXML() with the new values.&lt;/p&gt;
&lt;h2 id="mcetoc_1e8u6kk3r0"&gt;Conclusions and Congratulations&lt;/h2&gt;
&lt;p&gt;Now you know how to display a tree grid container, how to add a context menu to it, and how to add rows to the grid. From here, whatever kind of loading or data manipulation you want to do is available via your trustworthy Innovator objects and a bit of AML. Just remember to parse it into XML, and TreeGridContainer can handle it. Let us know what solutions you build with this in the comments below!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Custom Parameter in Tree Grid View through Code</title><link>https://www.aras.com/community/f/community/35851/custom-parameter-in-tree-grid-view-through-code</link><pubDate>Wed, 05 Aug 2020 11:29:18 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:024d6d0c-f1a6-4094-acdf-a84f4b1c4198</guid><dc:creator>krisgopi88</dc:creator><description>&lt;p&gt;Hi Team&lt;/p&gt;
&lt;p&gt;I created a query definition added modify parameter, created tree grid view and added the modify parameter. I also set the tree grid view to a javascript method.&lt;/p&gt;
&lt;p&gt;Using the generated Javascript method I&amp;#39;m trying the set the custom parameter but it is not working. I&amp;#39;m able to set the start parameter but not the modify parameter. Any help will be much appreciated&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Code (Highlighted)&lt;/strong&gt;&lt;br /&gt;var topWindow = window;&lt;br /&gt;var aras = parent.aras;&lt;br /&gt;var tgvdIdParam;&lt;br /&gt;var startConditionProviderParam;&lt;br /&gt;var parametersProviderParam;&lt;/p&gt;
&lt;p&gt;tgvdIdParam = &amp;#39;tgvdId=56B1342D3AAE4C0ASWSFQ5B0E11561049&amp;#39;;&lt;/p&gt;
&lt;p&gt;topWindow.CustomStartConditionProvider = function() {&lt;br /&gt; this.getCondition = function(arg) {&lt;br /&gt; var itemId = arg;&lt;br /&gt; return {&lt;br /&gt; &amp;#39;id&amp;#39;: itemId&lt;br /&gt; };&lt;br /&gt; };&lt;br /&gt;};&lt;/p&gt;
&lt;p&gt;var itemId = aras.getItemProperty(parent.item, &amp;#39;id&amp;#39;);&lt;br /&gt;var stateParamEncoded = encodeURIComponent(itemId);&lt;br /&gt;startConditionProviderParam = &amp;#39;startConditionProvider=parent.CustomStartConditionProvider(&amp;#39; + stateParamEncoded + &amp;#39;)&amp;#39;;&lt;/p&gt;
&lt;p&gt;/&lt;strong&gt;/ Get Value from Parent Form and set as a Parameter in Tree Grid while Loading (Prevent User from Editing)&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;topWindow.CustomParametersProvider = function(arg) {&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; var parameters = {&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; &amp;#39;customProperty&amp;#39;: arg&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; };&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;this.getParameters = function() {&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; return parameters;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; };&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; this.setParameter = function(name, value) {&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; parameters[name] = value;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt; };&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;};&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;var customParam = aras.getItemProperty(parent.item, &amp;#39;customProperty&amp;#39;);&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;var customParamEncoded = encodeURIComponent(customParam);&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;parametersProviderParam = &amp;#39;parametersProvider=parent.CustomParametersProvider(&amp;#39; + customParamEncoded + &amp;#39;)&amp;#39;;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;var tgvUrl = aras.getBaseURL(&amp;#39;/Modules/aras.innovator.TreeGridView/Views/MainPage.html?&amp;#39;);&lt;br /&gt;var allParams = [tgvdIdParam, startConditionProviderParam, parametersProviderParam];&lt;br /&gt;for (var i = 0; i &amp;lt; allParams.length; i++) {&lt;br /&gt; if (allParams[i]) {&lt;br /&gt; tgvUrl += (i === 0 ? &amp;#39;&amp;#39; : &amp;#39;&amp;amp;&amp;#39;) + allParams[i];&lt;br /&gt; }&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;var iframe = document.createElement(&amp;#39;iframe&amp;#39;);f&lt;br /&gt;iframe.id = &amp;#39;tree_grid_viewer&amp;#39;;&lt;br /&gt;iframe.width = &amp;#39;100%&amp;#39;;&lt;br /&gt;iframe.height = &amp;#39;100%&amp;#39;;&lt;br /&gt;iframe.frameBorder = &amp;#39;0&amp;#39;;&lt;br /&gt;iframe.scrolling = &amp;#39;auto&amp;#39;;&lt;br /&gt;iframe.src = tgvUrl;&lt;br /&gt;iframe.style.position = &amp;#39;absolute&amp;#39;;&lt;br /&gt;iframe.style.top = &amp;#39;0px&amp;#39;;&lt;br /&gt;iframe.style.left = &amp;#39;0px&amp;#39;;&lt;br /&gt;document.body.insertBefore(iframe, document.body.childNodes[0]);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Change Date Format in Calendar Control Date field</title><link>https://www.aras.com/community/f/development/4827/change-date-format-in-calendar-control-date-field</link><pubDate>Thu, 10 Jan 2019 14:48:26 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:0f1aff47-1f2d-4ef4-af43-b594726c9788</guid><dc:creator>Sathish</dc:creator><description>&lt;p&gt;I have a date field in my custom form that is not bound to any item type. The Calendar Control Time selection is disabled by default as the default format is Short date. How do i change this to long date so the time selection is enabled?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Prevent Upload of PDF files</title><link>https://www.aras.com/community/f/community/3965/prevent-upload-of-pdf-files</link><pubDate>Thu, 11 Oct 2018 03:53:21 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f2cf7127-4c8c-4e2d-b5df-fa43d6130aec</guid><dc:creator>krisgopi88</dc:creator><description>Hi Team,

Is there any possibility to prevent the upload of PDF files in Document Files relationship tab?

&amp;nbsp;

Thank You&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://www.aras.com/community/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Fri, 17 Jan 2020 06:39:27 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1cbc9bc9-08ff-4214-a57d-2d905c47c45f</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>BOM structure tab based on Date</title><link>https://www.aras.com/community/f/community/6076/bom-structure-tab-based-on-date</link><pubDate>Mon, 17 Jun 2019 21:11:41 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:e1cd8c35-7ca3-46b4-a0e5-ca7d50c82567</guid><dc:creator>krisgopi88</dc:creator><description>&lt;p&gt;Hi Team&lt;/p&gt;
&lt;p&gt;I need to modify the BOM Structure tab and show BOM structure based on date. How can I achieve this ?&lt;/p&gt;
&lt;p&gt;Example : There should be a date field in BOM structure relationship and based on the user input, BOM structure should show the BOM&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ARAS in Apple MAC</title><link>https://www.aras.com/community/f/getting-started/5892/aras-in-apple-mac</link><pubDate>Sun, 24 Mar 2019 03:46:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:a0ab958c-4c2c-4a79-a6e2-bd39f986b2c7</guid><dc:creator>krisgopi88</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I came to know that ARAS will work in Apple MAC but wanted to know whether it will support developing new methods and features in MAC. If yes, what is the minimum requirements to install ARAS in apple MAC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SignOff without Separate SignOff Window</title><link>https://www.aras.com/community/f/community/3986/signoff-without-separate-signoff-window</link><pubDate>Mon, 22 Oct 2018 07:07:34 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c825a243-c4e4-41ad-b391-219e5f42957b</guid><dc:creator>krisgopi88</dc:creator><description>Hi Team,

In OOTB, Life Cycle can be linked to Workflow and on sign off, life cycle state can be promoted.

Is there any possibility to have a Sign Off similar to manual Promote button in Life Cycle. In other words, User don&amp;#39;t want to have a separate window to do sign off instead should have a button and on click, workflow should move to next state and life cycle should change to next state&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Different Permission for Relationship Tab</title><link>https://www.aras.com/community/f/community/4049/different-permission-for-relationship-tab</link><pubDate>Mon, 19 Nov 2018 02:02:29 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9351fa6c-c4df-407d-8563-e0abcf7996cc</guid><dc:creator>krisgopi88</dc:creator><description>Hi

How to set different permission for part item type and Part BOM relationship item type ?

Example: If Part State is &amp;quot;In Review&amp;quot;, user should not have edit access to Part fields (Example: Name, Type, Long Description, etc..) but user should have edit access to Part BOM tab.

&amp;nbsp;

Thank You&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Show Extended Properties in Relationship Tab</title><link>https://www.aras.com/community/f/community/4035/show-extended-properties-in-relationship-tab</link><pubDate>Mon, 12 Nov 2018 23:13:50 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1cc4a8c6-edd5-44be-a05e-ceb32cd205c7</guid><dc:creator>krisgopi88</dc:creator><description>Hi Team,

How to show the extend classification xproperties in relationship tab ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Get Part BOM relationship IDs of Selected Items</title><link>https://www.aras.com/community/f/community/4005/get-part-bom-relationship-ids-of-selected-items</link><pubDate>Tue, 30 Oct 2018 09:28:48 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:246b7847-310c-4c55-b113-33a7e0772afe</guid><dc:creator>krisgopi88</dc:creator><description>Hi

How to get the user selected Part BOM IDs (relationship) in comma separated format. I&amp;#39;m able to get the selected id using this.getID(); but it is getting the id one by one. I need all the selected BOM lines in comma separated item.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Show File in ARAS Window itself</title><link>https://www.aras.com/community/f/community/3955/show-file-in-aras-window-itself</link><pubDate>Fri, 05 Oct 2018 10:49:28 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6597cde2-a1c5-4d92-aa1f-64ac9c1386bb</guid><dc:creator>krisgopi88</dc:creator><description>Hi Team,

We have a requirement from client to show the PDF file in the ARAS Window itself. Currently on click of the PDF file link will download the file and open in browser instead is there any functionality available to open the PDF file directly into the ARAS tab itself ?

Thanks

&amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Get XProperties through SQL</title><link>https://www.aras.com/community/f/community/4632/get-xproperties-through-sql</link><pubDate>Thu, 03 Jan 2019 17:07:37 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1b22b393-1588-4bbf-a159-5a5ac2284a53</guid><dc:creator>krisgopi88</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;How to get the extended classification properties and its values using SQL. &amp;nbsp;I&amp;#39;m able to get it through AML&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>