<?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>Allow a Group to Only View A Page</title><link>https://community.appian.com/discussions/f/user-interface/21872/allow-a-group-to-only-view-a-page</link><description>I have two viewer groups with end users in them. My goal is to have one group that can only view a specific page and another group that can view and interact with the functionality on the page (Add items, delete items, reorder items, etc.) 
 
 How could</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Allow a Group to Only View A Page</title><link>https://community.appian.com/thread/85786?ContentTypeID=1</link><pubDate>Wed, 15 Sep 2021 15:05:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ab17ef1-ec07-4c01-948b-875b1ba39cb4</guid><dc:creator>JDinMD</dc:creator><description>&lt;p&gt;Thank you for the advice!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow a Group to Only View A Page</title><link>https://community.appian.com/thread/85785?ContentTypeID=1</link><pubDate>Wed, 15 Sep 2021 15:04:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef479a16-9d86-436f-a934-62960aa3cffa</guid><dc:creator>JDinMD</dc:creator><description>&lt;p&gt;Thanks! We ended up using&amp;nbsp;&lt;span&gt;a!isUserMemberOfGroup() and it worked fine.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow a Group to Only View A Page</title><link>https://community.appian.com/thread/85781?ContentTypeID=1</link><pubDate>Wed, 15 Sep 2021 14:39:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:923cebb8-5fe0-41cc-b436-5fbccfd233e4</guid><dc:creator>Richard Michaelis</dc:creator><description>&lt;p&gt;Well explained by peter and Stefan.&lt;br /&gt;I would ask the question, if they need operate on the same interface? Is a report sufficient for one group?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow a Group to Only View A Page</title><link>https://community.appian.com/thread/85716?ContentTypeID=1</link><pubDate>Mon, 13 Sep 2021 19:46:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0cd52f1e-371e-4e6d-9a9c-f196ab0b01b0</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Yeah what Stefan described is a good approach. One thing to keep in mind is that there isn&amp;#39;t a site-wide &amp;quot;Disable&amp;quot; or &amp;quot;Read-Only&amp;quot; option. Instead, you probably need to set the property for each component within a UI individually.&amp;nbsp;There&amp;#39;s also a good example if you use the &amp;quot;Create from CDT&amp;quot; template in Interface Designer that shows how to have a single interface that can be either editable or read-only based on a condition. If you use that as a starting point, you can then use the function above to actually set up the conditional logic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow a Group to Only View A Page</title><link>https://community.appian.com/thread/85713?ContentTypeID=1</link><pubDate>Mon, 13 Sep 2021 17:48:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1f534622-9c6c-4637-8751-b7092880a61e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Interface objects have showWhen and some have disabled parameters. Add a condition using&amp;nbsp;&lt;span&gt;a!isUserMemberOfGroup() to check whether the logged in user (loggedinuser() function) is member of that group. Store your groups in constants.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://docs.appian.com/suite/help/21.3/fnc_people_a_isusermemberofgroup.html"&gt;docs.appian.com/.../fnc_people_a_isusermemberofgroup.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow a Group to Only View A Page</title><link>https://community.appian.com/thread/85711?ContentTypeID=1</link><pubDate>Mon, 13 Sep 2021 17:11:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:567f7998-f5af-4813-b307-3bbbe450097d</guid><dc:creator>JDinMD</dc:creator><description>&lt;p&gt;As an example I have a button that allows a user to add an item. But for my view only group, I just want them to see the button and not interact with it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>