Hello.
I am trying to add in a navigation path to take me through to the Background Jobs overview screen and populate the records which were executed #TODAY#.
I have entered the following,
page/BackgroundJobsHandling/BackgroundJobsOverview?$filter=Executed eq #TODAY#
When I click the element I receive the following error.
Error details: s{"code":"TYPES_NOT_COMPATIBLE","message":"The types 'Edm.DateTimeOffset' and 'Edm.Date' are not compatible."}]
Anyone know if I am formatting the URL incorrectly?