Hello Friends,
Currently I'm working on Dynamics 365 portals,
and I want to get data from Odata feed through $filter query.
But there is synchronization issues occurs in Odata.
When I update any record in CRM/Dynamics365 or Create any new Record. OData result does not shows it on "~/_odata/FA
After lots of time it appears there when I restart the portal from portal configuration.
I want to filter the data based on Guid of lookup field like this:
~/_odata/FA?$filter=Test/Id+eq+(guid'899a2ea7-fa3a-e711-80fe-5065f38b03d1')
where FA is custom entity.
Please let me know what is the solution of this problem that data appears on odata immediately as it updates on CRM/Dynamics 365.
Thanks in advance.