<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to use CUI Checkboxes and Dropdowns + how get their values from other elements?</title><link>https://www.aras.com/community/f/development/38280/how-to-use-cui-checkboxes-and-dropdowns-how-get-their-values-from-other-elements</link><description>Hi Community, 
 I right now play around with CUI CommandBarCheckboxes and CommandBarDropdowns. 
 Does anyone of you have worked with these two elements already? I look for a solution how to get their selected values from another (!) CUI element. 
 CommandBarCheckboxes</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to use CUI Checkboxes and Dropdowns + how get their values from other elements?</title><link>https://www.aras.com/community/thread/10185?ContentTypeID=1</link><pubDate>Fri, 01 Mar 2024 10:42:11 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:26b5922c-c33b-4085-b6ba-2d8ff35b336a</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Wow thanks, I didn&amp;acute;t know there was this article!&lt;br /&gt;Your two lines of code works like a charm!&lt;/p&gt;
&lt;p&gt;Chris is really the Saint of this forum! Even he is long time gone (from Aras), he still does wonders and miracles!&lt;br /&gt;If I ever can get hold of a few holy relics from him, I&amp;#39;ll hang his finger bones into the server room.&lt;span class="emoticon" data-url="https://www.aras.com/community/cfs-file/__key/system/emoji/1f60e.svg" title="Sunglasses"&gt;&amp;#x1f60e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I think the dropdowns and CUI in general is still underrated. My shown use case is from a custom Change Management process.&lt;br /&gt;While influencing relationships from CUI is challenging, it integrates very well and offers nice usability.&lt;/p&gt;
&lt;p&gt;I also use some right-click events for setting change actions, and compared to the old ones from Impact Matrix, there are much more intuitive to use for the end-user.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use CUI Checkboxes and Dropdowns + how get their values from other elements?</title><link>https://www.aras.com/community/thread/10171?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2024 18:41:35 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:08f2b930-4d79-4ff2-9a5d-251ea2caf47c</guid><dc:creator>Troy R</dc:creator><description>&lt;p&gt;Hi Angela,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There is an Aras Blog that covers using these 2 CUI elements together that you can find here:&lt;br /&gt;&lt;a href="/community/b/english/posts/using-cui-dropdowns"&gt;https://www.aras.com/community/b/english/posts/using-cui-dropdowns&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When looking into it they access the value set in the dropdown from the button during the onclick method for the button:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;var generationDropdown = control.data.get(&amp;quot;labs.part.ivcb.version_selector.dropdown&amp;quot;);&lt;br /&gt;var selectedId = generationDropdown.value;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Looks like the value is accessed using this helper method &amp;quot;control.data.get&amp;quot; and passing in the string value of the CUI name.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>