Closed Issues

The table lists the closed issues in version 9.1.0 of TIBCO MDM.

Closed Issues
Key Summary
CIM-26092 The initial display of the Error breadcrumb was not shown for relationship in the relationship tree.
CIM-25744

The Translate activity failed to translate the document from XML to PDF.

CIM-25708 The Clear action used in the rulebase did not clear the date type attribute.
CIM-25704

While importing records if the relationship attribute contained a single quotation mark, the quotation marks would turn into double quotation marks.

CIM-25610

During import, if the CONTAINS field was used to delete relationships and if its value exceeded 4000 characters, an error occurred during the "Upload" event. To resolve the issue, use the Delete Relationships Only feature.

CIM-25515

Unable to login to the server. To resolve the issue, add the following properties in Configurator using the Add New Property option:

  • Configuration value name: Forgot Password
  • Internal name: com.tibco.mdm.resetpassword.enable
  • Version: 8.3
  • Visibility: Advanced
  • Description: This property enables the Forgot Password functionality.
  • Value Type: Boolean
  • Current Value: true
  • Default Value: false
  • Category: “Function Enable"
  • Configuration value name: Password expiry period
  • Internal name: com.tibco.cim.authentication.password.expiry.period
  • Version: 9.0.1
  • Visibility: Advanced
  • Specify the password expiration policy in days. If you do not want to set the expiration policy, specify the value as zero (0).
  • Value Type: Numeric
  • Current Value: 90
  • Default Value: 90
  • Category: “Miscellaneous” or "Optimization switches"
  • Configuration value name: Password minimum length
  • Internal name: com.tibco.mdm.authentication.password.minLength
  • Version: 9.0.1
  • Visibility: Advanced
  • Description: Minimum required length of the password characters.
  • Value Type: Numeric
  • Current Value: 8
  • Default Value: 8
  • Category: “Miscellaneous” or "Optimization switches"
  • Configuration value name: Password maximum length
  • Internal name: com.tibco.mdm.authentication.password.maxLength
  • Version: 9.0.1
  • Visibility: Advanced
  • Description: Maximum required length of the password characters.
  • Value Type: Numeric
  • Current Value: 60
  • Default Value: 60
  • Category: “Miscellaneous” or "Optimization switches"
  • Configuration value name: Password required
  • Internal name: com.tibco.mdm.authentication.password.requiredStrings
  • Version: 9.0.1
  • Visibility: Advanced
  • Description: Format of the password. The password must contain an upper case, lower case, and special characters.
  • Value Type: List
  • Current Value: (?=.*[a-z]),(?=.*[A-Z]), and (?=.*[0-9])
  • Default Value: (?=.*[a-z])
  • Category: “Miscellaneous” or "Optimization switches"
CIM-25252

The Compare Record activity did not return the expected result when the future effective dates were used.

CIM-25234

When the Record Query web service request was executed using the RouteAction service method, the following error was returned in the response: soapenv:Server unknown.

CIM-25112

After upgrading TIBCO MDM from 8.3.1 to 9.0.1, when opening a record and entering data, the following message falsefalse[]falseMODIFIEDtrue was displayed.

CIM-24990 After upgrading schema (wsdl) from TIBCO MDM 8.3.1 to 9.0.1, the SOAP response fails.
CIM-24989

In the Record Add/Modify web service, rulebase first pass assignment did not work even though the first_pass was specified as 'required'.

CIM-24943

While searching a record with the Date field which occurred in the Daylight saving dates(DST), then an incorrect result was displayed.

CIM-24929 If the MDM server failed to start, the web service would show a vague error response.
CIM-24902

When using in-memory workflow, the Netrics server was not updated and the Netrics indexing was not working for the Record Add and Record Modify web services.

CIM-24862

The UpdateRecordState Activity did not update cache for the deleted records when ran in the ASYNC mode.

CIM-24861

While modifying a record, the new record version was not created instead the new record history entry was created with the existing version. This happened only for those records which had the CONTAINS attribute value containing the non-existing relationship type.

CIM-24841 A performance issue occurred while updating the record. To resolve the issue, add the following properties in Configurator using the Add New Property option:
  • Configuration value name: Update Index Even When Only Child Records Updated
  • Internal name: com.tibco.dq.denormalizedEntity.updateIndexEvenWhenOnlyChildRecordsUpdated
  • Version: 9.0.1
  • Visibility: All
  • Description: Updates the index when only child records are updated. If the value is set to false and only when the child record is updated, then it does not reflect in the Netrics table.
  • Value Type: Boolean
  • Current Value: true
  • Default Value: false
  • Category: “Miscellaneous” or "Optimization switches"
  • Configuration value name: Update Index When Only Child Records Deleted
  • Internal name: com.tibco.dq.denormalizedEntity.updateIndexWhenOnlyChildRecordsDeleted
  • Version: 9.0.1
  • Visibility: All
  • Description: Updates the index when only child records are deleted. If the value is set to false and only when the child record is deleted, then it does not reflect in the Netrics table.
  • Value Type: Boolean
  • Current Value: false
  • Default Value: false
  • Category: “Miscellaneous” or "Optimization switches"
  • Note: For denormalized index entity, if the property is set to "true" and if only the child records are deleted, then update the Netrics index accordingly.
CIM-24821

The records with the Date and Timestamp type attributes failed to parse with the RESTRecordQuery activity.

CIM-24790

The Record Query web service did not return the relationship attributes when Bundle Cache was enabled.

CIM-24676

When the VersionPolicy parameter was specified with the Optimize or Correct value in the ImportCatalogRecords activity, then delete relationships using the CONTAINS column was not working.

CIM-24650

A performance issue occurred while searching for records of cross-repository relationship.

CIM-24612

While executing the EvaluateRuleBase activity, the rulebase was applied on child records as well even though the EvaluateChildren parameter was specified as false.

CIM-24596

A vertical scroll bar was not displayed for multivalue attributes on the Internet Explorer browser.

CIM-24595

Internet Explorer version 11 became unresponsive while typing a value in the search box of a drop-down list.

CIM-24588 TIBCO MDM Web Services Guide included reference of RECORD_MODDATE as a predefined key in the Record Query web service.
CIM-24582

A rulebase was configured with a drop-down list for an attribute for searching records. When manually typing value which was present or not present in the drop-down list and clicking Search, all records were returned in the result.

CIM-24581

After entering a string value for search in the drop-down list, the auto complete search result returned values containing the searched string instead of returning values starting with that string.

CIM-24569

A NullPointerException was thrown while executing access constraint with the hide_record mode from 'include' rulebase.

CIM-24561

Database loader uses APPEND hint in the INSERT queries to get performance benefit from the Oracle database. However, using the APPEND hint in INSERT query was temporarily locking table, which would impact other ongoing MDM operations in live system. Therefore, to disable the APPEND hint in live system, add the following property in Configurator with value false. (Configuration Outline > Advanced > Miscellaneous > Add New Property):

  • Configuration value name: Query Append Hint
  • Internal name: com.tibco.cim.optimization.qry.appendhint
  • Version: 8.3
  • Visibility: Advanced
  • Description: Decides whether or not to use APPEND hint in the database loader INSERT query.
  • Value Type: Boolean
  • Current Value: false
  • Default Value: true
  • Category: Miscellaneous
CIM-24560

When editing a record to set the future effective date and after clicking Save and Process, a confirmation was displayed, however, the UI remained inactive and the user could not proceed further. After refreshing the screen, changes were not saved to the record.

CIM-24558

In the ImportCatalogRecords activity the RecordState was set to CONFIRMED and VersionPolicy was set to NEW or OPTIMIZE. In this case, when a deleted record was re-imported, a new version of the record was created, however, the latest version in PRINCIPALKEY was set to active='N'.

CIM-24550

When modifying records through Mass Update, the relationship_record link variable was not evaluated correctly in the rulebase execution.

CIM-24546

EvluateRulebase failed where a Link type relationship was used with the reverse relationship and the EvaluateChildren parameter was set to false in the EvluateRulebase activity.

CIM-24537

Unable to submit the work item due to the following error message: Record has errors.

CIM-24532

An error occurred while viewing a record. This issue is related to the rulebase execution and occurred only when using JDK 1.8 version or later.

CIM-24523

Multiple frequently used SQL queries were running slow. Explicit data type conversion and the usage of custom function used in query was the cause of slowness.

CIM-24521

When a record was queried for the first time using TIBCO MDM Business Works Plug-in or a web service, the related record was not retrieved. This issued occurred when running a query for the first time within the BW development environment on Windows 7 or when deployed on Linux server.

CIM-24518

The Record Add web service with NoValidate/NoProcess command qualifier returned success instead of returning an error when the string or boolean attribute value exceeded the maximum length set in repository metadata.

CIM-24516

The Record Query web service request with perspective was loading records that were not part of the perspective, which caused the possible performance degradation.

CIM-24512

Sorting search result on UI was losing the classification criteria and showing all records from repository in the sorted order.

CIM-24510

On the Merge Record Work item page, when validating merged record WORKITEM/ACTIVITY_NAME context variable was evaluated to null.

CIM-24501 Unable to modify a record on TIBCO MDM 9.0.0 HF-002.
CIM-24499

When only warning messages were generated by the rulebase validation, saving a record was not allowed by clicking Save and Process or Save.

CIM-24497

The Record Modify web service was executed through TIBCO MDM Business Works Plug-in. An error occurred in the Record Modify web service response while adding relationship with a new record and the blank PRODUCTID. A rulebase was configured to populate the PRODUCTID.

CIM-24495

A NullPointerException was thrown while adding a record using TIBCO MDM Business Works Plug-in when a rulebase was configured to populate PRODUCTID.

CIM-24493

While creating a record after clicking the Validate button and selecting the drop-down list or timestamp from a calendar, the UI remains inactive.

CIM-24491
Pagination was not working properly when using the View All button on the Browse and Search page after searching attributes on the search option.
Note: The issue occurs only with the Mozilla Firefox browser.
CIM-24479

On the Browse and Search screen, searching a record with related repository attribute criteria was not working for the reverse relationships.

CIM-24478

On the record UI page, relationship tree was not expanding due to incorrect rulebase constraint execution.

CIM-24470

An error was displayed after clicking Save while configuring the work item screen by the "Locked By" column.

CIM-24468

A NullPointerException was shown while executing the add and modify record web service requests.

CIM-24466

The Get Event Info web service response failed with a validation error. This issue occurred due to the mandatory Attribute tag.

CIM-24464

The Record UI page did not refresh the relationships in the relationship tree which are controlled through RELATIONSHIP_LIST in rulebase constraints.

CIM-24442

When editing a record to set the future effective date and after clicking Save and Process, a confirmation was displayed, however, the UI remained inactive and the user could not proceed further. After refreshing the screen, changes were not saved to the record.

CIM-24441

The Record Query web service did not retrieve reverse relationship records specified in the Return field.

CIM-24437

When atomic was set to on for Record Add web service, all commands were not processed together, one or more commands failed to complete and the following message was shown in the response: Failed to commit transaction.

CIM-24418

Modifying a record of multivalue attributes with the drop-down value, the existing removed value was still displayed.

CIM-24405

On the Browse and Search page, as the user typed values of the drop-down lists, the values were not visible in the list. The issue occurred after applying TIBCO MDM 9.0.0 HF-02.

CIM-24404

A NullPointerException was shown while executing the add and modify record web service requests.

CIM-24395 TIBCO MDM System Administration guide mentioned an incorrect password of the super user.
CIM-24377 On the rejection work item page, entered comments were not properly formatted.
CIM-24376

On the rejection work item page, entered comments were not properly formatted.

CIM-24374

Users were unable to disable the attribute log creation. To disable the attribute log creation, add the following property in Configurator (Configuration Outline > Advanced > Miscellaneous > Add New Property):

  • Configuration value name: disable Attribute log creation
  • Internal name: com.tibco.mdm.disable.attributelog
  • Version: 8.3.2
  • Visibility: All
  • Description: way to disable creation of AttributeLog.
  • Value Type: Boolean
  • Current Value: true
  • Default Value: false
  • Category: “Miscellaneous” or "Optimization switches"
  • Note: Enabling this feature will disable the creation of AttributeLog which means the following functionalities will not be available
  • Business Process rule specific to attribute changes
  • Rulebase context variable WORKITEM/ERRORS, WORKITEM/WARNINGS
CIM-24373

Users were unable to disable the attribute log creation. To disable the attribute log creation, add the following property in Configurator (Configuration Outline > Advanced > Miscellaneous > Add New Property):

  • Configuration value name: disable Attribute log creation
  • Internal name: com.tibco.mdm.disable.attributelog
  • Version: 8.3.2
  • Visibility: All
  • Description: way to disable creation of AttributeLog.
  • Value Type: Boolean
  • Current Value: true
  • Default Value: false
  • Category: “Miscellaneous” or "Optimization switches"
  • Note: Enabling this feature disables the creation of AttributeLog which means the following functionalities will not be available:
  • Business Process rule specific to attribute changes
  • Rulebase context variable WORKITEM/ERRORS, WORKITEM/WARNINGS
CIM-24365

Record editing through the UI did not preserve the current active tab where the page refresh happened due to the attribute drop-down value selection. It jumped back to the first tab after the page refreshed.

CIM-24364

Record editing through the UI did not preserve the current active tab where the page refresh happened due to the attribute drop-down value selection. It jumped back to the first tab after the page refreshed.

CIM-24361

A NullPointerException was thrown while executing access constraint with the hide_record mode from 'include' rulebase.

CIM-24344

The Record UI page did not refresh the relationships in the relationship tree which are controlled through RELATIONSHIP_LIST in rulebase constraints.

CIM-24336

When loading a record with a large number of related records through the initial Record UI page, the load took an unexpected amount of time.

CIM-24333

When using Oracle as the database, the custom search query builder was producing in correct queries.

CIM-24329
Pagination was not working properly when using the View All button on the Browse and Search page after searching attributes on the search option.
Note: The issue occurs only with the Mozilla Firefox browser.
CIM-24307

Unable to modify a record on TIBCO MDM 9.0.0 HF-002.

CIM-24295

Database loader uses APPEND hint in the INSERT queries to get performance benefit from the Oracle database. However, using the APPEND hint in INSERT query was temporarily locking table, which would impact other ongoing MDM operations in live system. Therefore, to disable the APPEND hint in live system, add the following property in Configurator with value 'false'. (Configuration Outline > Advanced > Miscellaneous > Add New Property):

  • Configuration value name: Query Append Hint
  • Internal name: com.tibco.cim.optimization.qry.appendhint
  • Version: 8.3
  • Visibility: Advanced
  • Description: Decides whether or not to use APPEND hint in the database loader INSERT query.
  • Value Type: Boolean
  • Current Value: false
  • Default Value: true
  • Category: Miscellaneous
CIM-24294

On the Merge Record Work item page, when validating merged record WORKITEM/ACTIVITY_NAME context variable was evaluated to null.

CIM-24291

The Record Query web service request with perspective was loading records that were not part of the perspective, which caused the possible performance degradation.

CIM-24290

The Record Query web service did not retrieve reverse relationship records specified in the Return field.

CIM-24289

A rulebase was defined to initialize PRODUCTID when a new record was created. However, when a record was created with multiple related records using TIBCO MDM Business Works Plug-in, the <ResultList> was not returned for the related records in the versions prior to 6.3.1.

CIM-24288

When modifying records through Mass Update, the relationship_record link variable was not evaluated correctly in the rulebase execution.

CIM-24282

The Record Modify web service was executed through TIBCO MDM Business Works Plug-in. An error occurred in the Record Modify web service response while adding relationship with a new record and the blank PRODUCTID. A rulebase was configured to populate the PRODUCTID.

CIM-24275

EvluateRulebase failed where a Link type relationship was used with the reverse relationship and the EvaluateChildren parameter was set to "false" in the EvluateRulebase activity.

CIM-24271 The MDM web service ignored modifications on reverse relationship attributes.
CIM-24265 On the rejection work item page, entered comments were not properly formatted.
CIM-24263

Users were unable to disable the attribute log creation. To disable the attribute log creation, add the following property in Configurator (Configuration Outline > Advanced > Miscellaneous > Add New Property):

  • Configuration value name: disable Attribute log creation
  • Internal name: com.tibco.mdm.disable.attributelog
  • Version: 8.3.2
  • Visibility: All
  • Description: way to disable creation of AttributeLog.
  • Value Type: Boolean
  • Current Value: true
  • Default Value: false
  • Category: “Miscellaneous” or "Optimization switches"
    Note: Enabling this feature will disable the creation of AttributeLog which means the following functionalities will not be available:
    • Business Process rule specific to attribute changes
    • Rulebase context variable WORKITEM/ERRORS, WORKITEM/WARNINGS
CIM-24261 The datacleanup utility has been enhanced to support product key lists in the command line.
CIM-24258

A Record has errors message appeared on the work item screen even after the errors were fixed from the Modify Record screen accessed through the work item screen.

CIM-24255

When loading a record with a large number of related records through the initial Record UI page, the load took an unexpected amount of time.

CIM-24251

When editing a record to set the future effective date and after clicking Save and Process, a confirmation message was displayed, however, the UI remained inactive and the user could not proceed further. After refreshing the screen, changes were not saved to the record.

CIM-24244

A record was deleted using the Record Delete web service. However, when the record was searched through the Record Query web service with PRODUCTID, PRODUCTIDEXT and Active=N, the deleted version of the record was not returned in the response.

CIM-24243

An error was displayed after clicking Save while configuring the work item screen by the "Locked By" column.

CIM-24233

When validating a record on the work item page, the attribute value of the relationship was not evaluated correctly in the rulebase execution. An incorrect error message, Record has errors was displayed on the work item page.

CIM-24232

Record editing through the UI did not preserve the current active tab where the page refresh happened due to the attribute drop-down value selection. It jumped back to the first tab after the page refreshed.

CIM-24230

On custom UI pages built using TIBCO MDM Studio’s UIBuilder, the Rulebase’s check constraint was not getting evaluated properly to assign drop-down values to an attribute. The complete solution requires MDM Studio 4.1.0 HF-03.

CIM-24228 After clicking the View Confirmed link on the View Record screen, the unconfirmed child records were displayed instead of the confirmed child records.
CIM-24224

While creating a record after clicking the Validate button and selecting the drop-down list or timestamp from a calendar, the UI remains inactive.

CIM-24205

When only warning messages were generated by the rulebase validation, TIBCO MDM did not allow users to save a record by clicking Save and Process or Save.

CIM-24204

The Record UI page did not refresh the relationships in the relationship tree which are controlled through RELATIONSHIP_LIST in rulebase constraints.

CIM-24190 An error occurred when the data transfer feature was used for model which employ category specific attributes.
CIM-24186

When only warning messages were generated by the rulebase validation, saving a record was not allowed by clicking Save and Process or Save.

CIM-24176

When atomic was set to "on" for Record Add web service, all commands were not processed together, one or more commands failed to complete and the Following message was shown in the response: Failed to commit transaction.

CIM-24168

While running the DatabaseMigration.bat script for migrating TIBCO MDM from 8.2.0 to 9.0.0, the 83_90 script was not executed after the 82_83 script. The resolution is mentioned in the aforementioned Installation section.

CIM-24140

When a record was queried for the first time using TIBCO MDM Business Works Plug-in or a web service, the related record was not retrieved. This issued occurred when running a query for the first time within the BW development environment on Windows 7 or when deployed on Linux server.

CIM-24107

Sorting search result on UI was losing the classification criteria and showing all records from repository in the sorted order.

CIM-24106

While importing records using database loader through FileWatcher, one of the file contained data error. It caused error during data source upload, and the remaining files which were queued up remained in the Start state and did not proceed further.

CIM-24095

The drop-down validations were not working on the child records when opened in the edit mode from the data table widget of TIBCO MDM Studio UI builder.

CIM-24094

In the ImportCatalogRecords activity the RecordState was set to CONFIRMED and VersionPolicy was set to NEW or OPTIMIZE. In this case, when a deleted record was re-imported, a new version of the record was created, however, the latest version in PRINCIPALKEY was set to active='N'.

CIM-24085

An error occurred while viewing a record. This issue is related to the rulebase execution and occurred only when using JDK 1.8 version or later.

CIM-24078

A NullPointerException was thrown while adding a record using TIBCO MDM Business Works Plug-in when a rulebase was configured to populate PRODUCTID.

CIM-24030

When creating a work item summary preferences on the MDM cloud platform and when opening the Inbox, the following error occurred: XMLHttpRequest(status = $0 ): Failed to get workitem summaries

CIM-23992

When loading a record with a large number of related records through the initial Record UI page, the load took an unexpected amount of time.

CIM-23975

When using Oracle as the database, the custom search query builder was producing in correct queries.

CIM-23923

After migration to TIBCO MDM 9.0.0, a message that was passed from 1Sync failed and displayed a message that the repository was deleted even though the repository was present in TIBCO MDM UI.

CIM-23918 Empty matching attributes for scheduler duplicate detection threw the following error: java.lang.NumberFormatException: empty String.
CIM-23913

Pagination was not working properly when using the "View All" button on the Browse and Search page after searching attributes on the search option.

CIM-23898 The Get Record by ID request has been enhanced to fetch reverse relationship records.
CIM-23831 The response of GET records by repository name with recordState as All showed the wrong number of versions.
CIM-23777 When a record was in workflow (Inbox) and the user executed the GET record request with record ID and workitem ID, the error response did not contain record details.
CIM-23675

The Get Event Info web service response failed with a validation error. This issue occurred due to the mandatory Attribute tag.

CIM-23505

The Record Add web service with NoValidate/NoProcess command qualifier returned success instead of returning an error when the string or boolean attribute value exceeded the maximum length set in repository metadata.

CIM-23436 TIBCO MDM User's Guide included an incorrect statement on future effective date functionality.
CIM-23371 When deleting a company with the Drop button, a SQL-8202 error was displayed and the company was not deleted.
CIM-23322

The “Modified By” attribute did not show up on the Browse and Search page even after it was configured to display using the Configure window.

CIM-23319 The MDM UI browser tab titles now have the ability to display just the page title, without the screenid, company name, or colons (:).
CIM-23313 An error occurred when sending a web service request using TIBCO Business Works MDM plugin to add a record bundle.
CIM-23306 Purge job configured in CronSchedules.xml was not getting triggered.
CIM-22633 For work item sorting, the PostgreSQL database did not support ordering on record attributes.
CIM-22584 On the Event Details page, the event showed Record Modify; it now shows as Merge Record.
CIM-22519 In Data Quality work item UI, the shownoninput tag displayed the code instead of the descriptions defined in the rulebase.
CIM-22478 In case multiple children records were incoming with the source record, only one of them was added to the target record bundle.
CIM-22477 The EvaluateRuleBase activity with SaveFlag=NOSAVE and the rulebase modifying record using the ASSIGN action caused the modified record data to get cached without it being saved into the database.
CIM-22365

In SiteMinder, if the context path was changed in the UI screens, it referred the absolute path and an error occurred.

CIM-22354 Related records were not loaded on Internet Explorer 11 after using the globalized data.
CIM-22327 The Inbox Advanced search for the combination of event ID and user was not working.
CIM-21921 When an admin user opened a work item that was locked by another user, there was no Cancel button to go back to the previous window.
CIM-21414 After migrating from TIBCO MDM 8.2.1 to 8.3.2 version, an EmptyStackException occurred while opening the Match and Merge work item, which was in the open state in the 8.2.1 version.
CIM-20957 After purging metadata versions, blank pages were seen on the View Repository page.
CIM-20942 The Attributes section of the MassUpdate Configure link, showed all Boolean type attributes even when the Display In Record List parameter was not set.
CIM-20901 When selecting a role from the Roles page and clicking Show Users, the UI would show all the users instead of the users associated with that particular role.
CIM-20900 The Correction action was available on the View Record page that is navigated from the Import Browse page using the link in the import event or import approval work item.
CIM-20052 Errors occurred when attempting a repository datacleanup on repositories held in an MS SQL Server database.
CIM-19788 An enhancement was requested to populate the default perspective in the record UI based on the user or role credentials.
CIM-19740 An enhancement was requested to delete a set of records based on the criteria specified by the user.
CIM-19298 Changes made through the Mass Update screen were not updated on the View Record screen.
CIM-18222 An error was displayed while downloading the record file using the File type attribute with the multivalue option.
CIM-18163 An enhancement was requested to add pagination on User Accounts screen.
CIM-17819 An error was shown after you click Save on the Record Modify screen while modifying the mass update work item.
CIM-17118 An error was shown while using database loader to load relationship.
CIM-16348 LDAP integration with many to one external to internal role mapping did not work.
CIM-16161 An error occurred for the work item filter on repository when repositories were deleted and re-deployed.
CIM-15119 A null pointer exception was shown on the server start up while indexing existing records.
CIM-14305 The Reassign option was not enabled even though the user had permission to view, reassign, and close work items assigned to another user.
CIM-14040 An attribute of type Amount was not searched properly using text search.
CIM-13867 The following columns in Inbox did not have labels: lock work items and time out work items.
CIM-13432 Although, the open notification work items were present in the Inbox list, the Close All Notifications button was not shown consistently.
CIM-12761 If an invalid rulebase file was uploaded in the Advance Mode of Mass Update, an error message was not shown.
CIM-11520 An enhancement was requested to sort the records in the order of the record versions on the Record history screen.
CIM-10884 An enhancement was requested to translate some of the words to the French language version of the product.
CIM-10451 Multiple record bundles were created even after adding a complete new hierarchy and modifying a record to have relationship with a set of existing records.
CIM-10014 An enhancement was requested to add a case sensitive attribute for the duplicate function.
CIM-9911 A deadlock issue occurred on Oracle during the EvaluateRulebase activity execution when more than 2000 records were selected for synchronization.
CIM-9315 An enhancement was requested to add a red asterisk (*) at the end of the attribute display name to identify it as a mandatory attribute.
CIM-9311 An enhancement was requested to specify the rejected records in the Record State field on the Browse and Search and Subset Rule screens.
CIM-8874 Sorting of the relationship attributes did not work correctly while viewing the record relationships.
CIM-1122 An enhancement was requested to provide the Search functionality for user names on the User Accounts screen.