<?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>Wesley Struble さんの グループ アクティビティ</title><link>https://www.aras.com/community/members/wesley.struble_4000_na.denso.com</link><description>Wesley Struble さんの グループ ユーザーの最近のアクティビティ</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>Customize login panel</title><link>https://www.aras.com/community/f/development/35832/customize-login-panel</link><pubDate>Fri, 31 Jul 2020 09:58:17 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7eb69d71-1f4a-4d8c-9455-4b91d9ccee4d</guid><dc:creator>miraks</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;On the login panel, I would like to add a button or a link to an external form to request an account.&lt;/p&gt;
&lt;p&gt;Something like this:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/3/pastedimage1596189416115v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Is it possible to do that in ARAS R12 SP8 ?&lt;/p&gt;
&lt;p&gt;Thank you in advance.&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CMF Property Coloring</title><link>https://www.aras.com/community/f/development/36534/cmf-property-coloring</link><pubDate>Tue, 25 May 2021 13:17:21 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:7e2a52f3-86a2-4280-9a98-cdea0f2ff7b8</guid><dc:creator>Wesley Struble</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m working through the CMF guide, and attempting to implement the task in 4.1.9 (Set the text color for a given zone) for a real world use case.&lt;/p&gt;
&lt;p&gt;In my Innovator instance, I have a CMF Item Type called MyPQD, with two properties -- MyStringProp, and MyTextProp. (per an earlier example in the guide)&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using the following code, but not having any luck getting the color to change.&amp;nbsp; Any idea what I&amp;#39;m doing wrong here:&lt;/p&gt;
&lt;pre style="padding-left:30px;"&gt; var color = &amp;quot;#008000&amp;quot;;&lt;br /&gt; var innovator = aras.newIOMInnovator();&lt;br /&gt; var myElement = innovator.newItem(&amp;quot;MyPQD&amp;quot;, &amp;quot;cmf_updateElement&amp;quot;);&lt;br /&gt; myElement.setProperty(&amp;quot;Text&amp;quot;, MyTextProp);&lt;br /&gt; &lt;br /&gt; // create cmf style object and set available styles&lt;br /&gt; var cmfStyle = innovator.newItem(&amp;quot;cmf_Style&amp;quot;);&lt;br /&gt; cmfStyle.setProperty(&amp;quot;text_color&amp;quot;, color);&lt;br /&gt; myElement.setPropertyAttribute(&amp;quot;MyStringProp&amp;quot;, &amp;quot;style&amp;quot;, cmfStyle.toString());&lt;br /&gt; &lt;br /&gt; // you should set value of property directly, otherwise it will be updated to empty value&lt;br /&gt; // for this purpose we need to get existing element with property&lt;br /&gt; var existmyElement = innovator.newItem(&amp;quot;MyPQD&amp;quot;, &amp;quot;cmf_getElement&amp;quot;);&lt;br /&gt; existmyElement = existmyElement.apply();&lt;br /&gt; myElement.setProperty(&amp;quot;MyStringProp&amp;quot;, existmyElement.getProperty(&amp;quot;MyStringProp&amp;quot;));&lt;br /&gt; myElement.apply();&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/640x240/__key/communityserver-discussions-components-files/3/Color_5F00_Code1.PNG" /&gt;&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/640x240/__key/communityserver-discussions-components-files/3/Color_5F00_Code2.PNG" /&gt;&lt;/pre&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>Tue, 25 May 2021 08:35:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ac413802-b84e-4544-a6b4-eb0328badd99</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>