the reason is that the codeunit has been given the rights to insert records into table "approval entry". So any modifications made in the codeunit will require a license file that has those permissions for approval entry.
|Pressing F1 is so much faster than opening your browser| |To-Increase|
the reason is that the codeunit has been given the rights to insert records into table "approval entry". So any modifications made in the codeunit will require a license file that has those permissions for approval entry.
Right Sir.
I'm using same License two different DB (Same Version) and find that One can accepts the modification and another can not. :-k
the reason is that the codeunit has been given the rights to insert records into table "approval entry". So any modifications made in the codeunit will require a license file that has those permissions for approval entry.
Right Sir.
I'm using same License two different DB (Same Version) and find that One can accepts the modification and another can not. :-k
Did you have solved this problem, if yes do you mind to explain how solve this problem, because i get same error, i have give permission to approval request entry table. but stil get error.
Check in your license if it has the insert right on table data 454 Approval entry.
Because in Codeunit 439 its properties, there are explicit permissions required:
[quote codeunit 439
TableData Approval Entry=imd,TableData Approval Comment Line=imd,TableData Posted Approval Entry=imd,TableData Posted Approval Comment Line=imd,TableData Overdue Notification Entry=imd
If the license in use does not have at least the same rights as the line above, you should/can not modify this codeunit.
If you want to check your license, please make a (temp) form/page with table license permission.
|Pressing F1 is so much faster than opening your browser| |To-Increase|
Comments
And the license file also..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thanks for quick reply Mohana.
Super role is assigned to the user.
I'm trying to add a simple Message/Error into the code for debugging purpose using a developer
license.
Note :- I can do the same thing in another DB(Local) of the same version.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
|To-Increase|
This is same for both the BDs
Right Sir.
I'm using same License two different DB (Same Version) and find that One can accepts the modification and another can not. :-k
Did you have solved this problem, if yes do you mind to explain how solve this problem, because i get same error, i have give permission to approval request entry table. but stil get error.
Check in your license if it has the insert right on table data 454 Approval entry.
Because in Codeunit 439 its properties, there are explicit permissions required:
[quote codeunit 439
TableData Approval Entry=imd,TableData Approval Comment Line=imd,TableData Posted Approval Entry=imd,TableData Posted Approval Comment Line=imd,TableData Overdue Notification Entry=imd
If the license in use does not have at least the same rights as the line above, you should/can not modify this codeunit.
If you want to check your license, please make a (temp) form/page with table license permission.
|To-Increase|