Hi, I am trying to apply the code changes of KB 2497299 to report 120 (Aged Accounts Receivables) (NAV2009 R2).
How/where do you apply these code changes?
Here's an extract of the changes to be made:
Change the code in the Documentation in the Aged Accounts Receivable report (120) as follows:
Existing code 1
...
</TableRow>
</TableRows>
</Details>
<Header>
<RepeatOnNewPage>true</RepeatOnNewPage>
<TableRows>
...
Replacement code 1
...
</TableRow>
</TableRows>
</Details>
// Add the following lines.
<Filters>
<Filter>
<FilterExpression>=Fields!CustLedgEntryEndingDate__Document_No__.Value</FilterExpression>
<FilterValues>
<FilterValue>''</FilterValue>
</FilterValues>
<Operator>GreaterThanOrEqual</Operator>
</Filter>
</Filters>
// End of the added lines.
<Header>
<RepeatOnNewPage>true</RepeatOnNewPage>
<TableRows>
...
Existing code 2
...
</Filters>
<GroupExpressions>
<GroupExpression>=Fields!Customer__No__.Value</GroupExpression>
</GroupExpressions>
</Grouping>
<Header>
...
Replacement code 2
...
</Filters>
<GroupExpressions>
<GroupExpression>=Fields!Customer__No__.Value</GroupExpression>
// Add the following line.
<GroupExpression>=Fields!Original_Amount_Control100.Value</GroupExpression>
// End of the added line.
</GroupExpressions>
</Grouping>
<Header>
...
Thanks,
Ben
0
Comments
I am having the same problem. And my Aged Accounts Receivable report is NOT #120... it is #10040. I do not have a report #120 in my Cronus database. I can not find any of the code within the fix.
http://support.microsoft.com/kb/2755916#appliesto
Where do I change this code?? :shock:
Would appreciate any help! Thank you.
You can try and apply the fixes to 10040 report. Export it as text and search for the code.
I don't understand why the KB doesn't provide the object.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
One of the first things I did was export the report to a text file and search for the code. It does not exist in the report! That is why I am so confused. :-k It should be a simple fix if I could only find the code.... ](*,)
But thank you for the suggestion. I'll see if I can download the W1 database from partner source. maybe I can find "similar" code. [-o<