Any idea why this fails in Epicor 10.1.400.18
Preformatted text
whereClause = “Number04 > Number01”
dSet = SearchFunctions.listLookup(UD10Form, “UD10Adapter”, recordSelected, False, whereClause)Preformatted text
With the error message:
Invalid Where-Clause: Alpha compare against Numeric Column: ‘NUMBER04 > NUMBER01’
This returns results using the BL Tester.