Question
2
Replies
56
Views
Capgemini
Posted: November 23, 2020
Last activity: November 25, 2020
Pega Mobile and Desktop Device Log Tracking
We have our application built for both desktop & mobile on Pega 7.3.0.
Pega uses pxRequestor.pxDeviceType property to identify the device in which user logged in and displays the respective UI if circumstanced. This property will be set in RequestorInitialize activity using pyGetDeviceType decision tree in Pega. pxDeviceType is tracked per session and it’s not persisted.
Is there any Pega OOTB report/table where we can see auditing of the devices used by users ?
***Edited by Moderator: Pooja Gadige to add platform capability tag, product tag ***
Hello @sionimallik6 ,
There is no audit table out of the box that stores device audit of each user. I believe, pxRequestor page is created and available once the user login and it will be deleted once the user logout, this data will not be persisted unless we copy the values to a datatable forcefully.
But it is possible to configure a table that persist this data for you. Like, create a datatable in pega and write an activity that updates this table using the pxDeviceType values or any values from pxRequestor page.
Hope this helps! Please feel free to add reply if you have questions!!
Thank you,
Regards, cherb.