Share via


AgreementLineDefault.checkDefaultValues Method

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.

See Also

Reference

AgreementLineDefault Table