Bỏ qua để tới nội dung chính
Đăng nhập với Microsoft
Đăng nhập hoặc tạo một tài khoản.
Xin chào,
Chọn một tài khoản khác.
Bạn có nhiều tài khoản
Chọn tài khoản bạn muốn đăng nhập.

Bài viết này áp dụng cho Microsoft Dynamics NAV cho ngôn ngữ ngôn ngữ Hung (hu).

Triệu chứng

Trong phiên bản Microsoft Dynamics NAV 2009 R2 Hungary, báo cáo Itemized VAT tuyên bố được gọi là 1365M có một tên chính xác và sử dụng đúng mẫu ID khi bạn xuất dữ liệu sang một tệp văn bản. 1365 là tên tạm thời được sử dụng chỉ trong năm 2013. ID này thay đổi hàng năm. Ví dụ:

  • Năm 2013, đây là 1365.

  • Năm 2014, thật 1465.

  • Năm 2015, thì 1565.

Chữ số đầu tiên tăng hàng năm. Tên đối tượng cũng không chính xác. Chúng nên được đặt tên là "Itemized VAT tuyên bố" không có số.

Giải pháp

Microsoft hiện đã cung cấp bản cập nhật nóng được hỗ trợ. Tuy nhiên, nó chỉ được dùng để khắc phục sự cố được mô tả trong bài viết này. Áp dụng cho các hệ thống đang gặp sự cố cụ thể này. Hotfix này có thể được kiểm tra thêm. Vì vậy, nếu bạn không bị ảnh hưởng bởi sự cố này, chúng tôi khuyến nghị bạn đợi cho gói dịch vụ tiếp theo của Microsoft Dynamics NAV 2009 hoặc phiên bản Microsoft Dynamics NAV tiếp theo có chứa hotfix này.

Lưu ý Trong trường hợp đặc biệt, chi phí thường phát sinh để hỗ trợ cuộc gọi có thể bị hủy bỏ nếu chuyên viên hỗ trợ kỹ thuật cho Microsoft Dynamics và sản phẩm liên quan xác định rằng một Cập Nhật cụ thể sẽ giải quyết vấn đề của bạn. Chi phí hỗ trợ thông thường sẽ áp dụng cho các vấn đề không phù hợp với bản Cập Nhật cụ thể trong câu hỏi và câu hỏi hỗ trợ bổ sung.

Thông tin cài đặt

Microsoft cung cấp mô hình lập trình để minh hoạ, không bảo hành hoặc rõ ràng hay ngụ ý. Điều này bao gồm, nhưng không giới hạn ở các bảo đảm cho một mục đích cụ thể hoặc sự. Bài viết này giả định rằng bạn đã quen với ngôn ngữ lập trình đang được giải thích và các công cụ được sử dụng để tạo và quy trình gỡ lỗi. Các kỹ sư hỗ trợ Microsoft có thể giúp giải thích các chức năng của một quy trình cụ thể. Tuy nhiên, họ sẽ không sửa đổi các ví dụ để cung cấp thêm chức năng hoặc xây dựng quy trình nhằm đáp ứng các yêu cầu cụ thể của bạn.

Lưu ý Trước khi cài đặt hotfix này, xác minh rằng tất cả người dùng máy khách Microsoft Dynamics NAV đã đăng xuất hệ thống. Điều này bao gồm dịch vụ Microsoft Dynamics NAV ứng dụng máy chủ (NAS). Bạn nên khách hàng chỉ người được đăng nhập khi bạn áp dụng hotfix này.

Để áp dụng hotfix này, bạn phải có giấy phép nhà phát triển.

Chúng tôi khuyên bạn nên tài khoản người dùng trong cửa sổ thông tin đăng nhập Windows hoặc trong cửa sổ thông tin đăng nhập cơ sở dữ liệu được gán vai trò "Siêu" của bạn. Nếu tài khoản người dùng không thể gán vai trò "SUPER" ID, bạn phải xác minh rằng tài khoản người dùng có các quyền sau đây:

  • Thay đổi quyền cho các đối tượng mà bạn sẽ thay đổi.

  • Quyền thực thi các đối tượng hệ thống đối tượng ID 5210 và hệ thống đối tượng ID 9015

    đối tượng.

Lưu ý Bạn không cần phải có quyền để lưu trữ dữ liệu nếu bạn phải tiến hành sửa chữa dữ liệu.

Thay đổi mã

Lưu ý Luôn kiểm tra mã khắc phục trong một môi trường được kiểm soát trước khi bạn áp dụng bản vá để sản xuất máy tính của bạn.

Để khắc phục sự cố này, hãy làm theo các bước sau:

  1. Thay đổi mã trong trường thành phần xuất/in 1365 M (14550) như sau:
    Mã hiện tại

    ...// Delete the following line.
    OBJECT Form 14550 Export/Print 1365M

    ...

    Thay thế mã

    ...// Add the following line.
    OBJECT Form 14550 Export/Print Item. VAT Stat.

    ...
  2. Thay đổi mã trong thuộc tính thành 14550 như sau:
    Mã hiện tại

    ...  }
    PROPERTIES
    {

    // Delete the following lines.
    Width=6270;
    Height=4510;
    CaptionML=[ENU=Export/Print VAT 1365M Statement;
    // End of the lines.

    HUN=1365M fakimutat s export l sa/nyomtat sa];
    OnInit=BEGIN
    ThresholdAmount := 2000000;

    ...

    Thay thế mã

    ...  }
    PROPERTIES
    {

    // Add the following lines.
    Width=5720;
    Height=2750;
    CaptionML=[ENU=Export/Print Item. VAT Stat.;
    // End of the lines.

    HUN=1365M fakimutat s export l sa/nyomtat sa];
    OnInit=BEGIN
    ThresholdAmount := 2000000;

    ...
  3. Thay đổi mã kiểm soát thành 14550 như sau:
    Hiện có mã 1

    ... }
    CONTROLS
    {

    // Delete the following line.
    { 1360006;MenuButton;3740 ;3520 ;2200 ;550 ;CaptionML=[ENU=&Functions;



    HUN=&Funkci�k];
    Menu=MENUITEMS
    {
    ...

    Thay thế mã 1

    ... }
    CONTROLS
    {

    // Add the following lines.
    { 1360006;MenuButton;3300 ;1980 ;2200 ;550 ;HorzGlue=Right;
    VertGlue=Bottom;
    CaptionML=[ENU=&Functions;
    // End of the lines.

    HUN=&Funkci�k];Menu=MENUITEMS
    {
    ...

    Hiện có mã 2

    ... Visible=No }
    }
    }

    // Delete the following line.
    { 1360017;TextBox ;3960 ;440 ;2000 ;500 ;CaptionML=[ENU=Start Date;

    HUN=Kezd�si d tum];DateFormula=No;
    SourceExpr=StartDate;
    ...

    Thay thế mã 2

    ... Visible=No }
    }
    }

    // Add the following line.
    { 1360017;TextBox ;3520 ;220 ;2000 ;440 ;CaptionML=[ENU=Start Date;

    HUN=Kezd�si d tum];DateFormula=No;
    SourceExpr=StartDate;
    ...

    Mã hiện 3

    ... EndDate := CALCDATE('<-1D>',VATPeriod."Starting Date");
    END;
    }

    // Delete the following lines.
    { 1360018;Label ;660 ;440 ;3190 ;550 ;ParentControl=1360017 }
    { 1360020;Label ;660 ;1210 ;3190 ;550 ;ParentControl=1360021 }
    { 1360021;TextBox ;3960 ;1210 ;2000 ;500 ;CaptionML=[ENU=End Date;HUN=Z r� d tum]; SourceExpr=EndDate }
    { 1360000;Label ;660 ;2090 ;3190 ;550 ;ParentControl=1360001 }
    { 1360001;TextBox ;3960 ;2090 ;2000 ;500 ;CaptionML=[ENU=VAT Threshold Amount;
    // End of the lines.

    HUN=�fa k�sz�b�sszege];DateFormula=No;
    SourceExpr=ThresholdAmount }
    ...

    Thay thế mã 3

    ... EndDate := CALCDATE('<-1D>',VATPeriod."Starting Date");
    END;
    }

    // Add the following lines.
    { 1360018;Label ;220 ;220 ;3190 ;440 ;ParentControl=1360017 }
    { 1360020;Label ;220 ;770 ;3190 ;440 ;ParentControl=1360021 }
    { 1360021;TextBox ;3520 ;770 ;2000 ;440 ;CaptionML=[ENU=End Date;HUN=Z r� d tum]; SourceExpr=EndDate }
    { 1360000;Label ;220 ;1320 ;3190 ;440 ;ParentControl=1360001 }
    { 1360001;TextBox ;3520 ;1320 ;2000 ;440 ;CaptionML=[ENU=VAT Threshold Amount;
    // End of the lines.

    HUN=�fa k�sz�b�sszege];DateFormula=No;
    SourceExpr=ThresholdAmount }
    ...
  4. Thay đổi mã trong báo cáo Itemized VAT tuyên bố 1365 (14522) như sau:
    Mã hiện tại

    ...// Delete the following line.
    OBJECT Report 14522 1365 Itemized VAT Statement

    HUN=�fa k�sz�b�sszege];
    DateFormula=No;
    SourceExpr=ThresholdAmount }

    ...

    Thay thế mã

    ... EndDate := CALCDATE('<-1D>',VATPeriod."Starting Date");
    END;
    }

    // Add the following line.
    OBJECT Report 14522 Itemized VAT Statement

    HUN=�fa k�sz�b�sszege];
    DateFormula=No;
    SourceExpr=ThresholdAmount }


    ...
  5. Thay đổi số tài sản trong báo cáo 14522 như sau:
    Mã hiện tại

    ...  }
    PROPERTIES
    {

    // Delete the following lines.
    CaptionML=[ENU=1365 Itemized VAT Statement;
    HUN=1365 ti?½teles fakimutat s];
    // End of the lines.

    PaperSize=A4 210 x 297 mm;
    }
    DATAITEMS


    ...

    Thay thế mã

    ...  }
    PROPERTIES
    {
    // Add the following lines.
    CaptionML=[ENU=Itemized VAT Statement;
    HUN=Ti?½teles fakimutat s];
    // End of the lines.

    PaperSize=A4 210 x 297 mm;
    }
    DATAITEMS


    ...
  6. Thay đổi mã trong hàm Create1365MFile mẫu 1365 xuất codeunit (14550) như sau:
    Mã hiện tại

    ...      FullClientFilePath@1360008 : Text[1024];
    SummaryFileName@1360009 : Text[30];
    BEGIN

    // Delete the following lines.
    SetFolderLocation(FolderLocation,FileExtension);

    SummaryFileName := 'Result1365M.txt';
    // End of the lines.

    CREATE(FilesSysObj);
    SummaryTextStream := FilesSysObj.CreateTextFile(TEMPORARYPATH + SummaryFileName,TRUE,FALSE);

    ...

    Thay thế mã

    ...      FullClientFilePath@1360008 : Text[1024];
    SummaryFileName@1360009 : Text[30];
    BEGIN

    // Add the following lines.
    SetFolderLocation(PeriodFrom,FolderLocation,FileExtension);

    SummaryFileName := 'Result' + GetFormID(PeriodFrom) + '.txt';
    // End of the lines.

    CREATE(FilesSysObj);
    SummaryTextStream := FilesSysObj.CreateTextFile(TEMPORARYPATH + SummaryFileName,TRUE,FALSE);

    ...
  7. Thay đổi mã trong hàm CreateAndDownloadFiles mẫu 1365 xuất codeunit (14550) như sau:
    Hiện có mã 1

    ...                              ("Partner ID" <> PreviousTemp1365MBuffer."Partner ID");

    IF IsNewPartner AND Instantiated THEN BEGIN

    // Delete the following line.
    UpdateAndDownloadFile(SummaryTextStream,PreviousTemp1365MBuffer,FolderLocation,FileExtension);

    Instantiated := FALSE;
    END;
    ...

    Thay thế mã 1

    ...                               ("Partner ID" <> PreviousTemp1365MBuffer."Partner ID");

    IF IsNewPartner AND Instantiated THEN BEGIN

    // Add the following line.
    UpdateAndDownloadFile(PeriodFrom,SummaryTextStream,PreviousTemp1365MBuffer,FolderLocation,FileExtension);

    Instantiated := FALSE;
    END;

    ...

    Hiện có mã 2

    ...
    IF IsForPrint THEN BEGIN
    IF NOT Instantiated THEN BEGIN

    // Delete the following line.
    TextStream := FilesSysObj.CreateTextFile(TEMPORARYPATH + '1365M.txt',TRUE,FALSE);

    WriteFileHeader(PeriodFrom,PeriodTo,Temp1365MBuffer);
    Instantiated := TRUE;
    END;

    ...

    Thay thế mã 2

    ...
    IF IsForPrint THEN BEGIN
    IF NOT Instantiated THEN BEGIN

    // Add the following line.
    TextStream := FilesSysObj.CreateTextFile(TEMPORARYPATH + GetFormID(PeriodFrom) + '.txt',TRUE,FALSE);

    WriteFileHeader(PeriodFrom,PeriodTo,Temp1365MBuffer);
    Instantiated := TRUE;
    END;

    ...

    Mã hiện 3

    ...            PreviousTemp1365MBuffer := Temp1365MBuffer;
    UNTIL NEXT = 0;
    IF Instantiated THEN

    // Delete the following line.
    UpdateAndDownloadFile(SummaryTextStream,PreviousTemp1365MBuffer,FolderLocation,FileExtension);

    END;
    END;
    END;

    ...

    Thay thế mã 3

    ...            PreviousTemp1365MBuffer := Temp1365MBuffer;
    UNTIL NEXT = 0;
    IF Instantiated THEN

    // Add the following line.
    UpdateAndDownloadFile(PeriodFrom,SummaryTextStream,PreviousTemp1365MBuffer,FolderLocation,FileExtension);

    END;
    END;
    END;

    ...
  8. Thay đổi mã trong hàm WriteFileHeader mẫu 1365 xuất codeunit (14550) như sau:
    Mã hiện tại

    ...      InitVariables;
    CompanyInformation.GET;

    // Delete the following line.
    WriteText('$ny_azon=1365M');

    WriteText(PADSTR('$sorok_sz ma=',STRLEN('$sorok_sz ma=') + 10));
    WriteText('$d_lapok_sz ma=4');
    WriteText('$d_lap1=01-K,1');

    ...

    Thay thế mã

    ...      InitVariables;
    CompanyInformation.GET;

    // Add the following line.
    WriteText('$ny_azon=' + GetFormID(PeriodFrom));

    WriteText(PADSTR('$sorok_sz ma=',STRLEN('$sorok_sz ma=') + 10));
    WriteText('$d_lapok_sz ma=4');
    WriteText('$d_lap1=01-K,1');

    ...
  9. Thay đổi mã trong hàm UpdateAndDownloadFile mẫu 1365 xuất codeunit (14550) như sau:
    Hiện có mã 1

    ...      Count1365M02K += 1;
    END;

    // Delete the following line.
    PROCEDURE UpdateAndDownloadFile@1360041(VAR SummaryTextStream@1360004 : Automation "{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B} 1.0:{0BB02EC0-EF49-11CF-8940-00A0C9054228}:'Windows Script Host Object Model'.TextStream";PreviousTemp1365MBuffer@1360001 : Record 14550;FolderLocation@1360000 : Text[1024];FileExtension@1360002 : Text[32]);

    VAR
    FullClientFilePath@1360003 : Text[1024];
    ServerFileName@1360005 : Text[1024];

    ...

    Thay thế mã 1

    ...      Count1365M02K += 1;
    END;

    // Add the following line.
    PROCEDURE UpdateAndDownloadFile@1360041(PeriodFrom@1360007 : Date;VAR SummaryTextStream@1360004 : Automation "{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B} 1.0:{0BB02EC0-EF49-11CF-8940-00A0C9054228}:'Windows Script Host Object Model'.TextStream";PreviousTemp1365MBuffer@1360001 : Record 14550;FolderLocation@1360000 : Text[1024];FileExtension@1360002 : Text[32]);

    VAR
    FullClientFilePath@1360003 : Text[1024];
    ServerFileName@1360005 : Text[1024];

    ...

    Hiện có mã 2

    ...    BEGIN
    Write1365M;
    TextStream.Close;

    // Delete the following line.
    ServerFileName := TEMPORARYPATH + '1365M.txt';

    UpdateCountLine(ServerFileName,CountLine);

    IF PreviousTemp1365MBuffer."VAT Registration No." <> '' THEN

    ...

    Thay thế mã 2

    ...    BEGIN
    Write1365M;
    TextStream.Close;

    // Add the following line.
    ServerFileName := TEMPORARYPATH + GetFormID(PeriodFrom) + '.txt';

    UpdateCountLine(ServerFileName,CountLine);

    IF PreviousTemp1365MBuffer."VAT Registration No." <> '' THEN

    ...

    Mã hiện 3

    ...        PartnerIdentification + '_' +
    FORMAT(TODAY,0,'<Year4,4><Month,2><Day,2>') + FileExtension;


    // Delete the following line.
    DownloadFile(TextStream,FullClientFilePath,'1365M.txt');

    SummaryTextStream.WriteLine(FullClientFilePath);
    END;

    ...

    Thay thế mã 3

    ...        PartnerIdentification + '_' +
    FORMAT(TODAY,0,'<Year4,4><Month,2><Day,2>') + FileExtension;


    // Add the following line.
    DownloadFile(TextStream,FullClientFilePath,GetFormID(PeriodFrom) + '.txt');

    SummaryTextStream.WriteLine(FullClientFilePath);
    END;

    ...
  10. Thay đổi mã trong hàm SetFolderLocation mẫu 1365 xuất codeunit (14550) như sau:
    Hiện có mã 1

    ...      CLEAR(NotItemizedPurchaseVATAmount);
    END;


    // Delete the following line.
    LOCAL PROCEDURE SetFolderLocation@1360019(VAR ClientFileName@1360001 : Text[1024];VAR FileExtension@1360002 : Text[32]);

    VAR
    CommonDialogManagement@1360003 : Codeunit 412;
    DefaultFileType@1360004 : ' ,Text,Excel,Word,Custom,Xml,Htm,Xsd,Xslt';

    ...

    Thay thế mã 1

    ...      CLEAR(NotItemizedPurchaseVATAmount);
    END;


    // Add the following line.
    LOCAL PROCEDURE SetFolderLocation@1360019(PeriodFrom@1360000 : Date;VAR ClientFileName@1360001 : Text[1024];VAR FileExtension@1360002 : Text[32]);

    VAR
    CommonDialogManagement@1360003 : Codeunit 412;
    DefaultFileType@1360004 : ' ,Text,Excel,Word,Custom,Xml,Htm,Xsd,Xslt';

    ...

    Hiện có mã 2

    ...      Action@1360005 : 'Open,Save';
    BEGIN
    IF ClientFilePath <> '' THEN BEGIN

    // Delete the following line.
    ClientFileName := ClientFilePath + '\1365M';

    FileExtension := '.imp';
    END ELSE BEGIN
    ClientFileName := CommonDialogManagement.OpenFile('',ClientFileName,DefaultFileType::Custom,FileType,Action::Save);

    ...

    Thay thế mã 2

    ...      Action@1360005 : 'Open,Save';
    BEGIN
    IF ClientFilePath <> '' THEN BEGIN

    // Add the following line.
    ClientFileName := ClientFilePath + '\' + GetFormID(PeriodFrom);

    FileExtension := '.imp';
    END ELSE BEGIN
    ClientFileName := CommonDialogManagement.OpenFile('',ClientFileName,DefaultFileType::Custom,FileType,Action::Save);

    ...
  11. Thay đổi mã trong hàm GetFormID mẫu 1365 xuất codeunit (14550) như sau:
    Mã hiện tại

    ...      EXIT(ROUND(Amount/1000,1));
    END;

    BEGIN
    END.
    }

    ...

    Thay thế mã

    ...      EXIT(ROUND(Amount/1000,1));
    END;

    // Add the following lines.
    LOCAL PROCEDURE GetFormID@1360012(PeriodFrom@1360000 : Date) : Text[5];
    BEGIN
    EXIT(FORMAT(PeriodFrom,0,'<Year>') + '65M');
    END;
    // End of the lines.

    BEGIN
    END.
    }

    ...
  12. Thay đổi mã trong MenuSuite Hungary (30) như sau:
    Mã hiện tại

    ...                                                                NextNodeID=[{00000000-0000-0000-0000-000000000000}] }
    { ;[{698579F1-8311-4B43-AA7F-DA71B371DAB4}] ;NextNodeID=[{53D31DD1-62C5-45F8-AE69-D9716DFDAEFA}] }
    { MenuItem ;[{53D31DD1-62C5-45F8-AE69-D9716DFDAEFA}] ;Name=Export/Print VAT 1365M Statement;

    // Delete the following line.
    CaptionML=[ENU=Export/Print VAT 1365M Stmt.;

    HUN=1365M fakimutat s export l sa/nyomtat sa];
    MemberOfMenu=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}];
    RunObjectType=Form;

    ...

    Thay thế mã

    ...                                                                NextNodeID=[{00000000-0000-0000-0000-000000000000}] }
    { ;[{698579F1-8311-4B43-AA7F-DA71B371DAB4}] ;NextNodeID=[{53D31DD1-62C5-45F8-AE69-D9716DFDAEFA}] }
    { MenuItem ;[{53D31DD1-62C5-45F8-AE69-D9716DFDAEFA}] ;Name=Export/Print VAT 1365M Statement;

    // Add the following line.
    CaptionML=[ENU=Export/Print Item. VAT Stat.;

    HUN=1365M fakimutat s export l sa/nyomtat sa];
    MemberOfMenu=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}];
    RunObjectType=Form;

    ...
  13. Thay đổi mã trong phòng – Hungary MenuSuite (1030) như sau:
    Mã hiện tại

    ...                                                                DepartmentCategory=Reports and Analysis }
    { ;[{698579F1-8311-4B43-AA7F-DA71B371DAB4}] ;NextNodeID=[{53D31DD1-62C5-45F8-AE69-D9716DFDAEFA}] }
    { MenuItem ;[{53D31DD1-62C5-45F8-AE69-D9716DFDAEFA}] ;Name=Export/Print VAT 1365M Statement;

    // Delete the following line.
    CaptionML=[ENU=Export/Print VAT 1365M Stmt.;

    HUN=1365M fakimutat s export l sa/nyomtat sa];
    MemberOfMenu=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}];
    RunObjectType=Page;

    ...

    Thay thế mã 2

    ...                                                                DepartmentCategory=Reports and Analysis }
    { ;[{698579F1-8311-4B43-AA7F-DA71B371DAB4}] ;NextNodeID=[{53D31DD1-62C5-45F8-AE69-D9716DFDAEFA}] }
    { MenuItem ;[{53D31DD1-62C5-45F8-AE69-D9716DFDAEFA}] ;Name=Export/Print VAT 1365M Statement;

    // Add the following line.
    CaptionML=[ENU=Export/Print Item. VAT Stat.;

    HUN=1365M fakimutat s export l sa/nyomtat sa];
    MemberOfMenu=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}];
    RunObjectType=Page;

    ...
  14. Thay đổi mã trong trang 1365 M xuất/in (14550) như sau:
    Mã hiện tại

    ...// Delete the following line.
    OBJECT Page 14550 Export/Print 1365M

    HUN=1365M fakimutat s export l sa/nyomtat sa];
    MemberOfMenu=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}];
    RunObjectType=Page;

    ...

    Thay thế mã

    ...                                                                DepartmentCategory=Reports and Analysis }
    { ;[{698579F1-8311-4B43-AA7F-DA71B371DAB4}] ;NextNodeID=[{53D31DD1-62C5-45F8-AE69-D9716DFDAEFA}] }
    { MenuItem ;[{53D31DD1-62C5-45F8-AE69-D9716DFDAEFA}] ;Name=Export/Print VAT 1365M Statement;

    // Add the following line.
    OBJECT Page 14550 Export/Print Item. VAT Stat.

    HUN=1365M fakimutat s export l sa/nyomtat sa];
    MemberOfMenu=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}];
    RunObjectType=Page;

    ...
  15. Thay đổi số tài sản xuất/in 1365 M trang (14550) như sau:
    Hiện có mã 2

    ...  }
    PROPERTIES
    {

    // Delete the following line.
    CaptionML=[ENU=Export/Print VAT 1365M Statement;

    HUN=1365M fakimutat s export l sa/nyomtat sa];
    PageType=Card;
    OnInit=BEGIN

    ...

    Thay thế mã 2

    ...  }
    PROPERTIES
    {

    // Add the following line.
    CaptionML=[ENU=Export/Print Item. VAT Stat.;

    HUN=1365M fakimutat s export l sa/nyomtat sa];
    PageType=Card;
    OnInit=BEGIN

    ...

Điều kiện tiên quyết

Bạn phải có phiên bản Hungary Microsoft Dynamics NAV 2009 R2 cài đặt để áp dụng hotfix này.

Thông tin về việc loại bỏ

Bạn không thể xoá hotfix này.

Trạng thái

Microsoft đã xác nhận rằng đây là sự cố trong sản phẩm của Microsoft được liệt kê trong phần "Áp dụng cho".

Lưu ý Đây là một bài viết "XUẤT BẢN NHANH" được tạo trực tiếp từ trung tâm hỗ trợ của Microsoft. Thông tin này được cung cấp-trả lời cho các vấn đề mới xuất hiện. Vì nhanh chóng có sẵn, các tài liệu có thể bao gồm lỗi và có thể được sửa đổi bất kỳ lúc nào mà không cần thông báo. Xem Điều khoản sử dụngđể xem xét khác.

Bạn cần thêm trợ giúp?

Bạn muốn xem các tùy chọn khác?

Khám phá các lợi ích của gói đăng ký, xem qua các khóa đào tạo, tìm hiểu cách bảo mật thiết bị của bạn và hơn thế nữa.

Cộng đồng giúp bạn đặt và trả lời các câu hỏi, cung cấp phản hồi và lắng nghe ý kiến từ các chuyên gia có kiến thức phong phú.

Thông tin này có hữu ích không?

Bạn hài lòng đến đâu với chất lượng dịch thuật?
Điều gì ảnh hưởng đến trải nghiệm của bạn?
Khi nhấn gửi, phản hồi của bạn sẽ được sử dụng để cải thiện các sản phẩm và dịch vụ của Microsoft. Người quản trị CNTT của bạn sẽ có thể thu thập dữ liệu này. Điều khoản về quyền riêng tư.

Cảm ơn phản hồi của bạn!

×