How or where can I find out what tables are delivered with a minimum install of Navision ?
Our company is planing on writing an add-on application and I would like to find out if we can use any table from Attain without the customer having to buy extra granules !
0
Comments
You can check using C/AL-code if the user has read/write permission to the tables using "IF record.READPERMISSION THEN" or "IF record.WRITEPERMISSION THEN".
But I don't understand why you need this info. What kind of add-on are you developing?