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


Chapter 2 TIBCO ActiveMatrix BusinessWorks: Working with the Customer Component Interface : Expected Results

Expected Results
The example results can be viewed in the respective XML files written to:
TIB_ADPSFT8_HOME/examples/BusinessWorks/Customer
GetProcess data is fetched based on the SETID and TIB_CUSTOMER parameters specified in the Get_Input.xml file and is written into the Get_output.xml file. The Get_output.xml file should display the following customer record:
<Customers>
<PROPERTIES>
<SETID>SHARE</SETID>
<CUST_ID>1000</CUST_ID>
<NAME1>Alliance &amp; Group12</NAME1>
<NAME_SHORT>Alliance</NAME_SHORT>
<ADDRESS_SEQ_NO>1</ADDRESS_SEQ_NO>
<TIB_CUSTOMER__CUST_ADDR_SEQ>
<OPRN_CODE>U</OPRN_CODE>
<SETID>SHARE</SETID>
<CUST_ID>1000</CUST_ID>
<ADDRESS_SEQ_NO>1</ADDRESS_SEQ_NO>
<TIB_CUSTOMER__CUST_ADDRESS>
<OPRN_CODE>U</OPRN_CODE>
<EFF_DT>07/19/2002</EFF_DT>
<EFF_STATUS>A</EFF_STATUS>
<ADDRESS1>14410 Union Ave</ADDRESS1>
<ADDRESS2></ADDRESS2>
<CITY>San Jose</CITY>
<STATE>CA</STATE>
<POSTAL>95124</POSTAL>
</TIB_CUSTOMER__CUST_ADDRESS>
</TIB_CUSTOMER__CUST_ADDR_SEQ>
</PROPERTIES>
</Customers>
UpdateProcess data is updated based on the SETID and TIB_CUSTOMER parameters specified in the input_render.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