Skip to main content

How to Check Available Object Range in License?

Hi all,

As most of the reader may know this, but this is still a query from most of the new consultants.

Query -
I have customer license and I want to check the valid object range that have rights in the license file for all types of objects.

Requirement -
While creating a new object for a customer, we need to check that is the Object ID that we are using is a part of the license range that customer have purchased?

How to achieve -
  • Change the license for which you want to see the permission.
  • Create a new form with source table "Permission Range".
  • Select create a form using a wizard and select Tabular- Type Form.
  • Click ok and select all Fields.
  • Click Preview.
  • Apply Filters - FROM >=50000 & TO <=99999.
  • You will be able to see the object Range as shown below.


Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

  1. Thank you so much Saurav

    ReplyDelete
  2. Hi Saurav, Nice write up.
    I am new to Nav. How can we interpret the above output. How many objects are available for use under the given ranges.( ie license available)

    ReplyDelete
    Replies
    1. Hi,
      Objects listed in above form/page with Read, Insert, Modify and delete are part of customer license and that also tell you the count.

      Delete
  3. Hi,
    Can we do this using Customer License ?

    ReplyDelete
    Replies
    1. Yes you can and you should use it with customer license.
      If you have a free page in customer license then add this page and run it.

      Delete

Post a Comment

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

BC 21 and Higher - PowerShell Cmdlet (Replacement of Business Central Administration).

Hi Readers, As discussed in last article about deprecating of Business Central Administration, there are few common actions that we use in administration till Business Central 20. For our on-prem customers, we will still require doing activities. As Microsoft suggest we need to start using PowerShell cmdlet.    Let's see how to do those via PowerShell, or Administration Shell. I will be keep adding commands as you comment to this article.

Send Mail with Attachment From Navision.

Hi all, We have seen how to save a report into PDF and how to send mail to a customer. Let's link these two post in one i.e. Mailing statement to a customer into PDF Format. This article is part of the Series. Please Refer  Table of Content here . If you have the old objects set let me brief you what I will be changing -