Platform

14339806

POST-16202

When using the CUSTOM_LOGOUT_PAGE registry and logging out, the logout page's URL contains double slashes: http://URL//ulti_logout.jsp

Outcome

Fixed. Removed the double encoding.

14347805

POST-16193

Users cannot add multiple blank rows to the Day Parts form when creating a Day Part Set. This makes it difficult to add a Day Part Set, since the set must cover a full 24-hour period before it can be saved.

Outcome

Fixed.

14078348

POST-16101

When migrating data in the BALANCE_TRANSFER table between two environments, there appears to be one scenario where the results of the migration are not what we expect. Instead of the source and destination databases matching, they do not.

In this scenario, the source has two rows, and the destination has one row. The one row in the destination matches the first row in the source, and the second row in the source does not exist in the destination. The expectation is that the second row in the source will be copied to the destination and the existing row in the destination will be untouched. However, the tool instead updates the existing row in the destination to look like the second row in the source, effectively removing the data that used to be there.

Outcome

Fixed. Added 2 columns in the unique key.

14304129

POST-15922

SQL fields are visible and should not appear when wb.show.fields.containing.sql JVM parameter is set to false.

Outcome

Fixed.

14288015

POST-15843

When archiving import transactions, the archive task fails if the archive records have import failures with error messages that exceed 255 characters.

Outcome

Fixed by increasing the length of the WBINT_IMPORT.WBIMP_MSG column from 255 to 1000.

14223964

POST-15776

Users receive a message when specifying an email address that has a hyphen in the Update employee info page in mobility.

Outcome

Fixed by updating the regular expression used for email addresses to include hyphens.

14229990, 14214438

POST-15629

When the Precision parameter is set to 0 for CurrencyUI fields, the currency value is still displayed with two decimal places.

Outcome

Fixed by supporting 0 as the minimum allowed value for the Precision parameter.

POST-15485

Missing Norwegian translations in the application.

Outcome

Fixed the configurations and missing translations.

14573361

POST-16928

The 'IMS Bod Processing Task' does not update its task lock on a regular basis. If the task takes a long time to execute, longer than the timeout defined by the Registry parameter /system/EnterpriseScheduler/TASK_TIMEOUT, then the task will be terminated by the system with an error.

Outcome

Fixed. Each thread now checks for isInterrupted when beginning to process a document group. This will reset the last active time of the task.

14470754

POST-16438

When Japanse user is clicking on the 'Log' button on the 'Job Scheduler' page, a system error 'Tampered constant field detected' is getting displayed.

Outcome

Fixed.

14151476

POST-15603

Users are getting prompted to change their password when they log into mobility, even though the system is using SAML for user authentication. Users should not receive prompts to update their password when using an external authenticator such as SAML.

Outcome

Fixed by skipping password update alerts when the registry parameter PWD_AUTHENTICATOR is set to default or is empty and registry parameter ENABLE_SAML_SSO is set to true.

POST-17065

After logging in with a Japanese user and navigating to Message > Address Book > Custom Lists and creating a new list. The labels appear in English.

Outcome

Fixed. Labels are now wrapped with a localize tag.

13754960

POST-15896

Custom rule using the core CodeMapper.java class does not get new locations from the LOCATION table after a location import.

Outcome

Fixed by invalidating the cache when a location import occurs.

POST-17564

The Job Scheduler page scrolls back to the top when you perform actions on any tasks such as showing the logs, starting tasks, or pausing tasks. This makes it difficult to come back to the task being worked on.

Outcome

Fixed. The page returns to its scroll position after the action is performed.

14723303

POST-17560

When users try to launch LMS, they receive an error indicating that they are not set up in WFM.

Only users that belong to the WORKBRAIN ROOT team have access.

Outcome

Fixed. Users who belong to a sub-team of the WORKBRAIN ROOT team are authenticated when accessing ION API.

14653685

POST-17295

When using the Edge Legacy browser, some values are displayed as hyperlinks on various forms.

Numbers appear as links because of a phone number format recognition feature in Edge Legacy.

Outcome

Fixed by adding a meta tag to disable the feature.

14560865

POST-16985

In ETM, when adding a folder to the header using config mode, the created folder is not shown. The issue occurs only in SSO-enabled environments.

The changes added to hide the password change link in Infor Ming.le are also hiding newly created folders.

Outcome

Fixed by correcting the logic to show the created folders.

14627953

POST-17403

Search function in Workmail Compose Message screen does not work with Japanese characters.

Outcome

Fixed by using the decodeURIComponent() to decode the criterion parameter instead of unescape.

14779877

POST-17742

When the system currency is set to an invalid value in the Configure Locale page, the application is no longer accessible after restarting.

Outcome

Fixed. If the currency value is not in ISO 4217 format, then the value specified for the English locale is used. If a value is not specified for the English locale, then USD is used.

14731091

POST-17625

Job Scheduler tasks that use absolute date parameters do not restrict the amount of time from the current date that start and end times can be set. As a result, when an end date of 1/1/3000 was set on the Full Recalc task, nearly a thousand years of default records were created, severely impacting system performance.

Outcome

Fixed by adding a warning message when the user selects an absolute date range that is more than 1000 days in the future.

14625576, 14724897

POST-17169

When using Find or Advanced Search to find team information, the user team data cannot be changed and saved.

Outcome

Fixed.

14809814

POST-17866

An invalid date error is received on the My Profile page in mobility when opened by a user in the Japanese locale. The same yyyy/MM/dd date format works correctly in the English locale.

Outcome

Fixed by passing the Date object correctly to field.date.component.js.

14824270

POST-17858

Search bar for maintenance forms does not recognize Finnish letters ä and ö.

Outcome

Fixed by encoding the search parameters without checking for special characters.

14701880

POST-17516

Localization issues in Finnish language.

Outcome

Fixed by getting the locale ID hierarchy using authenticated user locale.