Hi,
I am ussing eConnect 10.0 to update a sale order in GP. I modified the schema in order to add a SalesPerson ID to sale. I added a new node to both line and header:
<taSopLineIvcInsert>
<SLPRSNID>bellevue</SLPRSNID>
</taSopLineIvcInsert>
and
<taSopHdrIvcInsert>
<SLPRSNID>bellevue</SLPRSNID>
</taSopHdrIvcInsert>
The issue is that the header is updated correctly but the line gets a SLPRSNID=’STHOMPSON’. Seems like a default value replaced the value I send in XML.
I am new to GP and eConnect so any suggestion will help.
Thanks,
Cristian