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
  • Use the collection User in VI_Session. After Successfull login you can update your custom property with the current date (GetDate()).
    Maybe you have to make it an interactive entity first.
    Can be achieved very easily with extensions.
Reply
  • Use the collection User in VI_Session. After Successfull login you can update your custom property with the current date (GetDate()).
    Maybe you have to make it an interactive entity first.
    Can be achieved very easily with extensions.
Children
No Data