<?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>Automatically hide fields</title><link>https://community.appian.com/discussions/f/data/39125/automatically-hide-fields</link><description>I am having one form ie. customer form, I need to hide the 2 fields like dob and email id from basic user automatically , like we can keep showwhen condition in the form itself but it is manual process , need to do automatically .. is there any way to</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Automatically hide fields</title><link>https://community.appian.com/thread/148229?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 15:11:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b841f7da-1512-49d0-9352-b6573823d662</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;What makes you say it&amp;#39;s &amp;quot;a manual process&amp;quot;?&amp;nbsp; The &lt;em&gt;&lt;strong&gt;ShowWhen&lt;/strong&gt;&lt;/em&gt; parameter is &lt;span style="text-decoration:underline;"&gt;expressionable&lt;/span&gt;.&amp;nbsp; Meaning, you can use literally any evaluation logic in the entire Appian library of expression functions and associated expression logic, to evaluate the showWhen for any or every given field.&lt;/p&gt;
&lt;p&gt;In your case it seems like you would merely need to check the current user&amp;#39;s group membership.&amp;nbsp; Surely you know how you would check a user&amp;#39;s group membership if you&amp;#39;ve taken and passed the Senior Certification exam...?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically hide fields</title><link>https://community.appian.com/thread/148226?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 14:57:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:07df5ee3-93bf-4c2a-a75b-3b7029fab466</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;Not sure what do you mean by showwhen is manual process! If you configure showwhen using user groups like if user is in basic user it evaluates to false and true otherwise then system can dynamically and automatically handle this.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically hide fields</title><link>https://community.appian.com/thread/148193?ContentTypeID=1</link><pubDate>Sat, 17 May 2025 10:27:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fa7528b0-b973-4a91-824d-fbbbd6650200</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Can&amp;#39;t you just check if the user is an admin or not in the showWhen?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can make use of the property &amp;#39;userTypeId&amp;#39; in the &amp;#39;user&amp;#39; function to&amp;nbsp;differentiate the Basic User and System Admin (The output will be 1 for System Admin and 0 for Basic User).&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically hide fields</title><link>https://community.appian.com/thread/148189?ContentTypeID=1</link><pubDate>Sat, 17 May 2025 08:16:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2983038d-e435-4d4c-b47a-fb2af8d7a292</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You already mentioned the showWhen parameter. So, what exactly are you looking for? And you have an Appian Senior Certification!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically hide fields</title><link>https://community.appian.com/thread/148187?ContentTypeID=1</link><pubDate>Sat, 17 May 2025 08:14:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:62a29aea-f88d-41a3-a744-cee29ea958ca</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;It&amp;#39;s not a manual process...&amp;nbsp;after integration execution, check response.... If contains any error, set that variable to false, otherwise, set it to true.&lt;/p&gt;
&lt;p&gt;Place that variable in showhen property... and it will work without any manual interaction...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For example&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;showWhen: or(
local!selectedDate=today(),
local!selectedDate=today()+5
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically hide fields</title><link>https://community.appian.com/thread/148186?ContentTypeID=1</link><pubDate>Sat, 17 May 2025 08:12:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cbb40fa0-6f69-4a2f-9118-b2a96d8e9c23</guid><dc:creator>laxmipavanik0001</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&amp;nbsp;&lt;br /&gt;I have a customer form with fields for name, address, date of birth, and email. When a customer support executive fills out this form, I want the date of birth and email fields to be automatically hidden. How can I achieve this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically hide fields</title><link>https://community.appian.com/thread/148183?ContentTypeID=1</link><pubDate>Sat, 17 May 2025 08:02:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1ed84f52-26ed-4a39-80e6-91c3ff612c77</guid><dc:creator>laxmipavanik0001</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/davidj137213"&gt;David Jimenez &lt;/a&gt;&amp;nbsp;,&lt;br /&gt;&lt;br /&gt;if we configure like this, then it is a manual process...&lt;br /&gt;I need to do it automatically via records , is there any way to do this...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically hide fields</title><link>https://community.appian.com/thread/148182?ContentTypeID=1</link><pubDate>Sat, 17 May 2025 07:51:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:209e119e-5445-471e-971c-e641b316f89f</guid><dc:creator>David Jimenez </dc:creator><description>&lt;p&gt;You should use a variable for checking if the controls must be shown or not.&amp;nbsp; And use it for display or not the control using&amp;nbsp;showhen property&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/16/pastedimage1747468293662v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Automatically hide fields</title><link>https://community.appian.com/thread/148177?ContentTypeID=1</link><pubDate>Sat, 17 May 2025 07:04:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:93ee2db4-3f0a-48f2-8816-b3d588dd847a</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;What exactly is your question?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>