NAV perpetual licensing for limited user and writing to temporary tables

kytoh
Member Posts: 11
Hi, may I know if writing (Insert/Modify) to a temporary table will consume the Limited User write count limit?
I can't seem to find an official answer to this. Thanks.
I can't seem to find an official answer to this. Thanks.
0
Best Answer
-
Hello kytoh,
I tried to find any official answer but without success. I prepared script to test itTempCompanyInformation.INIT; TempCompanyInformation.INSERT(FALSE); MESSAGE('1'); TempLocation.INIT; TempLocation.INSERT(FALSE); MESSAGE('2'); TempResponsibilityCenter.INIT; TempResponsibilityCenter.INSERT(FALSE); MESSAGE('3'); TempResource.INIT; TempResource.INSERT(FALSE); MESSAGE('4'); Item.INIT; Item.INSERT(FALSE); MESSAGE('5'); GLAccount.INIT; GLAccount."No." := 'ssssyx'; GLAccount.INSERT(FALSE); MESSAGE('6'); Language.INIT; Language.INSERT(FALSE); MESSAGE('7'); SalespersonPurchaser.INIT; SalespersonPurchaser.INSERT(FALSE); MESSAGE('8'); ERROR('OK');
The tables with prefix Temp are temporary tables The other tables are normal tables. If I set up my user account as a Limited user and run this code, the messages are showed up to number 7, next is an error that I do not have the permission to write to the SalespersonPurchaser table.
So the result is = the temporary tables are not included in the limit.
TomasTomáš Kapitán2
Answers
-
Hello kytoh,
I tried to find any official answer but without success. I prepared script to test itTempCompanyInformation.INIT; TempCompanyInformation.INSERT(FALSE); MESSAGE('1'); TempLocation.INIT; TempLocation.INSERT(FALSE); MESSAGE('2'); TempResponsibilityCenter.INIT; TempResponsibilityCenter.INSERT(FALSE); MESSAGE('3'); TempResource.INIT; TempResource.INSERT(FALSE); MESSAGE('4'); Item.INIT; Item.INSERT(FALSE); MESSAGE('5'); GLAccount.INIT; GLAccount."No." := 'ssssyx'; GLAccount.INSERT(FALSE); MESSAGE('6'); Language.INIT; Language.INSERT(FALSE); MESSAGE('7'); SalespersonPurchaser.INIT; SalespersonPurchaser.INSERT(FALSE); MESSAGE('8'); ERROR('OK');
The tables with prefix Temp are temporary tables The other tables are normal tables. If I set up my user account as a Limited user and run this code, the messages are showed up to number 7, next is an error that I do not have the permission to write to the SalespersonPurchaser table.
So the result is = the temporary tables are not included in the limit.
TomasTomáš Kapitán2 -
Thank you both for the answers. And to Kepty, I appreciate your effort in testing it out and sharing the result.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions