This chapter defines the file format expected by PDM Gateway for changing the status of PDM 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 ».



XML file to be processed by the :

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>

                                               <FIND name="Name" value="A_001.sldasm" /> 

                                       </PRODUCT>

                                       <PRODUCT>

                                               <FIND name="Name" value="P_120.sldprt" /> 

                                       </PRODUCT>

                               </PRODUCTS>

</ PDM_GATEWAY>



Csv file to be processed by the :

Sample file received from ERP - CSV format :