Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies whether delivery dates are valid upon a record being inserted or updated.
Syntax
server public static boolean validateWrite(Common _common)
Run On
Server
Parameters
- _common
Type: Common Table
The record upon which delivery dates are checked.
Return Value
Type: boolean
true if there are no conflicts with delivery dates and record can be saved; otherwise, false.
Remarks
This method ensures the logic is executed on the server and will not show the validation dialog.