You cannot reverse the transaction

upasanisandip
Member Posts: 405
Hi all,
I want to Reverse one transaction.
But getting error message
You cannot reverse the transaction, because it has already been reversed.
I checked in table with fields Reversed, Reversed by Entry No & Reversed Entry No. from General Ledger Entries. They are blank. Means not yet Reversed. Still getting error message.
Anyone faced this problem like this?
Thanks
I want to Reverse one transaction.
But getting error message
You cannot reverse the transaction, because it has already been reversed.
I checked in table with fields Reversed, Reversed by Entry No & Reversed Entry No. from General Ledger Entries. They are blank. Means not yet Reversed. Still getting error message.
Anyone faced this problem like this?
Thanks
0
Comments
-
Lodge it with MSDiptish Naskar
For any queries you can also visit my blog site: http://msnavarena.blogspot.com/0 -
Hi All;
this Error is generate when Tansaction No.= 0 in Gl Entry Table.
answer:
Partner Only Article Article ID : 902958
Last Review : N/A
Revision : 1.5
• The Modify permission for the CodeUnit Object ID 12 object
• The Execute permission for the System Object ID 5210 object and for the System Object ID 9015 object
You do not have to have rights to the data stores unless you have to perform data repair.
To install this hotfix, change the code in the CodeUnit (12) code unit as follows:
Existing code
...
IF ReversalEntry2."Reversal Type" = ReversalEntry2."Reversal Type"::Transaction THEN
IF ReversalEntry2.FIND('-') THEN BEGIN
Number := ReversalEntry2."Transaction No.";
...
Replacement code
...
IF ReversalEntry2."Reversal Type" = ReversalEntry2."Reversal Type"::Transaction THEN
IF ReversalEntry2.FIND('-') THEN BEGIN
Number := ReversalEntry2."Transaction No.";
NewNumber := Number;//new line
...
Best Regards.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