Old Format - Example for changing the status of documents
- Information to be processed :
We take the following example below:
- Documents that need to be "obsolete" (i.e. no longer in the PERIME_STATUS) have the identifiers: "A_001.sldasm "and "P_120.sldprt ».
- Received file to be processed by the interface:
Sample file received from ERP - XML format :
<?xml version="1.0" encoding="utf-8" ?>
< PDM_GATEWAY>
< PDM_GATEWAY_ACTION name="Type" value="Import_Perimes" />
<PRODUCTS>
<PRODUCT>
<FIELD name="Doc_ID" value="A_001.sldasm" />
</PRODUCT>
<PRODUCT>
<FIELD name="Doc_ID" value="P_120.sldprt" />
</PRODUCT>
</PRODUCTS>
</ PDM_GATEWAY>