我有一个关于使用鼠尾草进化(分支)整合的flowgear的问题。 我已经为客户端和stkitem数据同步创建了flowgear工作流程,并将分支会计(特定的分支ID)同步到我的Web移植器。 当我使用特定客户端和stkitem数据从web向flowgear提交订单时,sage evolution节点发出错误
记录(客户:THR001C)不能在此上下文中使用,因为它链接到分支“CH”。目前的分支是“全球”。
我的sage evolution节点源XML是:
<?xml version="1.0" encoding="utf-16"?>
<Documents xmlns="http://flowgear.net/Schemas/PastelEvolution/Documents.xsd">
<Configuration>
<DocumentType>ArSalesOrders</DocumentType>
<ProcessAllOrNone>1</ProcessAllOrNone>
</Configuration>
<Document>
<ProcessAction>Create</ProcessAction>
<Account>AFR099T</Account>
<ExternalOrderNo>12543</ExternalOrderNo>
<OrderNo>123</OrderNo>
<Description>Test</Description>
<DetailLines>
<DetailLine>
<LineAction>Add</LineAction>
<StockItem>TPJ057</StockItem>
<Quantity>20.0</Quantity>
<UnitSellingPrice>0.0</UnitSellingPrice>
<Warehouse>CH/CA</Warehouse>
</DetailLine>
</DetailLines>
</Document>
</Documents>
请帮帮我
谢谢