To activate/deactivate autoaccept option in configuation UI
[Accept Button] [AUTOACCEPT] [IPC configuration UI]
Symptom
We are now placing a switch for this feature so that autoaccept feature can activated or deactivated on requirement basis.
The autoaccept feature in configuration UI may cause a lock on the configuration twice when user also presses the accept button.Although this does not lead to an error it can cause performance issues.
Other terms
IPC configuration UI , AUTOACCEPT,Accept Button
Reason and Prerequisites
The feature is made available on requirement basis.
Solution
Manual Changes
————–
Create an entry in comm_ipc_prop table.
TYPE caller
Typename crmordermaintain
parname AUTOACCEPT
value F
value field should be set to F to deactivate the feature.
Do the manual changes and then implement the attached corrections.