FdcDataSetBeforePost typedef
FdcDataSetBeforePost =
void Function(FdcDataSet dataSet)
Called before calculated values and validation are run for the active edit.
This is the supported veto point for posting: throw FdcDataSetAbortException to leave the dataset in its current edit/insert state. Field values may be adjusted through normal dataset APIs before validation continues.
Implementation
typedef FdcDataSetBeforePost = void Function(FdcDataSet dataSet);