Just done a quick test, and it seems that the member group data isn't stored as part of the member Xml fragment (this xml data is pulled from the cmsContentXml table), so unfortunately it's not currenly possible to specify an XPath expression to filter by member group :(
Hi is there a way you can limit the number of members as well? I'm trying to create an intranet booking system which uses members of a certain type. For example a course event gives 20 places to an event can autocomplete or any other xslt tell me how many members were selected?
Members XPath in Autocomplete
Hi
How is the XML structured in uQuery.GetPublishedXml which is used in Autocompleter for members?
I'm trying to filter by member group, but unless i put in "descendant::*" is doesn't give any results
/Bo Kingo
Hi Bo,
Just done a quick test, and it seems that the member group data isn't stored as part of the member Xml fragment (this xml data is pulled from the cmsContentXml table), so unfortunately it's not currenly possible to specify an XPath expression to filter by member group :(
Cheers,
Hendy
How about member type then?
And I thought that cmsContentXml table only contained the Content tree?
/Bo Kingo
Found out myself. There are "nodes" in that table which is indeed members. I found the member type a a property, and I will try to filter on that.
Thanks for your help
/Bo Kingo
Hi Bo,
Yes you can filter by member type:
HTH,
Hendy
Hendy Racher thank you, i spent much time for looking up any approach for make filtered member picker
Hi is there a way you can limit the number of members as well? I'm trying to create an intranet booking system which uses members of a certain type. For example a course event gives 20 places to an event can autocomplete or any other xslt tell me how many members were selected?
is working on a reply...