Okay, the last one I published doesn’t have the cut and paste ability for the complex filter, so here it is:
<quer:filtering xmlns:quer="http://www.taleo.com/ws/integration/query"> <quer:or> <quer:equal> <quer:field path="UserAccount,Groups,Name"/> <quer:string>usmagn</quer:string> </quer:equal> <quer:equal> <quer:field path="UserAccount,Groups,Name"/> <quer:string>uspacs</quer:string> </quer:equal> </quer:or> </quer:filtering>
2 Comments