In lookup wizard if I want to use <custom expression> for display filed and check AJAX popup.
Then AJAX function will work only on the first part of the custom expression.
For example,
Concat(firstname,' ',lastname)
The ajax function will work only for firsname.
What's the solution to make ajax works for all custom expression? I.e. for first name and for last name.
Thanks
Fawaz