Hi! Can someone help me with this? I am currently ...
# suitetalkapi
c
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
my advice is to see how item receiving works in the ui
the process there is similar to what you will have to do in any of the apis
for soap webservies, you have to match your item receipt item lines to existing item lines on the receipt
c
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
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
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
just like in the ui, you can mark a line item as received or not using a checkbox