I am working on an Umbraco extension. Users signing up to our web site get a customer representative assigned to them, and they work with the customer from there on.
The ID of the rep is stored in the user profile.
I want to be able to get a list of customers per representative and add them to the tree under the rep's node.
Now I have the tree building stuff down. I just don't know how to get the list of users.
Get users with a specific profile feild value
Hi,
I am working on an Umbraco extension. Users signing up to our web site get a customer representative assigned to them, and they work with the customer from there on.
The ID of the rep is stored in the user profile.
I want to be able to get a list of customers per representative and add them to the tree under the rep's node.
Now I have the tree building stuff down. I just don't know how to get the list of users.
Thank you!
is working on a reply...