简体   繁体   English

无法通过eConnect更新taSopSerial

[英]Unable to update taSopSerial through eConnect

I am brand new to working with GP and eConnect. 我是与GP和eConnect合作的全新人选。 I am attempting to update the LOCNCODE for a sales order. 我正在尝试更新销售订单的LOCNCODE。 I am working in a C# application using eConnect. 我正在使用eConnect在C#应用程序中工作。 I can update the header(taSopHdrIvcInsert) and any non-serialized line items(taSopLineIvcInsert_Items), but any serialized items (taSopSerial) fail to update. 我可以更新标头(taSopHdrIvcInsert)和任何非序列化的行项目(taSopLineIvcInsert_Items),但任何序列化的项目(taSopSerial)都无法更新。 I do not get any errors from eConnect. 我没有收到eConnect的任何错误。 As far as I can tell, everything looks right in my xml document being sent to eConnect, and I have traced the SQL queries being performed by eConnect, again without any errors. 据我所知,在发送到eConnect的xml文档中,所有内容都正常,我已经跟踪了eConnect正在执行的SQL查询,同样没有任何错误。 Any advice is appreciated. 任何建议表示赞赏。

After talking with some of my coworkers, I think we might have found the problem. 在与我的一些同事谈话后,我想我们可能已经找到了问题。 It seems I cannot update taSopSerial in this way. 我似乎无法以这种方式更新taSopSerial。 Since the line items have not yet been fulfilled, and do not yet have serial numbers assigned, I can update them through taSopLineIvcInsert_Items just like the non-serialized line items. 由于订单项尚未完成,并且尚未分配序列号,我可以通过taSopLineIvcInsert_Items更新它们,就像非序列化订单项一样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM