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 Payment History Overview report (11000002) as follows:
Existing code 1
...
DataSetFieldName=Payment_History_Line__Description_4_ }
{ 105 ;TextBox ;13350;1269 ;4500 ;423 ;SourceExpr="Description 3";
DataSetFieldName=Payment_History_Line__Description_3_ }
// Delete the following lines.
{ 106 ;TextBox ;4200 ;1692 ;4500 ;423 ;SourceExpr="Account Holder Name";
DataSetFieldName=Payment_History_Line__Account_Holder_Name_ }
{ 107 ;TextBox ;4200 ;1269 ;4500 ;423 ;SourceExpr=NoSourceName;
DataSetFieldName=NoSourceName }
{ 108 ;TextBox ;13350;846 ;4500 ;423 ;SourceExpr="Description 2";
DataSetFieldName=Payment_History_Line__Description_2_ }
{ 109 ;TextBox ;13350;423 ;4500 ;423 ;SourceExpr="Description 1";
DataSetFieldName=Payment_History_Line__Description_1_ }
{ 110 ;TextBox ;4200 ;423 ;3900 ;423 ;HorzAlign=Left;
SourceExpr=Identification;
DataSetFieldName=Payment_History_Line_Identification;
Format=Kenmerk <Text> }
{ 111 ;TextBox ;2250 ;1269 ;1800 ;423 ;HorzAlign=Left;
SourceExpr="Account No.";
DataSetFieldName=Payment_History_Line__Account_No__ }
{ 112 ;TextBox ;2250 ;1692 ;1800 ;423 ;HorzAlign=Left;
SourceExpr="Bank Account".IBAN;
DataSetFieldName=Bank_Account__IBAN_ }
{ 113 ;TextBox ;2250 ;423 ;1800 ;423 ;HorzAlign=Left;
SourceExpr=FORMAT(Date);
DataSetFieldName=FORMAT_Date_ }
{ 114 ;TextBox ;2250 ;846 ;1800 ;423 ;HorzAlign=Left;
// End of the deleted lines.
SourceExpr=Amount;
AutoFormatType=1;
AutoFormatExpr="Currency Code";
...
Replacement code 1
...
DataSetFieldName=Payment_History_Line__Description_4_ }
{ 105 ;TextBox ;13350;1269 ;4500 ;423 ;SourceExpr="Description 3";
DataSetFieldName=Payment_History_Line__Description_3_ }
// Add the following lines.
{ 106 ;TextBox ;5850 ;1692 ;4500 ;423 ;SourceExpr="Account Holder Name";
DataSetFieldName=Payment_History_Line__Account_Holder_Name_ }
{ 107 ;TextBox ;5850 ;1269 ;4500 ;423 ;SourceExpr=NoSourceName;
DataSetFieldName=NoSourceName }
{ 108 ;TextBox ;13350;846 ;4500 ;423 ;SourceExpr="Description 2";
DataSetFieldName=Payment_History_Line__Description_2_ }
{ 109 ;TextBox ;13350;423 ;4500 ;423 ;SourceExpr="Description 1";
DataSetFieldName=Payment_History_Line__Description_1_ }
{ 110 ;TextBox ;5850 ;423 ;3900 ;423 ;HorzAlign=Left;
SourceExpr=Identification;
DataSetFieldName=Payment_History_Line_Identification;
Format=Kenmerk <Text> }
{ 111 ;TextBox ;2250 ;1269 ;3450 ;423 ;HorzAlign=Left;
SourceExpr="Account No.";
DataSetFieldName=Payment_History_Line__Account_No__ }
{ 112 ;TextBox ;2250 ;1692 ;3450 ;423 ;HorzAlign=Left;
SourceExpr="Bank Account".IBAN;
DataSetFieldName=Bank_Account__IBAN_ }
{ 113 ;TextBox ;2250 ;423 ;3450 ;423 ;HorzAlign=Left;
SourceExpr=FORMAT(Date);
DataSetFieldName=FORMAT_Date_ }
{ 114 ;TextBox ;2250 ;846 ;3450 ;423 ;HorzAlign=Left;
// End of the added lines.
SourceExpr=Amount;
AutoFormatType=1;
AutoFormatExpr="Currency Code";
...
Existing code 2
...
{ 13 ;Label ;11250;423 ;1950 ;423 ;HorzAlign=Right;
CaptionML=ENU=Description;
DataSetFieldName=DescriptionCaption }
// Delete the following lines.
{ 8 ;TextBox ;4200 ;0 ;2850 ;423 ;HorzAlign=Left;
SourceExpr=Status;
DataSetFieldName=Payment_History_Line_Status;
Format=Status <Text> }
{ 16 ;TextBox ;4200 ;846 ;1500 ;423 ;SourceExpr="Currency Code";
DataSetFieldName=Payment_History_Line__Currency_Code_ }
{ 61 ;Shape ;0 ;0 ;4050 ;423 ;ShapeStyle=HorzLine }
// End of the deleted lines.
}
}
{ PROPERTIES
...
Replacement code 2
...
{ 13 ;Label ;11250;423 ;1950 ;423 ;HorzAlign=Right;
CaptionML=ENU=Description;
DataSetFieldName=DescriptionCaption }
// Add the following lines.
{ 8 ;TextBox ;5850 ;0 ;2850 ;423 ;HorzAlign=Left;
SourceExpr=Status;
DataSetFieldName=Payment_History_Line_Status;
Format=Status <Text> }
{ 16 ;TextBox ;5850 ;846 ;1650 ;423 ;SourceExpr="Currency Code";
DataSetFieldName=Payment_History_Line__Currency_Code_ }
{ 61 ;Shape ;0 ;0 ;5700 ;423 ;ShapeStyle=HorzLine }
// End of the added lines.
}
}
{ PROPERTIES
...
Existing code 3
...
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<Body>
// Delete the following line.
<Height>13.52495cm</Height>
<ReportItems>
<Table Name="Table1">
<DataSetName>DataSet_Result</DataSetName>
...
Replacement code 3
...
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
<Body>
// Add the following line.
<Height>13.536cm</Height>
<ReportItems>
<Table Name="Table1">
<DataSetName>DataSet_Result</DataSetName>
...
Existing code 4
...
<Width>1.3cm</Width>
</TableColumn>
<TableColumn>
// Delete the following line.
<Width>0.75cm</Width>
</TableColumn>
<TableColumn>
<Width>0.6cm</Width>
...
Replacement code 4
...
<Width>1.3cm</Width>
</TableColumn>
<TableColumn>
// Add the following line.
<Width>1.75cm</Width>
</TableColumn>
<TableColumn>
<Width>0.6cm</Width>
...
Existing code 5
...
<Field Name="Our_Document_No_Caption">
<DataField>Our_Document_No_Caption</DataField>
</Field>
<Field Name="Detail_Line__Currency_Code_">
<DataField>Detail_Line__Currency_Code_</DataField>
</Field>
...
Replacement code 5
...
<Field Name="Our_Document_No_Caption">
<DataField>Our_Document_No_Caption</DataField>
</Field>
// Add the following lines.
<Field Name="Your_Document_No_Caption">
<DataField>Your_Document_No_Caption</DataField>
</Field>
// End of the added lines.
<Field Name="Detail_Line__Currency_Code_">
<DataField>Detail_Line__Currency_Code_</DataField>
</Field>
...
Existing code 5
...
<Field Name="Vendor_Ledger_Entry__External_Document_No__">
<DataField>Vendor_Ledger_Entry__External_Document_No__</DataField>
</Field>
// Delete the following lines.
<Field Name="Your_Document_No_Caption">
<DataField>Your_Document_No_Caption</DataField>
</Field>
// End of the deleted lines.
<Field Name="Vendor_Ledger_Entry_Entry_No_">
<DataField>Vendor_Ledger_Entry_Entry_No_</DataField>
</Field>
...
Replacement code 5
...
<Field Name="Vendor_Ledger_Entry__External_Document_No__">
<DataField>Vendor_Ledger_Entry__External_Document_No__</DataField>
</Field>
<Field Name="Vendor_Ledger_Entry_Entry_No_">
<DataField>Vendor_Ledger_Entry_Entry_No_</DataField>
</Field>
...
Existing code 6
...
<PageWidth>21cm</PageWidth>
<RightMargin>0cm</RightMargin>
<TopMargin>2cm</TopMargin>
// Delete the following line.
<Width>17.9cm</Width>
<rd:DrawGrid>true</rd:DrawGrid>
<rd:GridSpacing>0.423cm</rd:GridSpacing>
<rd:ReportID>39ad1153-3bfe-4ce3-b12a-1470b491c4fe</rd:ReportID>
...
Replacement code 6
...
<PageWidth>21cm</PageWidth>
<RightMargin>0cm</RightMargin>
<TopMargin>2cm</TopMargin>
// Add the following line.
<Width>18.95291cm</Width>
<rd:DrawGrid>true</rd:DrawGrid>
<rd:GridSpacing>0.423cm</rd:GridSpacing>
<rd:ReportID>39ad1153-3bfe-4ce3-b12a-1470b491c4fe</rd:ReportID>
...
Prerequisites
You must have one of the following products installed to apply this hotfix:
- The Dutch version of Microsoft Dynamics NAV 2009 R2
- The Dutch version of Microsoft Dynamics NAV 2009 SP1
Removal information
You cannot remove this hotfix.