Public Profile
  • Document line description & Find function behavior

    Unexpected behavior of the Find function on Sales/Purchase document line. Follow the repro steps to understand the issue: 1.Take a NAV2017 CZ database with the last CU implemented 2. Create a new Sales Invoice HEADER: Customer No. = 10000 3 Create a new document line a) Type = G/L Account b) No. = insert account with number 602120 c) Change the Description in the row to "Reklama". Confirm ================================================ ACTUAL RESULTS - Because there is an account named "Reklama" in the list of G/L Accounts, the system automatically changes (without warning) the account number in the document line (inserts the searched account). ================================================ EXPECTED RESULTS - If the account number is already entered in the line, then no longer looking for another account when changing the description. Or use a warning, similar as in the case when line type is = Item: "We found an item with the description "XXX" (No. 70100). Did you mean to change the current item to 70100?"
  • CREATE WAREHOUSE PICK FROM THE BIN EVEN FOR QUANTITIES THAT ARE JUST READY FOR WAREHOUSE MOVEMENTS

    Can you allow a location where Always Create Pick Line = FALSE is set, to generate picking from the bin even for the quantity that is only ready for warehouse movements. That means, calculate the quantity available in the bin as the Available Qty. to Take + Put-away Quantity. It assumes that the warehouse movement will take place first and then the warehouse pick. Below example to understand the issue: 1. Run Business Central version W1 2. Check the settings on the White location: - Always Create Pick Line = FALSE 3. Check the starting content of the bin Search for page Bin Contents and here check content of bin W-01-0001 for item LS-75. It should be like this: Quantity (Base) = 4, Pick Quantity (Base) = 0, Put-away Quantity (Base) =0, Available Qty. to Take=4. 4. Create Sales Order No.1 Create new sales order: - Customer = 10000 - Item = LS-75 - Location Code = White - Quantity = 4 - Reserve the line. 5. Create Warehouse Shipment and pick for the sales order No. 1 From the created sales order create Whse. Shipment and, then create Pick. Do not register the Pick. After that check content of bin W-01-0001 for item LS-75. It should be like this: Quantity (Base) = 4, Pick Quantity (Base) = 4, Put-away Quantity (Base) =0, Available Qty. to Take=0. 6. Create Warehouse Movement In the Movement Worksheet, enter a line for moving item LS-75 in the amount of 6 pieces from bin W-05-0001 to W-01-0001 and create a Warehouse Movement. After that check content of bin W-01-0001 for item LS-75. It should be like this: Quantity (Base) = 4, Pick Quantity (Base) = 4, Put-away Quantity (Base) =6, Available Qty. to Take=0. 7. Create Sales Order No.2 Create new sales order: - Customer = 10000 - Item = LS-75 - Location Code = White - Quantity = 6 - Reserve the line. 8. Create Warehouse Shipment for the sales order No. 2 From the created sales order create Whse. Shipment and, then try to create Pick. System information appears: „Nothing to handle. The quantity to be picked is in bin W-05-0001, which is not set up for picking.” The point is, that our customer requests to generate pick from the bin (W-01-0001) even in this case.