Product: Dynamics GP (Standard/Advance)
Error: Line items contain qauntity types that are not allowed for the Order DOCID entered
Issue: Whenever exporting an inbound Purchase Order (850) from a Trading Partner you receive the error message 'Line items contain qauntity types that are not allowed for the Order DOCID entered'
Reason: The Type ID within Dynamics GP being passed from Transaction Manager is not configured properly to accept the type of quantity (Qty Back Order, Qty Fulfilled, etc.) as acceptable values
Solution - Dynamics GP
You'll need to make sure to configure your Dynamics GP Type ID for your Sales Entry properly to allow Back Orders, or fulfilled quantities before passing those values.
Navigate: Sales Entry β Type ID (magnifying glass) β Open (Type ID)
Enable: Needed Quantity options for desired results
Solution - Mapping Manager
If you have access to Mapping Manager you'll need to modify your taSopInvLineInsert row to no longer pass the offending value
Row: taSopLineInvInsert
Field QTYONHND, QTYBAOR, QTYCANCE, QTYFULFI, etc.
Example: Passing QTYBAOR (Backordered) to an Type/Doc ID that does not support it
rev 9/26/22