License Checks for Addon's

mohana_cse06mohana_cse06 Member Posts: 5,504
We have developed some addon's in our own local object ID range and we each time check in customer license whether they have permissions to run those object like

IF Granules."XXX"  THEN
  EXIT(CheckObjectLicensePermission(LicPerm."Object Type"::Codeunit,CODEUNIT::XXX));



But it is adding nearly 2 sec more while posting Sales Order.

Is there any method we can reduce no. of checks?

Comments

Sign In or Register to comment.