This topic is locked

Change display field in lookup wizard

9/11/2014 9:33:30 AM
PHPRunner General questions
W
wpl author

Hi all,
does anybody know how one could change the display field of a lookup wizard at runtime, depending on the logged-in user? The link field would stay the same.
TIA

Sergey Kornilov admin 9/11/2014

You cannot do that. This is a SQL query that populates, you cannot change it in run time. You can only change the WHERE clause selecting different set of records for each user.