<?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>plmsteven さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/greek</link><description>plmsteven さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>How to hide &amp;#39;Pos&amp;#39;, &amp;#39;Lck&amp;#39; and &amp;#39;Class Path&amp;#39; column in &amp;#39;Select a Classification&amp;#39; pop-up screen when a user click Technical Class in Part?</title><link>https://www.aras.com/community/f/development/9303/how-to-hide-pos-lck-and-class-path-column-in-select-a-classification-pop-up-screen-when-a-user-click-technical-class-in-part</link><pubDate>Wed, 18 Mar 2020 22:06:05 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:484ddc9a-25c3-44fa-8b23-bbc60e3e637c</guid><dc:creator>Joseph An</dc:creator><description>&lt;p&gt;Hi community,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In Part, when we click &amp;#39;Technical Class&amp;#39;, &amp;#39;Select a Classification&amp;#39; pop-screen is shown as below:&lt;/p&gt;
&lt;p&gt;We try to hide &amp;#39;Pos&amp;#39;, &amp;#39;Lck&amp;#39; and &amp;#39;Class Path&amp;#39; column in that screen and try to show the description of Item Class.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/420x130/__key/communityserver-discussions-components-files/3/Classification.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;Would you please help how to do this?&lt;/p&gt;
&lt;p&gt;Thank you for your help in advance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Joseph&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Question as to when relationships are created in the Add process</title><link>https://www.aras.com/community/f/development/5978/question-as-to-when-relationships-are-created-in-the-add-process</link><pubDate>Wed, 01 May 2019 14:02:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ee9bd867-c3b8-4a93-99a0-2923375a054e</guid><dc:creator>Mark Lawrence</dc:creator><description>&lt;p&gt;Probably should throw this over to Aras Support, but I thought I would ask the knowledgeable people here first.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Does anyone know at what stage in the add process of a record when the relationships are create.&amp;nbsp; Here is my scenario.&amp;nbsp; I am adding a record that will be a child for example of a part process .&amp;nbsp; During an onAfterAdd trigger on the item type of the child, I want to go and read the parent record to be able to populate some data from the parent onto the child.&amp;nbsp; So I read the relationship item type using the id of the child to search the related id of the parent.&amp;nbsp; That read fails and tells me there are no records available.&amp;nbsp; However, after the whole saving process is complete, I go into NASH and query that exact data using the ID and related ID in the relationship and it&amp;nbsp;retrieves the data with no issue.&amp;nbsp; Which makes me think that at the time I am trying to read the parent in the trigger, the relationship has not been created.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Anyone have any ideas on this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to use toggleSpinner in javascript for a client Action?</title><link>https://www.aras.com/community/f/development/5755/how-to-use-togglespinner-in-javascript-for-a-client-action</link><pubDate>Mon, 11 Feb 2019 19:42:33 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f85a53b2-3e4f-45d9-a73c-a086b98c058b</guid><dc:creator>plmsteven</dc:creator><description>&lt;p&gt;I have a medium-long running client action and are trying to use&amp;nbsp;aras.browserHelper.toggleSpinner() while the client is busy and waiting for the server method to complete. It works fine in Firefox browser but I cant get it to work in Chrome or IE. These browsers just freeze until the action have completed and the &amp;quot;red spinner&amp;quot; is never shown. If someone have an idea about this please share.&lt;/p&gt;
&lt;p&gt;The Action (Type: Item, Location: Client) is calling a javascript method (Method: test_client_method, Target: None)&lt;/p&gt;
&lt;p&gt;The JS Method (&lt;span&gt;test_client_method&lt;/span&gt;)&lt;/p&gt;
&lt;p&gt;try&lt;br /&gt;{&lt;br /&gt; aras.browserHelper.toggleSpinner(document, true);&lt;br /&gt; &lt;br /&gt; this.apply(&amp;quot;long_running_server_method&amp;quot;);&lt;br /&gt;}&lt;br /&gt;finally&lt;br /&gt;{&lt;br /&gt; aras.browserHelper.toggleSpinner(document, false);&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Let me Help You</title><link>https://www.aras.com/community/achievements/687f4b6d-e18a-4e55-836c-49926ca2c9d9</link><pubDate>Tue, 26 Feb 2019 13:11:04 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:9c597cd4-2e6c-4dbb-9fca-8e784c3aeb52</guid><dc:creator /><description>Answer a question that is verified as helpful or correct.</description></item><item><title>Get tab labels of visible relationships in a Form</title><link>https://www.aras.com/community/f/development/5790/get-tab-labels-of-visible-relationships-in-a-form</link><pubDate>Fri, 22 Feb 2019 10:40:16 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:03acef11-2084-4dcf-94e0-5b99050a26b2</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Hi Community,&lt;/p&gt;
&lt;p&gt;does anybody know a simple way to get the tab labels of the visible relationships in a Form?&lt;/p&gt;
&lt;p&gt;I know that we can use the following code:&lt;br /&gt;--&amp;gt; var tabbar = parent.relationships.relTabbar;&lt;/p&gt;
&lt;p&gt;But this one will return an array of all relationships, also the ones that are hidden to the user.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1550831786262v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Let&amp;acute;s assume I have the Form above. An onClick button event shall return the labels of all visible tabs -&amp;gt; Files, NDA Files, Related Parts, Vendors&lt;br /&gt;What can I do? I made a few tests with the querySelector, but weren&amp;acute;t able to get the tab-container element at all.&lt;/p&gt;
&lt;p&gt;Thanks for any help!&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;&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>Mon, 11 Feb 2019 19:42:33 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:5532c780-cc42-415d-818b-5981e27ffe14</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>