Post-Installation Task 4: Integration with TIBCO Fulfillment Order Management

TIBCO Fulfillment Order Management provides an inbuilt integration with Fulfillment Subscriber Inventory. In order to use this feature, configure the following properties in the TIBCO Fulfillment Order Management ConfigValues_OMS.xml file by adding the following XML entries within the existing category, having the parent category "Orchestrator Configuration" and sub-category name "Generic Configuration":

Procedure

  1. The value of the following property should be set to true in order to enable integration with Fulfillment Subscriber Inventory:
    <ConfValue description="Merge inventory in AOPD request" name="Merge inventory in AOPD request" propname="com.tibco.fom.oms.afi.aopd.merge.inventory" sinceVersion="3.0" visibility="Advanced"
    		<ConfBool default="false" value="false"/>
    </ConfValue>
  2. The value of this property should be set in the format hostname:port indicating the server location where Fulfillment Subscriber Inventory is deployed:
    <ConfValue description="Inventory service address" isHotDeployable="true" name="Host/Port for Inventory Service" propname="com.tibco.fom.oms.afi.aopd.merge.inventory.hostport" readonly="false" sinceVersion="3.0" visibility="Basic">
    		<ConfString default="localhost:8080" value="localhost:8080"/>
    </ConfValue>
  3. The value of this property should be set to the TIBCO Fulfillment Subscriber Inventory user with administrator privileges. The username should be of the format username@enterprise_name:
    <ConfValue description="Inventory service username" isHotDeployable="true" name="Inventory service username" propname="com.tibco.fom.oms.afi.aopd.merge.inventory.username" readonly="false" sinceVersion="3.0" visibility="Basic">
    		<ConfString default="admin@enterprise" value="admin@enterprise"/>
    </ConfValue>
  4. The value of this property should be set to the password corresponding to the TIBCO Fulfillment Subscriber Inventory user being used to fetch inventory information:
    <ConfValue description="Inventory service password" isHotDeployable="true" name="Inventory service password" propname="com.tibco.fom.oms.afi.aopd.merge.inventory.password" readonly="false" sinceVersion="3.0" visibility="Basic">
    		<ConfString default="admin" value="admin"/>
     </ConfValue>