I have a UDF that I need to populate onthe picklist. The data is from the line items in RDR1. Can you look at this and tell me why i get an error?
SELECT T0.[U_SpecConfig] FROM RDR1 T0 INNER JOIN ORDR T1 ON T0.DocEntry = T1.DocEntry WHERE T1.[DocNum] =$[$11.18.1] and T0.[LineNum] = $[11.0.1]
Thank you,
Rob