AgreementHeaderDefault.checkDefaultValues Method
Checks whether any fields in the AgreamentHeaderDefault table have a non-default value.
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 AgreamentHeaderDefault record should be saved.
If the record contains only default values, it should not be saved. See also AgreementHeaderDefault.insert Method and AgreementHeaderDefault.update Method.