Thank you for the reply.
But, we need the Transfer Orders. But, we just to transfer the stocks without InTransit. This facility is being considered to transfer the Consumable items to a virtual location.
"A bove maiore discit arare minor"-"From the old ox, the young one learns to plow."
It is not so difficult. I did it once and with few changes.
In C5704:"TransferOrder-Post Shipment".PostItemJnlLine you need to intercept when you want to do this: instead of using the In-Transit location, use the receiving location code.
In the OnRun, just before the COMMIT-statement, you need to run C5705:"TransferOrder-Post Receipt" to create the transfer receipt-document.
In C5705:"TransferOrder-Post Receipt".PostItemJnlLine, you need to exit the function in case in this case without posting the entry, because you already received it in the receiving location.
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Comments
But, we need the Transfer Orders. But, we just to transfer the stocks without InTransit. This facility is being considered to transfer the Consumable items to a virtual location.
In C5704:"TransferOrder-Post Shipment".PostItemJnlLine you need to intercept when you want to do this: instead of using the In-Transit location, use the receiving location code.
In the OnRun, just before the COMMIT-statement, you need to run C5705:"TransferOrder-Post Receipt" to create the transfer receipt-document.
In C5705:"TransferOrder-Post Receipt".PostItemJnlLine, you need to exit the function in case in this case without posting the entry, because you already received it in the receiving location.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!