How to programmatically find sessions in license file?

ktwoonektwoone Member Posts: 4
Hello,

In Dynamics-NAV, how to find the "Licensed Sessions" from the Navision License using C/AL code?

Thank you!!

Comments

  • ayhan06ayhan06 Member Posts: 210
    ktwoone wrote:
    Hello,

    In Dynamics-NAV, how to find the "Licensed Sessions" from the Navision License using C/AL code?

    Thank you!!

    there is a system tble called "licence information" which is not shown in object designer area.

    in this table, line that includes granule id "1200" will give you this information. possibley, you must add 1 user for foundation layer.
Sign In or Register to comment.