Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

Nav License Issue

(0) ShareShare
ReportReport
Posted on by 35

Can we count how many times users face license issue?

Session only shows the current users.

But we cannot count how many additional users are trying to open NAV and how many times they are facing license issue?

Is there any tools or method to monitor license issue?

  • Suggested answer
    Mehdi_MOALLA Profile Picture
    25 on at
    RE: Nav License Issue

    You can create a codeunit to count the actual number of connected session (based on the Active session table) and insert the result in a table like this one :

    Countofsessions.RESET;

    IF Countofsessions.FINDLAST THEN

      Seq:=Countofsessions."Line No"+1

     ELSE

      Seq :=1;

    Countofsessions.INIT;

    Countofsessions."Line No":=Seq;

    Countofsessions.Date:=TODAY;

    Countofsessions.Time:=TIME;

    Countofsessions.Number:=ActiveSession.COUNT;

    Countofsessions.INSERT;

    Then call this Codeunit in NAS to count each 5 minutes for example

    Finally you can create report or export data to Excel to make some graphs

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,190 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,968 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans