Skip to main content

How to get all the users (Persons) login activity in FSM? (Ex. Log in time, log out time, changes made by the person...)

Hi @Razan Hamedeh,

I think you could use ‘Audit’ Screen in FSM to serve your purpose.

 

Hope you could give columns that you need to audit after selecting the table as ‘person’.



Hope this helps. Cheers! :)


@Charith Fernando 

After setting the audit.

What table is created/utilised? As I cannot see ‘audit_person%’ table created.

Or how can I see the sudit?

Cheers!


Hi @Razan Hamedeh

 

Have you seen the table called PERSON_LOGIN_HISTORY? Seems like that can be what you are looking for. 

But regarding changes done by a user, what changes do you want to keep track of? 

 

Regards,

Emil Isaksson 

 

 


Hi @Razan Hamedeh ,

 

As Charith has specified, you can use the Audit screen to configure audit capture for a specific table according to specified constraints.

After creating the Audit you will need to Refresh cache. 

Then, once you make the changes on the TABLE.COLUMN,  you can find the corresponding Audit entry in the metrix_audit table in the database.

 

Best regards,

Kulunu


Hi @emil.isaksson,

Thanks! This is what I was searching for regarding the person login history, as for tracking changes, I think Audit screen shall serve the purpose, thanks @Charith Fernando :relaxed:

 

Regards,

Razan


@Razan Hamedeh ,

No worries bro! Happy to help.Cheers! 😊


Reply