How to publish the records with data that is available in the latest version of the record?
book
Article ID: KB0090733
calendar_today
Updated On:
Products
Versions
TIBCO Collaborative Information Manager
-
Not Applicable
-
Description
Resolution: For this case, the application allows to publish the records even when they are not confirmed.
In the IdentifyRecordVersions if you pass the "VersionOption" as latest then all the records in the subset will be published, even the unconfirmed ones, as follows: <Activity Name="IdentifyRecordVersions"> <Action>IdentifyRecordVersions</Action> <Description lang="en">Picks the appropriate record versions from the catalog</Description> <Parameter direction="in" type="string" eval="constant" name="eventState">IDENTIFYVERSION</Parameter> <Parameter direction="in" name="InDocument" type="document" eval="variable">inDoc</Parameter> <Parameter direction="in" name="VersionOption" type="string" eval="constant">latest</Parameter> <!-- Added dummy parameter to allow selection of relationship direction --> <Parameter direction="in" name="relName" type="string" eval="constant">Contains</Parameter> </Activity>
Issue/Introduction
How to publish the records with data that is available in the latest version of the record?