When blocking the UI, is there a way to unblock the UI if a validation rule fires? I’m currently blocking the UI while a save is in progress and unblock once the save is complete but when a validation rule fires, the save never occurs so the UI remains blocked.
I’d like to avoid using the timeout option because I don’t want the UI blocked for 6 seconds when the save only takes 3 and also don’t want the UI to unblock while the save is still being processed.