📚 SAP Business One SDK Help

ByDate Property
See Also 

Description

Indicates whether the discount is valid for specific dates (Yes) or for payments made within a specific number of days after the document posting date (No). The default is No.

Field name: ByDate

Property type

Read-write property

Syntax

Visual Basic
Public Property ByDate() As BoYesNoEnum

Remarks

If ByDate is Yes, then NumOfDays in the DiscountLines subobject must be null.

If ByDate is No, then Day and Month in the DiscountLines subobject must be null.

See Also