MOPD Orders Identification

The orders eligible for MOPD can be identified on the basis of orderRef or the order UDF value. The possible values for property com.tibco.fom.orch.mopdIndicator are orderRef and UDF. The following properties determine the orders that can be processed for MOPD.

<ConfValue description="MOPD order Indicator Flag" isHotDeployable="true" name="MOPD order Indicator Flag" propname="com.tibco.fom.orch.mopdIndicator" readonly="false" sinceVersion="3.0" visibility="Basic">
   <ConfString default="udf" value="udf" />
</ConfValue>
<ConfValue description="orderRef string for MOPD order Indicator" isHotDeployable="true" name="orderRef string for MOPD order Indicator" propname="com.tibco.fom.orch.mopdIndicator.orderRef.string" readonly="false" sinceVersion="3.0" visibility="Basic">
   <ConfString default="Manual_" value="Manual_" />
</ConfValue>
<ConfValue description="UDF key string for MOPD order Indicator" isHotDeployable="true" name="UDF key string for MOPD order Indicator" propname="com.tibco.fom.orch.mopdIndicator.udf.key.string" readonly="false" sinceVersion="3.0" visibility="Basic">
   <ConfString default="MOPD" value="MOPD" />
</ConfValue>
<ConfValue description="UDF value string for MOPD order Indicator" isHotDeployable="true" name="UDF value string for MOPD order Indicator" propname="com.tibco.fom.orch.mopdIndicator.udf.value.string" readonly="false" sinceVersion="3.0" visibility="Basic">
   <ConfString default="yes" value="yes" />
</ConfValue>

The following table explains the properties:

com.tibco.fom.orch.mopdIndicator UDF A UDF property of order is used to identify an MOPD order.
orderRef orderRef of an order is used to identify MOPD order.
com.tibco.fom.orch. mopdIndicator.orderRef.string Any valid string value An orderRef with this specified value as prefix string is eligible for MOPD. This property is used if the property com.tibco.fom.orch.mopdIndicator is set to orderRef.
com.tibco.fom.orch. mopdIndicator.udf.key.string Any valid string value An udf with key as this specified value is eligible for MOPD. This property is used if property com.tibco.fom.orch.mopdIndicator is set to udf.
com.tibco.fom.orch. mopdIndicator.udf.value.string Any valid string value A UDF with this value as the specified value is eligible for MOPD. This property is used if the property com.tibco.fom.orch.mopdIndicator is set to UDF.