Share via


PurchAgreementHeaderDefault.checkDefaultValues Method

Determines whether any fields in the PurchAgreamentHeaderDefault 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 the insert and update methods to make sure that the PurchAgreamentHeaderDefault record is saved.

If the record only contains default values it should not be saved.

See Also

Reference

PurchAgreementHeaderDefault Table