Sunday, January 8, 2017

Dynamics NAV - Force Post Item Journal Entry to INTRANSIT location

This is not recommended for live environments, and should only be used for testing or recovery from damaged data.
This will allow you to do Item Journals against the INTRANSIT location

  • Modify C21
    • Rem out this line
    • ERROR(UseInTransitLocationErr,"Location Code");
    • You need to leave this line remmed out for the adjust costs job to run correctly
  • Modify C22
    • Rem out these lines
    • OldItemLedgEntry.TESTFIELD("Order Type",OldItemLedgEntry."Order Type"::Transfer);
    • OldItemLedgEntry.TESTFIELD("Order No.",ItemLedgEntry."Order No."); 

No comments:

Post a Comment