Show all logged In users in the interface.

Certified Senior Developer

Is there anyway can we show all the currently logged in users in the interface

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    3 months ago

    There are 2 Functions which are available like queryappianlogs() or readlog() which can help you get the data into the interface and can show the data in the screen.

    Alternatively, you can write a plugin which does the same thing as per your specification.

Reply
  • 0
    Certified Lead Developer
    3 months ago

    There are 2 Functions which are available like queryappianlogs() or readlog() which can help you get the data into the interface and can show the data in the screen.

    Alternatively, you can write a plugin which does the same thing as per your specification.

Children