Hello;
In a dialog, I add a lookup with an extendedtype as:
Dialog = new dialog("Select user");
dfile = dialog.addField(extendedTypeStr(HcmWorkerRecId),"User");
if(dialog.run() ) etc....
The problem is this lookup shows all the data in the look,all users in the example above.But I would like to filter that data.How can I achieve that?
*This post is locked for comments
I have the same question (0)