filterRoster

I am using the roster management screen and was wondering if its possible to define the user source for the roster with the “filterRoster” function and if so, how? The “user source” property doesn’t seem to change anything.

If you place the name of the user source in the User Source property then it should only return users from that source. For instance, if you place “default” in the User Source property then you will only have the users found in the default user source. If you leave this property empty then you will see that the drop down list on the component is available that allows you to select the user source. The filterRoster extension function will only return the on call roster specified. The syntax would look like this:

if roster == "Test": return 1 return 0

What are you placing in the User Source property?