This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web UI Last login timstamp

I need to display the last login time stamp of the login person in the WEB UI. i have created a custom attribute for that in Person table.I am not sure how to insert the login time into the table and then to display it. can anyone suggest me how to go ahead with this.

Parents
  • Hi Richa,
    I can't confirm your findings.
    Make a schema extension on Person. Name it LastLogin. Make it a DateTime Column.
    I updated LastLogin with the value GetDate() of the Collection User in VI_Session. Saved it. Displayed it next to Welcome in VI_Start. Works as expected. Shows the last login.
    Did you check in the Query Window that your value is really stored?
    support.oneidentity.com/.../35

    HTH,
    Geraldine
Reply
  • Hi Richa,
    I can't confirm your findings.
    Make a schema extension on Person. Name it LastLogin. Make it a DateTime Column.
    I updated LastLogin with the value GetDate() of the Collection User in VI_Session. Saved it. Displayed it next to Welcome in VI_Start. Works as expected. Shows the last login.
    Did you check in the Query Window that your value is really stored?
    support.oneidentity.com/.../35

    HTH,
    Geraldine
Children
No Data