Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Cancels the save operation, but all remaining handlers for the event will still be executed.
Syntax
executionContext.getEventArgs().preventDefault();
Important
When you use preventDefault
on a form with business process flows, the stage navigation may throw this error: Unable to save form data due to web resource registered onSave invoking preventDefault. Use OnPreStageChange
to prevent this error.