[SICSR-16682] Security - Cannot edit Note fields when Read only System Parameter Administration access  
Product Line: P&C
Component/s: Security
Affects Version/s: SICS 4.9.3
Fix Version/s: SICS 4.9.4 SICS 4.9.3 SSP1
Issue Links: is duplicated by SICSR-16911
Customer: DXC

Problem:
Edit of generic Note fields is blocked when System Parameter Administration update use case is revoked.

Solution:
Only the Note field on System Parameters should be controlled by the System Parameter Administration use cases. All other note fields should be controlled by their specific use cases.

Workaround:
Perform the correct update to security use cases via script:

UPDATE INVO_PATTERN SET BP_PATTERN = 'CnuNoteGenericEditBp*CnuNoteGenericViewBp*SicsSystemParameterNotesViewBp*SicsSystemParameterViewBp'
WHERE BP_PATTERN = 'CnuNoteGenericEditBp';

Root Cause:
SICSR-15773 - Able to edit areas in System Parameters Maintenance although only view rights

Extent of Impact:

Impact on Existing Data

Recovery Method for Existing Data Affected