Recipe Instructions
Release: Recipe Instructions – 25.0.9476.38254
Description
This release addresses a permission set issue in the Recipe Instructions (RCP) application that caused an error message when opening Sales Orders. The read-access permission set identifier was corrected from ‘briRCP_Read Users’ to ‘briRCP_Read’, resolving a mismatch that prevented proper access. This fix ensures seamless Sales Order handling for all users with RCP read permissions.
User Stories
No User Story developed in this release.
Bugs
| Title | Description | Impact on previous version |
|---|---|---|
| [22761] – Error message related to RCP when open Sales order | When opening a Sales Order, an error message was raised due to the RCP read permission set. The root cause was that the permission set Role ID label referenced ‘briRCP_Read Users’ instead of ‘briRCP_Read’. The fix corrects the Role ID label in codeunit briRCP_PermissionSet (ID 71926375) so that the correct permission set ‘briRCP_Read’ is assigned to all users via AddRecipeInstructionsReadUsersPermissionToAllUsers and via the RunAfterInsertEvent subscriber on Table User. Impacted objects: Codeunit 71926375 (briRCP_PermissionSet), Codeunit 71926391 (briRCP_RCPIntegrationImpl), Codeunit 71926396 (briRCP_RCPIntegrationSubscr). |
Breaking change: The permission set Role ID changes from ‘briRCP_Read Users’ to ‘briRCP_Read’. Users previously granted ‘briRCP_Read Users’ will not be automatically migrated to ‘briRCP_Read’. After upgrading, administrators should verify that users have the correct ‘briRCP_Read’ permission set assigned. |
Events
No event added or updated in this release.