📚 SAP Business One SDK Help

CompareFields Property
See Also 

Description

Indicates whether the value with which to compare the field specified by the Alias property field is another database field (specified in the CompareFields property) or a constant (specified in the CondVal property).

Property type

Read-write property

Syntax

Visual Basic
Public Property CompareFields() As Boolean

Remarks

True: Database field name

False: Constant (default)

See Also