Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Description:
The hotfix can be downloaded from the TIBCO Support ftp server, support-ftp.tibco.com. Please use your eSupport username and password to access the server. After connecting, go to available_downloads/CollaborativeInformationManager/8.2.1/hotfix-10/ to download the hotfix.
This .tar file also has the Readme file inside. Please untar the file and look for the Readme file for Instruction on how to apply the hotfix.
The defects fixed in CIM 8.2.1 Hotfix 10 are:
CIM-13096
When two subsequent subflows were called after ASYNC activity (For example,EvaluateRulebase), workflow did not suspend for workitem approval created in second subflow.
CIM-13028
When SaveRecord activity was executed and if any forward relationships were not part of the indoc then existing relationships were lost. To fix this, add the following parameter in the SaveRecord Activity.
<Parameter direction="in" name="RetainExistingRelationships" type="boolean" eval="constant">TRUE</Parameter>
CIM-13012
SaveRecord activity did not save child record if same record id/extension was used in Cross Repository Relationship.
CIM-13010
In Retailer workflow,in a record hierarchy if a parent and child record were in a workitem in unconfirmed state and a new record was added with the same child record, the workitem failed to open
CIM-12974
New Webservices was added to support Record Query and Record Search for ClassificationScheme and ClassificationCode Hierarchy.
a.Query Classification Scheme List
b.Query Classification scheme attribute list for detailed information on classification scheme.
c.Query Classification code hierarchy
CIM-12928
Using the table tag if multi-column drop-down was defined for a attribute, the Record List page displayed only the first column (value column) instead of all the display columns that was specified in the drop-down constraint.
CIM-12820
If a workitem was delegated to a user who was created and saved before the delegator to whom the delegation profile was set, the workitem activity threw IndexOutOfBoundsException error.This happened if the delegated user and the delegator belonged to same user role.
CIM-12762
In Record Query Webservice, the search criteria specified on a second level of relationship was ignored if no criteria was specified for the first level relationship.
CIM-12668
The Record User Interface was updated to convert valid value drop-down list to a radio group.
CIM-12667
The Record User Interface was updated to combine two or more attribute groups into a single tab.
CIM-12666
The Record User Interface was updated to exclude a relationship from relationship tree and display as a separate Relationship tab.
CIM-12665
The Record User Interface was updated to convert multi-value drop-down list to a checkbox option.
CIM-12091
The Create Record screen was updated to display scroll tab as stationary as it was in the other tab.
CIM-10805
The dependent drop-down lists were not working in Browse and Search page.