Hi! Can someone help me with this? I am currently creating a item receipt that is referenced to a purchased order. But when i'm testing it, it says that "Adding new line to sublist item is not allowed." Do I have to enable a certain role for this?
b
battk
10/27/2020, 2:47 AM
my advice is to see how item receiving works in the ui
battk
10/27/2020, 2:47 AM
the process there is similar to what you will have to do in any of the apis
battk
10/27/2020, 2:48 AM
for soap webservies, you have to match your item receipt item lines to existing item lines on the receipt
c
Carlo Tatoy
10/27/2020, 2:49 AM
you mean that when I received items in PO, all the lines in PO must be present also in Item Receipt regardless if that items are already received or not?
b
battk
10/27/2020, 2:50 AM
i would recommend going thorough the examples/documentation on Item Receipt to see how you can initialize the item receipt from the purchase order.
c
Carlo Tatoy
10/27/2020, 2:50 AM
My scenario is I created a PO with 1 item, and I am trying to create an Item Receipt that is referenced to the PO I created. There's only 1 item involve.
b
battk
10/27/2020, 2:51 AM
just like in the ui, you can mark a line item as received or not using a checkbox