You need to sign in to do that
Don't have an account?
mavs
SOSL in .Net help
I used SOSL in my .net code to retrieve the records.
But the search is returning all the records which meet the criteria. Is there any way to filter based on the Userid / Sharing like we do in Apex?
Please advise...Thanks
hi -
Does anyone have any info on this?
Check the Force.com Web Services API Developer's Guide
Under "WHERE conditionExpression" you can see that you can add where clause to the SOSL query to filter by any field you want.
This works for you?