Prognosis
The integration is used to add / update prognosis values on an item / article in Extend Commerce Backend from external sources (systems). The specification is illustrated as the number 6 below.
Prognosis
Element | Code | Mand. | Explanation |
FromPartner | Y | From system | |
FromPartnerUser | Y | User from system / Client | |
ToPartner | Y | To system | |
ToPartnerUser | Y | User of from system / Client | |
DateTime | N | Document create date (YY-MM-DD hh:mm) | |
ReferensNumber | Y | message reference number |
LXIRItemProg \Header (1-999)
Element | Code | Mand | Explanation |
DocumentNumber | J | File message reference number | |
DocumentName | GenericWarehousePURORD | J | File message name: GenericWarehousePURORD |
CreationDate | J | Create / update date |
LXIRItemProg \Header\ItemProg (1)
Element | Code | Mand | Explanation |
OperationCode | 1 2 | Y | 1 = New value, overwrite existing prognosis 2 = Add value to existing prognosis |
WarehouseID | Y | Warehouse short name | |
ArticleID | Y | Product number | |
Consumptiondate | Y | Timestamp for when the article is prognosis to be consumed. | |
Consumption | Y | The quantity of base unit’s prognosis to be consumed |
XSD file
Prognosis
<?xml version="1.0" encoding="utf-8"?>
<LXIRItemProg>
<Envelope FromPartner="*" FromPartnerUser="SOLARNO" ToPartner="*" ToPartnerUser="SOLARNO" DateTime="2010-06-29 11:10" ReferensNumber="0011013256" InterchangeTest="" />
<Header>
<HeaderInfo CreationDate="2010-06-29 11:10" DocumentName="ITEPRO" DocumentNumber="0011013256" />
<ItemProg>
<ItemProgInfo OperationCode="2" WarehouseID ="2008200" ArticleID =" 1511857 " Consumptiondate ="2011-06-29 11:10" Consumption ="35" />
</ItemProg>
</Header>
</LXIRItemProg>
ersion | Date | Author/change | Commenct |
A | 2016-09-19 | Muhammad Jawad | Integration specification for LxirItemProg |
1.0 | 2016-10-03 | Martin Fransson | Updated |