Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 3 TIBCO ActiveMatrix BusinessWorks: Working with the SalesOrder Component Interface : Expected Results

Expected Results
The example results can be viewed in the respective output XML files configured in Setting Up the Example.
The GetProcess data is fetched based on the SETID and TIB_SalesOrder parameters specified in the Get_Input.xml file. In case of a success, it retrieves the employee details and generates the Get_output.xml file. In case of an error, it prints the error message in the get_output_err.xml file. Any change to the input XML file starts the process.
The following SalesOrder record is from an example Get_output.xml file:

 
   <SalesOrder>
<PROPERTIES>
<BUSINESS_UNIT>US001</BUSINESS_UNIT>
<ORDER_NO>CEN0001</ORDER_NO>
<DESCR_0></DESCR_0>
<ADDRESS1></ADDRESS1>
<COUNTRY_SHIP_FROM></COUNTRY_SHIP_FROM>
<SOLD_TO_CUST_ID_0>US011</SOLD_TO_CUST_ID_0>
<BILL_TO_CUST_ID_1>US011</BILL_TO_CUST_ID_1>
<ORDENT_HDR_NAV>0000</ORDENT_HDR_NAV>
<COMMSN_LEVEL>1</COMMSN_LEVEL>
<COMMSN_METHOD>C</COMMSN_METHOD>
<EXPORT>N</EXPORT>
<ORDER_DATE>09/30/2002</ORDER_DATE>
<ORDER_GRP>STD</ORDER_GRP>
<ORDER_STATUS>O</ORDER_STATUS>
<PROD_ID_SRC>S</PROD_ID_SRC>
<TIB_SALESORDER>
<OPRN_CODE>U</OPRN_CODE>
<COPY_LINE_SEL></COPY_LINE_SEL>
<ORDER_NO></ORDER_NO>
<ORDER_DATE></ORDER_DATE>
<DESCR></DESCR>
<PROD_ID_ENTERED></PROD_ID_ENTERED>
<QTY_ORDERED>0</QTY_ORDERED>
<UNIT_OF_MEASURE></UNIT_OF_MEASURE>
</TIB_SALESORDER>
</PROPERTIES>
    </SalesOrder>

 
UpdateProcess data is updated based on the SETID and TIB_SalesOrder parameters specified in the Update_input.xml file and is updated in PeopleSoft.
SyncProcess output is stored in the Sync_output.xml file.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved