Nomi

Unregistered less info
6 reputation
1
bio website
location
age
visits member for 11 months
seen Jul 11 '12 at 7:22
stats profile views 2

Aug
6
awarded  Student
Jul
11
comment How to see if current user exists in people and groups field, using ecma/client-object-model
Further Reading at msdn.microsoft.com/en-us/library/aa544234.aspx
Jul
11
comment How to see if current user exists in people and groups field, using ecma/client-object-model
var condition = '<Where><Or><Membership Type=\"CurrentUserGroups\"> <FieldRef Name=\"PEOPLE_GROUPS_COLUMN_NAME\"/></Membership><Eq><FieldRef Name=\"PEOPLE_GROUPS_COLUMN_NAME\"></FieldRef><Value Type=\"Integer\"><UserID/></Value></Eq></Or></Where>'; This Query will return the rows belonging to current user, either assigned directly or in group
Jul
11
asked How to see if current user exists in people and groups field, using ecma/client-object-model