How to have records loaded via the import process be in ‘UNCONFIRMED’ state when there is no business process rule in place for them?

How to have records loaded via the import process be in ‘UNCONFIRMED’ state when there is no business process rule in place for them?

book

Article ID: KB0090752

calendar_today

Updated On:

Products Versions
TIBCO Collaborative Information Manager -
Not Applicable -

Description

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

&ltParameter direction="in" name="Status" type="string" eval="constant"&gtUNCONFIRMED</Parameter>
instead of
&ltParameter direction="in" name="Status" type="string" eval="constant"&gtCONFIRMED</Parameter>

Step 2: Then use the "Direct Load" option instead of the "Split/Approval Required".

Issue/Introduction

How to have records loaded via the import process be in ‘UNCONFIRMED’ state when there is no business process rule in place for them?