Production Follow Up

Release: Production Follow Up – 26.3.9606.38312

Description

This release addresses a bug related to user filtering in the Production Follow Up (PFU) module. When a PFU filter was configured for an inactive (disabled) user, an error occurred that disabled the entire PFU feature. The fix ensures that only active (enabled) users are available for selection in the User ID field of the Production Follow Up Filter table, preventing invalid filter configurations and improving overall system stability.

User Stories

No User Story developed in this release.

Bugs

Title Description Impact on previous version
[23873] – An error occurs and the PFU feature is disabled if a PU filter is created for an inactive user When a Production Follow Up filter was assigned to an inactive (disabled) user, the system raised an error that completely disabled the PFU functionality. The fix modifies the TableRelation property on field 3 (User ID) of table 8120906 (briPFU_ProdFollowUpFilter) to filter the User table with where(State = const(Enabled)), restricting the lookup to enabled users only. This prevents the selection of inactive users and eliminates the error condition. Low risk. Existing PFU filters that reference inactive users will no longer match the lookup validation. Administrators should review and clean up any existing filters assigned to disabled users after upgrading to this version. No breaking schema changes were introduced.

Events

No event added or updated in this release.

Previous