Conditional Enablement of Add/Save Buttons in OGL
In OGL, I have configured the Add button to be disabled when a record already exists. However, since OGL conditions trigger only after the page fully loads, users are still able to click the Add button initially.
As a workaround, I added a step condition to disable the Save button after clicking Add, based on the visibility of an element that indicates an existing record.
The issue is that this condition is not working correctly—it is disabling the Save button for all users, including those who do not have any existing records.
I also tried different step conditions, but I’m unable to achieve the expected behavior.
Tagged:
0