Monday, August 24, 2020

NAV/BC - How to disable the "Do you want to delete the sales line and all tracking lines" prompt when deleting sales order lines with lot numbers

  •  P46-OndeleteRecord

  • C99000832 Sales Line-Reserve
    • Rem out the confirm prompt
  • For Item Journals
    • c99000845
      • DeleteItemTrackingConfirm
        • Rem the first line so it always exits true
        • IF NOT ItemTrackingExist(CalcReservEntry2) THEN
        •   EXIT(TRUE);

No comments:

Post a Comment