Hi,
I have a model that uses the people library and there are lets say 20 locations. At some point a person wants to acquire a location. When I have a puller in the acquire location activity it takes the location that is closest to the person, which is nice.
Now however I want the person to order the locations in a different way, maybe the locations have a priority field, or I just want a random location. How can I manage this? Only removing the puller from the activity give me the first available location from the location list, the last location will in that case never be chosen. Is there a place where I can enter an order by query or something?
Thanks for your help.
Patrick