Hello devs!
Today we will be discussing on one of the most common requirement that developers encounter while working with Sales orders/Purchase order or Inter-company Sales orders/Inter-company Purchase orders.
Requirements:
We need to pick the element related to original sales orders so we need to traverse
from SalesOrder-->SalesOrder(inter-company)-->
PurchaseOrder(inter-company)-->OriginalSalesOrder.
For that i have written a peice of code to deal with the above requirement
In my case I would be picking a TankID related to WRM .
Today we will be discussing on one of the most common requirement that developers encounter while working with Sales orders/Purchase order or Inter-company Sales orders/Inter-company Purchase orders.
Requirements:
We need to pick the element related to original sales orders so we need to traverse
from SalesOrder-->SalesOrder(inter-company)-->
PurchaseOrder(inter-company)-->OriginalSalesOrder.
For that i have written a peice of code to deal with the above requirement
In my case I would be picking a TankID related to WRM .
Comments
Post a Comment