function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mavsmavs 

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

mavsmavs

hi -

 

Does anyone have any info on this?

 

 

ocortinasocortinas

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?