Installation information
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure. However, they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. Note Before you install this hotfix, verify that all Microsoft Dynamics NAV client users are logged off the system. This includes Microsoft Dynamics NAV Application Server (NAS) services. You should be the only client user who is logged on when you implement this hotfix.To implement this hotfix, you must have a developer license.
We recommend that the user account in the Windows Logins window or in the Database Logins window be assigned the "SUPER" role ID. If the user account cannot be assigned the "SUPER" role ID, you must verify that the user account has the following permissions: - The Modify permission for the object that you will be changing.
- The Execute permission for the System Object ID 5210 object and for the System Object ID 9015
object.
Note You do not have to have rights to the data stores unless you have to perform data repair.
Code changes
Note Always test code fixes in a controlled environment before you apply the fixes to your production computers. To resolve this problem, change the code in the
InitializeRequest function in the Customer Detailed Aging report (106) as follows:
Existing code 1
...
<TablixColumn>
// Delete the following line.
<Width>0.68328in</Width>
// End of the deleted line.
</TablixColumn>
...
Replacement code 1
...
<TablixColumn>
// Add the following lines.
<Width>0.78745in</Width>
</TablixColumn>
<TablixColumn>
<Width>0.15398in</Width>
// End of the added lines.
</TablixColumn>
...
Existing code 2
...
<TablixColumn>
// Delete the following lines.
<Width>0.1483in</Width>
</TablixColumn>
<TablixColumn>
// End of the deleted lines.
<Width>0.59319in</Width>
...
Replacement code 2
...
<TablixColumn>
<Width>0.59319in</Width>
...
Existing code 3
...
<PaddingRight>5pt</PaddingRight>
</Style>
...
Replacement code 3
...
<PaddingRight>5pt</PaddingRight>
// Add the following lines.
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
// End of the added lines.
</Style>
...
Existing code 4
...
<PaddingRight>5pt</PaddingRight>
</Style>
...
Replacement code 4
...
<PaddingRight>5pt</PaddingRight>
// Add the following lines.
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
// End of the added lines.
</Style>
...
Existing code 5
...
<PaddingRight>5pt</PaddingRight>
</Style>
...
Replacement code 5
...
<PaddingRight>5pt</PaddingRight>
// Add the following lines.
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
// End of the added lines.
</Style>
...
Existing code 6
...
<PaddingRight>5pt</PaddingRight>
</Style>
...
Replacement code 6
...
<PaddingRight>5pt</PaddingRight>
// Add the following lines.
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
// End of the added lines.
</Style>
...
Existing code 7
...
<PaddingRight>5pt</PaddingRight>
</Style>
...
Replacement code 7
...
<PaddingRight>5pt</PaddingRight>
// Add the following lines.
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
// End of the added lines.
</Style>
...
Existing code 8
...
<PaddingRight>5pt</PaddingRight>
</Style>
...
Replacement code 8
...
<PaddingRight>5pt</PaddingRight>
// Add the following lines.
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
// End of the added lines.
</Style>
...
Existing code 9
...
<PaddingRight>5pt</PaddingRight>
</Style>
...
Replacement code 9
...
<PaddingRight>5pt</PaddingRight>
// Add the following lines.
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
// End of the added lines.
</Style>
...
Existing code 10
...
<PaddingRight>5pt</PaddingRight>
</Style>
...
Replacement code 10
...
<PaddingRight>5pt</PaddingRight>
// Add the following lines.
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
// End of the added lines.
</Style>
...
Existing code 11
...
<Height>4.40792cm</Height>
// Delete the following line.
<Width>18.15cm</Width>
// End of the deleted line.
<Style />
...
Replacement code 11
...
<Height>4.40792cm</Height>
// Add the following line.
<Width>18.42901cm</Width>
// End of the added line.
<Style />
...
Existing code 12
...
<TablixColumn>
// Delete the following line.
<Width>4.79222in</Width>
// End of the deleted line.
</TablixColumn>
...
Replacement code 12
...
<TablixColumn>
// Add the following line.
<Width>4.68237in</Width>
// End of the added line.
</TablixColumn>
...
Existing code 13
...
<TablixColumn>
// Delete the following lines.
<Width>0.87489in</Width>
</TablixColumn>
<TablixColumn>
<Width>0.8467in</Width>
// End of the deleted lines.
</TablixColumn>
...
Replacement code 13
...
<TablixColumn>
// Add the following lines.
<Width>0.98474in</Width>
</TablixColumn>
<TablixColumn>
<Width>0.95655in</Width>
// End of the added lines.
</TablixColumn>
...
Existing code 14
...
<Height>1.02268cm</Height>
// Delete the following line.
<Width>18.15cm</Width>
// End of the deleted line.
<ZIndex>1</ZIndex>
...
Replacement code 14
...
<Height>1.02268cm</Height>
// Add the following line.
<Width>18.42901cm</Width>
// End of the added line.
<ZIndex>1</ZIndex>
...
Existing code 15
...
</Body>
// Delete the following line.
<Width>18.15cm</Width>
// End of the deleted line.
<Page>
...
Replacement code 15
...
</Body>
// Add the following line.
<Width>18.44104cm</Width>
// End of the added line.
<Page>
...
Existing code 16
...
<Top>0.846cm</Top>
// Delete the following lines.
<Left>15.65cm</Left>
<Height>0.423cm</Height>
<Width>2.5cm</Width>
// End of the deleted lines.
<ZIndex>5</ZIndex>
...
Replacement code 16
...
<Top>0.846cm</Top>
// Add the following lines.
<Left>15cm</Left>
<Height>0.423cm</Height>
<Width>3.15cm</Width>
// End of the added lines.
<ZIndex>5</ZIndex>
...
Prerequisites
You must have the Swiss version of Microsoft Dynamics NAV 2013 installed to apply this hotfix:
Removal information
You cannot remove this hotfix.