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
Fi MercerFi Mercer 

Salesforce Restful Return Not up to date information

Hi all,

We are retrieving details from SF using SOQL and we encountered an issue where the title of the contact is not the same with the SF CRM UI. We are wondering what might be the problem. Thanks in advance

Cheers.
Prathyu bPrathyu b
HI,

Can you share the SOQL query ???

Thanks
Fi MercerFi Mercer
Hi,

Here is the SOQL query: SELECT Id, AccountId, Title, FirstName, LastName, Email, HomePhone, MobilePhone, Sex__c, Birthdate FROM Contact WHERE Id IN (SELECT ContactId FROM AccountContactRelation WHERE AccountId = '')

Thanks
harika jharika j
Hi,
There is no problem with the above Soql Query,Am able to fetch the data using it.
can you please checkwith Another AccountId


Thanks,
Harika