Hi all ,
I am working on Sales orders , I came up with a query -
Lets say , we have an item - ITEMA which is a BOM and its BOMs are ItemA1 and ItemA2 which are again the parent Items of ItemA1a ,ItemA1b and ItemA2a ,ItemA2b respectively .
Now I add this ItemA in my sales order lines with Quantity 2 and explode it . now I have 3 lines in Sales Order - one is cancelled line of ItemA and other two are ItemA1 and ItemA2.
Now I add another line with ItemA1 which has quantity 10. I have 4 lines in Sales Order now - one is cancelled line of ItemA and other two are ItemA1 and ItemA2 and one is for ItemA1 which has 10 Qty.
Now my query is that how will I differentiate between the line of item A1 that was formed with the explosion and the one that I created with Qty 10 ? is there any field that can be referred that can show that one was created by explosion and one was added seperately?
need to work on this and I am confused on writing its code .
Thanks in advance .