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.
Specifies whether any fields in the AgreamentLineDefault 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 AgreamentLineDefault record should be saved.
If the record only contains default values it should not be saved. See also the AgreementLineDefault.insert Method, AgreementLineDefault.update Method.