Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
The solution to have the records in UNCONFIRMED state after import is as follows:
Step 1: Modify the "UpdateProductStatusAsConfirmed" activity in the import workflow file wfin26catsourcev2.xml to have the following parameter
<Parameter direction="in" name="Status" type="string" eval="constant">UNCONFIRMED</Parameter>
instead of
<Parameter direction="in" name="Status" type="string" eval="constant">CONFIRMED</Parameter>
Step 2: Then use the "Direct Load" option instead of the "Split/Approval Required".