PavelKolarik wrote:I know how to assign a script for computing an UDF's value to the UDF but I do not know how to assign a lookup script (a script that prepares a list of possible values) to an UDF of type List, Multivalue list, User, or Task. Can you help me?
I use TrackStudio v4.0.12
Lookup scripts are available for String custom fields only. List/Multivalue store not items, but ids of items, so all items should be pre-defined. User/Task custom fields uses totally different picker.
So, I suggest you emulate required functionality with String fields lookup scripts.