Hi!
I have a question concerning a QUERY a FMS and a UDF.
I created a UDF in the AR Marketing Documents, it has a FMS which goes and looks at the Business Partner and should present the user the selection of the Contacts only for that BP.
My QUERY only returns the first Contact in the list,
SELECT T0.[Name] FROM OCPR T0 WHERE T0.[CardCode] =$[$4.0.0]
What do I have to change so that the user can pick from a list in the UDF?
thx Richard