SalesAgreementHeaderDefault.checkDefaultValues Method
Checks whether any fields in the SalesAgreamentHeaderDefault table have non-default values.
Syntax
private boolean checkDefaultValues()
Run On
Called
Return Value
Type: boolean
true if all fields have default values; otherwise, false.
Remarks
The method is used during insert and update to make sure that the SalesAgreamentHeaderDefault record should be saved.
If the record only contains default values it should not be saved.
For more information; see the insert and update methods.