5.0 licensing kitting issue in NA version bug

ara3nara3n Member Posts: 9,256
Hello If you have a customer that is implementing 5.0, you’ll get a licensing error when creating sales order and revalidating the customer no.

The error says you don’t permission to run kit sales line table.

Here is a fix. in CU 25000 function DeleteKitSales
DeleteKitSales(SalesLine : Record "Sales Line";Suspend : Boolean)
KitSalesLine.SETRANGE("Document Type",SalesLine."Document Type");
KitSalesLine.SETRANGE("Document No.",SalesLine."Document No.");
KitSalesLine.SETRANGE("Document Line No.",SalesLine."Line No.");
//T02 Start
IF  KitSalesLine.ISEMPTY THEN
  EXIT;
//T02 End

KitSalesLine.SetSkipPricing;
IF Suspend THEN BEGIN
Ahmed Rashed Amini
Independent Consultant/Developer


blog: https://dynamicsuser.net/nav/b/ara3n

Comments

Sign In or Register to comment.