Hi,
I am trying to find a method that fetches one record with filter condition. IOrganization service has retrieve and RetrieveMultiple methods.
I know my result set contains only one record but at the same time i dont want to pass the Guid to Retrieve method, i have a where condition that i am evaluating. Is there any thing that i can use to retrieve the record with QueryExpression of fetchXml query ? I cannot pass the QueryExpression or fetchXml to IorganizationService Retrieve method or i just need to rely on RetrieveMultiple method?
*This post is locked for comments