Conditional breakpoint and date variables

Hi All,

I tried conditional breakpoint with date variables and failed. Is that possible with 365 F&O?

The whole thing is a bit tricky, because it’s actually a C# expression, not an X++ expression.
Try new DateTime(2022,1,1) instead.

1 Like

Thank you very much… :slight_smile: