You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm updating a order entry line and if I try an update the price, the XML is creating null elements for itemid and quantity as these are allowing null. The affect is the line is orphaned from the sales order.
I'm updating a order entry line and if I try an update the price, the XML is creating null elements for itemid and quantity as these are allowing null. The affect is the line is orphaned from the sales order.
<itemid/>
source
<quantity/>
source
I have to pre-read the object, copy the values, then update.. is there a reason why these are true?
The text was updated successfully, but these errors were encountered: