<?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>Admin versus basic user</title><link>https://community.appian.com/discussions/f/general/8365/admin-versus-basic-user</link><description>Has anyone written any tempo records that indicate which users are System Administrators? OriginalPostID-233519</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Admin versus basic user</title><link>https://community.appian.com/thread/61269?ContentTypeID=1</link><pubDate>Fri, 05 Oct 2018 18:30:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:32696151-921f-459d-97cc-2ebbd2fd450f</guid><dc:creator>Ben Anderson</dc:creator><description>To determine the system admins, you can run the following expression:&lt;br /&gt;
&lt;br /&gt;
=load(&lt;br /&gt;
local!designerUsers: getdistinctusers(getgroupbyname(&amp;quot;Designers&amp;quot;)),&lt;br /&gt;
local!adminUsers: apply(fn!isusersystemadministrator,local!designerUsers),&lt;br /&gt;
index(local!designerUsers,where(local!adminUsers),{})&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
The Designers group contains all system admins by rule, but non-admin users can be added to the group so the second step is needed as a safeguard.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Admin versus basic user</title><link>https://community.appian.com/thread/36696?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2016 20:16:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:950c4207-4966-4652-aa81-b96f4e171fb4</guid><dc:creator>Richard</dc:creator><description>That&amp;#39;s a great thought!  Cheers&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Admin versus basic user</title><link>https://community.appian.com/thread/36674?ContentTypeID=1</link><pubDate>Fri, 09 Sep 2016 04:48:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a70b068c-c801-40b5-b576-15b899b97c2c</guid><dc:creator>Eduardo Fuentes</dc:creator><description>You can do that or:&lt;br /&gt;&lt;br /&gt;1. Create a group&lt;br /&gt;2. Open the group and click - Rules&lt;br /&gt;3. Create a rule to &amp;quot;add all users whose user type equals &amp;quot;Administrator&amp;quot;&lt;br /&gt;4. This will add all users automatically that are of this type&lt;br /&gt;5. Store this group in a constant&lt;br /&gt;6. Simply use&lt;br /&gt;&lt;br /&gt;getdistinctusers(topeople(cons!ADMIN_GROUP_FROM_STEP_1))&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Admin versus basic user</title><link>https://community.appian.com/thread/36660?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 20:45:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ee1f4350-ef45-471f-a16e-ff59e2edbd71</guid><dc:creator>Richard</dc:creator><description>Sort of, but they&amp;#39;re really two different issues.  Ultimately, yes I do need a tool to identify System Administrators (support has provided that for me!)  But I was also curious about why only certain fields in a grid/feed layout were searchable and it turns out that only items that are in the record are searchable, so derived values (e.g. calls to the &amp;#39;user&amp;#39; function) won&amp;#39;t be evaluated against any search criteria the user enters.&lt;br /&gt;&lt;br /&gt;At any rate both are solved.  Here&amp;#39;s what support provided scriptwise&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/11/SystemAdmins.txt"&gt;SystemAdmins.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Admin versus basic user</title><link>https://community.appian.com/thread/36635?ContentTypeID=1</link><pubDate>Thu, 08 Sep 2016 08:43:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:68ba89a3-1be1-401f-baec-1f9cb19497d0</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Seems to be a duplicate of &lt;a href="/search?q=OriginalPostID-233539"&gt;forum.appian.com/.../e-233539&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>