Hi,
I'm working with the RESTful API on Sage CRM 2024 R2 and when I pull all Opportunities the Oppo_Deleted value is not showing - which has led to deleted opportunities being included in my results.
The API call I am using is: XXX/sagecrm2/-/Opportunity
These are the results I am getting back (Demo Data):
The API documentation shows that the Oppo_Deleted value should be included in the returned results:
Has anyone come across this before?