04-11-2013 03:07 PM
Did you get it working?
04-11-2013 03:12 PM
No I could not.
I even tried to use another type of field (like Int32) so that the query wouldn't be set to Upper case but that didn't work either
Any ideas?
Regards
04-11-2013 03:29 PM
Looks like the behavior of the control changed in version 8. I'll let you know what kind of workaround ro resolution we come up with.
05-30-2013 02:03 AM
Any news on this problem?
06-17-2013 08:23 PM
It's very important thread, because since slx 8.0 there is no way to use lookup control properly. Please review the control, add "Or" and "In" conditions ("In" condition with subquery support).
10-14-2013 09:34 AM - edited 10-14-2013 09:34 AM
I was on a support call with Kelly at Swiftpage just now and she mentioned this thread. I already had to figure out how to do this in 8.0 so I thought I would save you the trouble. You can easily inject into the SeedProperty value. See example code below, this in a C# code snippet load action.
AssignedTo.SeedProperty = "User.UserInfo.Department like '%Tech Sup%' and User.Enabled eq true or OwnerDescription"; AssignedTo.SeedValue = "Everyone";