<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/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>disabled in interface</title><link>https://community.appian.com/discussions/f/user-interface/29239/disabled-in-interface</link><description>I have a doubt in the parameter &amp;quot;Disabled&amp;quot;. 
 I have a form with some fields. For one of the field (Customer) I can select values via 2 options ( one from the dropdown and other is the text field) . These values are stored in dropdownCustomer and textCustomer</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: disabled in interface</title><link>https://community.appian.com/thread/115700?ContentTypeID=1</link><pubDate>Thu, 06 Jul 2023 11:02:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a219e134-f5c4-4b58-a8eb-4d58b5543336</guid><dc:creator>hema.mathivathanan</dc:creator><description>&lt;p&gt;Thanks Stefan for your help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: disabled in interface</title><link>https://community.appian.com/thread/115693?ContentTypeID=1</link><pubDate>Thu, 06 Jul 2023 10:47:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9e016d3d-ef26-4717-b2da-6126d633923c</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;or(

a!isnullorempty(field1),

a!isnullorempty(field2),

and(
  a!isnullorempty(dropdownCustomer),
  a!isnullorempty(textCustomer)
)
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>