To implement this hotfix, you must have a developer license.
You do not have to have rights to the data stores unless you have to perform data repair.
...
BEGIN
FromBinContent.RESET;
FromBinContent.SETRANGE("Location Code",Location.Code); FromBinContent.SETRANGE("Item No.",ItemNo); FromBinContent.SETRANGE("Variant Code",VariantCode); IF FromBinContent.ISEMPTY THEN EXIT;
ItemTrackingDataCollection.CreateEntrySummaryFEFO(Location,ItemNo,VariantCode);
IF ItemTrackingDataCollection.FindFirstEntrySummaryFEFO(EntrySummary) THEN BEGIN InitTempHandlingSpec; RemQtyToPickBase := TotalQtytoPickBase;
...
...
BEGIN
FromBinContent.RESET;
FromBinContent.SETRANGE("Location Code",Location.Code); FromBinContent.SETRANGE("Item No.",ItemNo); FromBinContent.SETRANGE("Variant Code",VariantCode); IF FromBinContent.ISEMPTY THEN EXIT; ItemTrackingDataCollection.CreateEntrySummaryFEFO(Location,ItemNo,VariantCode,TRUE);
IF ItemTrackingDataCollection.FindFirstEntrySummaryFEFO(EntrySummary) THEN BEGIN InitTempHandlingSpec; RemQtyToPickBase := TotalQtytoPickBase;
...