I am working on the AcmeAuto app and got the following error:
Expression evaluation error: Syntax error. Details: Expression evaluation error : Invalid character found in expression: “ (8220).
I copied the code provided on the guide but perhaps I did something wrong?
code provided:
this is what I changed:
Any help appreciated.
Discussion posts and replies are publicly visible
gdavila, In your code you are comparing the same field nextMaintenanceDate. One is last, the other next.
Thank you MarioB, noticed that when fixing the original mistake so it is no longer an issue.