Hello
On of our customers has a problem with the report 393.
And I don't have a clue what It could be...
The errormessage says:
You don't have the permission to modify records in the Vendor Ledger Entry table.
The Debugger stops in R393 in the GetVendLedgEntries function.
I set the VendLedgEntry.Modify bold where it stopps.
IF VendLedgEntry.FIND('-') THEN
REPEAT
SaveAmount;
IF (VendLedgEntry."Accepted Pmt. Disc. Tolerance") OR
(VendLedgEntry."Accepted Payment Tolerance" <> 0)
THEN BEGIN
VendLedgEntry."Accepted Pmt. Disc. Tolerance" := FALSE;
VendLedgEntry."Accepted Payment Tolerance" := 0;
VendLedgEntry.MODIFY;
END;
UNTIL VendLedgEntry.NEXT = 0;
But now to my problem...
I used roman's license overview report from the download section.
And there I get the information that I have within the customer license the right to read, to modify, to delete and to Execute the table 25 (Vendor Ledger entry).
So in my opinion I have the license permission to run the report without any problems.
Or I should so.
The Report has the Version NAVW13.70.00.11,AR3.70.04.
The AR is a german AddOn.
Thanks in advance!
Kappe
___________________________________________
Kappe
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Does that mean I must change this standard Nav report or is this a Bug within this report?
I mean I have got this report so within the german AddOn package from MS.
Regards
Kappe
Kappe
The call of codeunit VendEntryEdit is what you need to correctly change the vendor ledger entry...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Our customer has a 3.70B running.
Sorry I forgot to write that in my first posting.
When I give the report the permission on the table 25 it works.
But for me it looks like a little Bug.
Regards
Kappe
Kappe
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.