To add a role into System domain model for only read purpose
0
Hi All, We have requirement to check the last login of user in the application for a support role, Currently the access for the System Module Domain model is only for the Administrator and which is non editable. Could you please help in letting know if there is a possibility to add a role to read only for the domain in System Module. Thanks in advance, Kiran D
asked
Kiran D
1 answers
0
Hi Kiran,
If you want to check the lastlogin of the user.
In microflow , retrieve system.user of current user you will get respective user object.
After that you can get lastlogin deatils from the user object.