Share via


DEL_RetailDiscountOfferLine.validateField Method

Dtermines if the value for the field FieldId is valid.

Syntax

public boolean validateField(FieldId _fieldIdToCheck)

Run On

Called

Parameters

Return Value

Type: boolean
true if the field is valid; otherwise false.

Remarks

Calls method validateDiscAmount to validate field DiscAmount.

Calls method validateDiscPct to validate field DiscPct.

Calls method validateDiscountMethod to validate field DiscountMethod.

See Also

Reference

DEL_RetailDiscountOfferLine Table