<?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>English Blog - すべてのコメント</title><link>/community/b/english</link><description /><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Re:Aras Fundamentals: Creating a LifeCycle</title><link>https://www.aras.com/community/b/english/posts/aras-fundamentals-creating-a-lifecycle</link><pubDate>Sat, 26 Jun 2021 14:19:59 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d72f2670-228b-4f5e-92cb-93a8560fa6ef</guid><dc:creator>chavesarlene4</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Great tutorial and I learned it immediately for my POs. &lt;a href="https://www.kelownastuccocontractor.com/stucco-painting"&gt;Kelowna Stucco&lt;/a&gt;&lt;span&gt;&amp;nbsp;benefited greatly from this alone.&lt;/span&gt;&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=2192&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:Intermediate MAC Policy</title><link>https://www.aras.com/community/b/english/posts/intermediate-mac-policy</link><pubDate>Tue, 22 Jun 2021 10:28:30 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4dafe121-eceb-482c-9731-56eb0b70df2c</guid><dc:creator>miraks</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;On an itemtype secured by using MAC, I defined the 2 following derived attributes:&lt;br /&gt;COCO_COMPANY_NAME_OF_ITEM = created_by.company_name&lt;br /&gt;COCO_SHARED_WITH = source_id._shared_with&lt;/p&gt;
&lt;p&gt;I want to implement a MAC rule like this&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Collection.Contains(CurrentItem.COCO_COMPANY_NAME_OF_ITEM, CurrentUser.[Company Name])&lt;br /&gt;OR String.Contains(CurrentUser.[Company Name], CurrentItem.COCO_SHARED_WITH)&lt;br /&gt;OR String.Contains(CurrentUser.[Login Name], CurrentItem.COCO_SHARED_WITH)&lt;br /&gt;OR (CurrentUser.[Company Name] = &amp;#39;&amp;#39;)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;But this doesn&amp;#39;t work because&amp;nbsp;COCO_SHARED_WITH is a multivalued.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So, I implemented like this:&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;Collection.Contains(CurrentItem.COCO_COMPANY_NAME_OF_ITEM, CurrentUser.[Company Name])&lt;br /&gt;OR Collection.Contains(CurrentItem.COCO_SHARED_WITH, CurrentUser.[Company Name])&lt;br /&gt;OR Collection.Contains(CurrentItem.COCO_SHARED_WITH, CurrentUser.[Login Name])&lt;br /&gt;OR (CurrentUser.[Company Name] = &amp;#39;&amp;#39;)&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;But in this case, this works only when there is equality between the company and the field shared_with.&lt;br /&gt;&lt;strong&gt;This doesn&amp;#39;t work if the share_with is &amp;quot;COMP1 COMP2 COMP3&amp;quot; and&amp;nbsp;COCO_SHARED_WITH=&amp;quot;COMP1&amp;quot;.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Is there a way to use &amp;quot;Contains&amp;quot; or &amp;quot;LIKE&amp;quot; operators with a derived attribute (so&amp;nbsp;multivalued) ?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=2008&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:Tech Tip: Style Non-Current Items</title><link>https://www.aras.com/community/b/english/posts/tech-tip-style-non-current-items</link><pubDate>Tue, 22 Jun 2021 00:47:54 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:2d417091-8061-47d0-922a-c1ca60e7834b</guid><dc:creator>rif6894</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This approach provides instant feedback via the image overlay to the user whether the Document/Part is_current=0.&lt;/p&gt;
&lt;p&gt;However, if after being presented with the the overlay the user selects the refresh action,&amp;nbsp; the overlay is still presented for is_current=1.&lt;/p&gt;
&lt;p&gt;Is there a fix to this problem?&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=965&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:Aras Fundamentals: Creating a LifeCycle</title><link>https://www.aras.com/community/b/english/posts/aras-fundamentals-creating-a-lifecycle</link><pubDate>Fri, 18 Jun 2021 14:24:53 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d72f2670-228b-4f5e-92cb-93a8560fa6ef</guid><dc:creator>Jakk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Skyler,&lt;/p&gt;
&lt;p&gt;Thank you very much for the information. By the way, do we need to add identity or permission when we are creating the new life cycle? Please advise.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Jakk&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=2192&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:An Overview of CUI Locations</title><link>https://www.aras.com/community/b/english/posts/an-overview-of-cui-locations</link><pubDate>Mon, 14 Jun 2021 15:10:59 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:532f5df0-08da-44af-9b75-4e4c0ffca8c9</guid><dc:creator>AngelaIp</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi Skyler,&lt;/p&gt;
&lt;p&gt;many thanks for this article! Really helps to get a better understanding of how Aras names things.&lt;/p&gt;
&lt;p&gt;Cause from my POV is the naming is the most important thing to know. Here I can also share one CUI tip: If you don&amp;acute;t know were to start, search for an existing Aras CUI element that already contains the position, look&amp;amp;feel and behavior of the element that you want to create by yourself. Existing Aras element often contain extra logic done by Method which is easy reusable. E.g. I made button based on the &amp;quot;Promote&amp;quot; button in the Part tear-off menu. This one uses a nice logic in case user select just one or multiple items. By reusing existing elements you can build more intelligent buttons by yourself.&lt;/p&gt;
&lt;p&gt;I also discovered, that I can reuse the stylesheets used for CUI for my own custom form buttons. This way custom buttons in Form blend in to the layout much better. This one would lead to my question:&lt;/p&gt;
&lt;p&gt;Is it possible for the Aras Labs team, to write an article that just highlights a couple of the default styles used in Innovator? E.g. which are the main colors and fonts that are used? I today designed a custom Form which uses a html element that contains&amp;nbsp;a custom header and helptext. But the fonts used by default for this elements is &amp;#39;Arial&amp;#39; so everything looks a bit dated. I wasn&amp;acute;t able to detect the fonts used in Innovator. Tried to analyze the TOC font. Thought it would be &amp;quot;Roboto&amp;quot;, but with this one my text still uses the same outdated Arial-design. It&amp;acute;s definitely different to the font used by standard Innovator elements. I would love when it would be possible to reuse&amp;nbsp;standard Innovator 12 fonts and colors in custom Forms.&lt;/p&gt;
&lt;p&gt;So a few hints to the used styles in Innovator would help users to build more beautiful customizations by themselves!&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;
&lt;p&gt;Angela&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=2185&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:What is PLM? The Movie.</title><link>https://www.aras.com/community/b/english/posts/what-is-plm-the-movie</link><pubDate>Thu, 10 Jun 2021 15:47:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:17984402-6e9b-4421-bb09-103cd43619a4</guid><dc:creator>StorePlayApk</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="https://storeplayapk.com/gb-facebook-apk"&gt;storeplayapk.com/gb-facebook-apk&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="https://storeplayapk.com/film-maker-pro"&gt;storeplayapk.com/film-maker-pro&lt;/a&gt;&lt;br /&gt;&lt;a rel="nofollow" target="_blank" href="https://storeplayapk.com/picsart-mod-apk"&gt;storeplayapk.com/picsart-mod-apk&lt;/a&gt;&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=525&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:Aras Fundamentals: Forms and Views</title><link>https://www.aras.com/community/b/english/posts/aras-fundamentals-views-and-forms</link><pubDate>Thu, 03 Jun 2021 03:32:57 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8de552ff-3b3e-4f3e-afd6-50cbc85a383f</guid><dc:creator>Ambuj</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Kate&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is it possible to create and add the custom properties on the form?&lt;/p&gt;
&lt;p&gt;It will be very helpful if you can add the information here related to it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Ambuj&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=1957&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:Hiding Tabs Using CUI</title><link>https://www.aras.com/community/b/english/posts/hiding-tabs-using-cui</link><pubDate>Tue, 01 Jun 2021 03:39:39 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c082b2ec-5cd7-45b4-ae2e-c36cd47d80ee</guid><dc:creator>ShrutiS</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span&gt;Hi Christopher , Thanks for the above article , I have a slightly different use case where the Visibility of the tabs should be based on the parent Classification Type. Is there a way to configure the same via&amp;nbsp;CUI ? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It should be reflected on change of the classification property on the Parent Item.&lt;/span&gt;&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=2047&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:Customizing Forms: Tips and Tricks</title><link>https://www.aras.com/community/b/english/posts/customizing-forms-tips-and-tricks</link><pubDate>Tue, 25 May 2021 19:56:58 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:d494b13c-500b-4a0c-be12-9f31c2e3355a</guid><dc:creator>Kyle V.</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hey, So after reading the CSS section on here it has confirmed to me what I&amp;#39;m trying to do with my form should work and the form builder reflects my drop downs as I&amp;#39;d expect but when ever my form loads it is not loading with the width we wish to have for the form fields is there anything else I need to do to make this work.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried this in Field CSS&lt;br /&gt;{$this field rule} select&lt;br /&gt;{&lt;br /&gt;width: 15em;&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;as well as these in Body CSS&lt;br /&gt;select{&lt;/p&gt;
&lt;p&gt;width: 15em;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;.sys_f_select{&lt;/p&gt;
&lt;p&gt;width: 15em;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;They all adjust the drop downs and multi value select fields correctly in the form builder but when the form loads they either take the width of the longest value in the list or are so short you cannot read your selection in the drop down.&lt;/p&gt;
&lt;p&gt;Any help is greatly appreciated thanks.&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=2170&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:Headers and Title Bars with CUI</title><link>https://www.aras.com/community/b/english/posts/headers-and-title-bars-with-cui</link><pubDate>Fri, 21 May 2021 13:21:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:3a5b7ffe-a0ce-4870-9f51-67fae14d83cf</guid><dc:creator>Mahamat</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Thank you sharing this @&lt;a href="/members/skycrossman"&gt;Skyler Crossman&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But how can we link a button in a Command bar Section with c# method ?&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=2140&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:Implementing MAC Policies</title><link>https://www.aras.com/community/b/english/posts/implementing-mac-policies</link><pubDate>Wed, 12 May 2021 14:32:32 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b39f8e5e-9623-4021-9d4f-62f0551560fa</guid><dc:creator>miraks</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would like to create a rule like this (The company of the current user must be the same than the company of the creator of the data):&lt;/p&gt;
&lt;pre&gt;CurrentUser.[Company Name]=CurrentItem.created_by_id.[Company Name]&lt;/pre&gt;
&lt;p&gt;But this rule is not valid.&lt;/p&gt;
&lt;p&gt;Is it possible to do it ? How ?&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=1555&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:Using Third Party JavaScript Libraries</title><link>https://www.aras.com/community/b/english/posts/usingthird-party-javascript-libraries</link><pubDate>Wed, 12 May 2021 09:04:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:795c5d0f-b67b-4b4c-b009-a77950ec2533</guid><dc:creator>AngelaIp</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi AJ,&lt;/p&gt;
&lt;p&gt;your posts regarding using 3rd part libraries is really helpful! I right now try to reuse the ace.js which is used for the Method editor inside Aras. In my case I want to build a simple XML editor and discovered the the existing ace.js can be used for this purpose very well, cause I even can enable XML validation. It was possible for me to reuse the library the same as shown in your article.&lt;/p&gt;
&lt;p&gt;But there is one small obstacle that I am right now facing. I started with a standard onLoad Method in my Form that calls the ace.js library and shows the editor. Worked! In addition I want to use an onFormPopulate event to enable/disable the editor for the case user edit the item or are done with editing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In this case I also need to access the ace.js. But I have to copy&amp;amp;paste the complete code blocked required for calling the js library and enabling the editor. Is it somehow possible, that the ace.js is called globally on form load?&lt;/p&gt;
&lt;p&gt;The only working solution I discovered was to directly call the library within the Form as script within an html element. This way the code blocked applied to all Method used in the Form. But I am not a big fan of scripts within elements, so I wonder how we can design a standard Method in a way that it does the same?&lt;/p&gt;
&lt;p&gt;Maybe you have a hint? Many thanks!&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=1548&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:What is PLM? The Movie.</title><link>https://www.aras.com/community/b/english/posts/what-is-plm-the-movie</link><pubDate>Sat, 01 May 2021 15:22:48 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:17984402-6e9b-4421-bb09-103cd43619a4</guid><dc:creator>JanaTyler</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span class="VIiyi" lang="en"&gt;&lt;span class="JLqJ4b ChMk0b"&gt;&lt;span&gt;Thanks for your article, it was very interesting and useful to me&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=525&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:How to Integrate Google Charts Cloud-based Analytics into Aras</title><link>https://www.aras.com/community/b/english/posts/how-to-integrate-google-charts-cloud-based-analytics-into-aras</link><pubDate>Thu, 29 Apr 2021 17:43:21 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:08b38fc5-460f-43c8-abe9-f9b454ff6163</guid><dc:creator>Kai Kircher</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The links to the original blog post are broken. Are there any other resources for QR code integrations in Aras?&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=536&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Re:Intro to Language Packs</title><link>https://www.aras.com/community/b/english/posts/intro-to-language-packs</link><pubDate>Tue, 27 Apr 2021 11:36:50 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:fc55a793-b847-459e-85c4-e0c584372b1e</guid><dc:creator>tht</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Sam,&lt;br /&gt;&lt;br /&gt;dose the Language Export tool support order_by? I&amp;#39;m asking because it is very difficult to keep track on the changes when after each deployment the order of the exported XML files is different.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Thomas&amp;nbsp;&lt;/p&gt;&lt;img src="https://www.aras.com/community/aggbug?PostID=1760&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>