...
A fix has been implemented to address issues assigning rights to management roles. The dropdown label Select Management Role was incorrectly displaying as Select a Person, causing confusion. Additionally, expected application rights were not being displayed. This update corrects the label and ensures the appropriate application rights are displayed, improving user experience and functionality.
A fix has been implemented to enhance the Business Request Overview by expanding the Description field. Previously, the Description was truncated if it exceeded 250 characters. This update re-designs the section to avoid truncation, addresses the issue of empty space, and improves how information is presented. Now, if the Description is longer than 250 characters, a " Show More " button will be available, allowing users to view the complete text. This improvement will benefit users by providing a more comprehensive view of the Description field.
A fix has been implemented to address issues with email sending in the Notification Queue and Notification Report Subscription compiler. Previously, emails were sent using a "fire and forget" method, which caused problems with high email volumes and Office 365 SMTP configurations. The update introduces new settings to enable synchronous email sending and add a delay between processing records, improving reliability.
Configuration Settings:
NotificationQueueOrReport-SendEmailSynchronously: Enables synchronous email sending when set to true.
NotificationQueueOrReport-SuccessiveEmailsDelay: Specifies the delay (in milliseconds) between successive email notifications.
A fix has been implemented to address issues with SAP BobJ inventory processing. Previously, the system was inventorying from incorrect URLs due to static properties when multiple SAP BobJ systems were configured and running parallel inventories. The update has removed the dependency on static properties, replacing them with a ConcurrentDictionary to store system-specific data, which ensures accurate URL usage for each resource system. Additionally, improvements were made to incremental inventorying to correctly handle user changes by addressing issues with token management. These changes enhance the reliability and accuracy of the SAP BobJ inventory process, resolving issues observed in environments such as Reckitt.
...