<?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>Does Appian log user activity? Need to know what they accessed</title><link>https://community.appian.com/discussions/f/administration/11895/does-appian-log-user-activity-need-to-know-what-they-accessed</link><description>I need to know if Appian logs user&amp;#39;s activity once they log into the system. Specifically, I need to know what the user did when they were logged in (if they clicked on records, reports, etc.) 
 Use case: A user was setup with an incorrect access level</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Does Appian log user activity? Need to know what they accessed</title><link>https://community.appian.com/thread/61928?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 12:03:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fe0342c0-91bd-4b91-b605-79c8b084aea1</guid><dc:creator>agustinc477366</dc:creator><description>Dear Oscar,&lt;br /&gt;
This is visible in the system logs, in the &amp;quot;audit&amp;quot; folder. If you have a Cloud environment, this may be the URL of that folder:&lt;br /&gt;
https://&amp;lt;YOUR_ENVIRONMENT&amp;gt;.appiancloud.com/suite/shared-logs/&amp;lt;YOUR_ENVIRONMENT&amp;gt;/audit/&lt;br /&gt;
&lt;br /&gt;
Specifically, this can be found at records_usage.csv .&lt;br /&gt;
There is a user identifier on the second column (&amp;quot;User&amp;quot;) - you can look these IDs up in Appian Designer to figure out the user. In other words:&lt;br /&gt;
1. In Appian Designer, at the top, you will see:&lt;br /&gt;
APPLICATIONS - OBJECTS - USERS - MONITORING&lt;br /&gt;
2. Click on Users&lt;br /&gt;
3. Do a search on the UUID (_h-000..._10); the user should appear as a result&lt;br /&gt;
&lt;br /&gt;
I hope this helps. I had a similar issue about wanting to figure out what users saw and found your post; thank you for posting!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does Appian log user activity? Need to know what they accessed</title><link>https://community.appian.com/thread/52811?ContentTypeID=1</link><pubDate>Wed, 21 Feb 2018 06:20:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:63d88ecc-9330-44ca-9a2a-8ad6b01a88c9</guid><dc:creator>Abhay Giri</dc:creator><description>Hi,&lt;br /&gt;
There are two ways you can achieve what you want :&lt;br /&gt;
&lt;br /&gt;
1) You can create one process model to capture the logs or on which page users visits . Call this process model from each interface and capture some basic information like user name , interface name ( give descriptive interface name for better understanding) , date &amp;amp; time and store all of this info in table and publish the data from table into a grid so you can easily see who visits which page . But remember one thing by doing this your application will be slow so before implementing this please discuss with your client whether they need this really or not.&lt;br /&gt;
&lt;br /&gt;
2) Create a site and gives gives access to only required users on only required record dashboards . &lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
Abhay Giri&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does Appian log user activity? Need to know what they accessed</title><link>https://community.appian.com/thread/52694?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2018 20:34:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8db8d357-1250-4523-bd45-57f720bb20a5</guid><dc:creator>aloks0189</dc:creator><description>Hi &lt;a href="/members/oscarb0002"&gt;oscarb0002&lt;/a&gt;  I believe there are no such log provided by Appian which contains each and every click information.&lt;br /&gt;
&lt;br /&gt;
Yes appian provides various logs for various use cases but for this requirement you need to do manual coding from your side.&lt;br /&gt;
&lt;br /&gt;
The best approach could be, design a reusable process and define required fields as parameter and call this process asynchronously wherever you want. As you want to capture each and every information&amp;#39;s it&amp;#39;s always a good idea to keep this reusable process pretty simple and call this asynchronously, even startprocess() is also treated as asynchronous call.&lt;br /&gt;
&lt;br /&gt;
But when it&amp;#39;s an asynchronous call, you may expect some delay in some cases, depending on sever job scheduling.&lt;br /&gt;
&lt;br /&gt;
Hope this will help.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does Appian log user activity? Need to know what they accessed</title><link>https://community.appian.com/thread/52693?ContentTypeID=1</link><pubDate>Thu, 15 Feb 2018 18:55:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:309b9fe6-f3db-4da4-831e-44fe6504abc9</guid><dc:creator>jacobm579</dc:creator><description>Hey oscarb,&lt;br /&gt;
&lt;br /&gt;
I don&amp;#39;t know of any user tracking in Appian that could be that specific about everything that the user clicked on.&lt;br /&gt;
&lt;br /&gt;
To avoid a similar problem in the future, you could create a site that has a UI which works similarly to the records tab. When you click the link within the grid, you could use put a!startProcess in the saveInto. You can call a process model that writes any information that you need to some &amp;#39;History&amp;#39; table in your database.&lt;br /&gt;
&lt;br /&gt;
It&amp;#39;s a solution that would require a good amount of development, but if it is a huge requirement then you may want to consider it, or something similar.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Jake&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>