I am working on a task in Dynamics 365 finance and operations (x++).
There is a method in my code that is responsible for assigning a value to the variable 'X', X = getValue();
This getValue() method executes a query and returns a value from the table buffer. When the flow is normally executed, this line is skipped and no value is assigned to variable 'X', but when I keep a breakpoint on that line and hit continue, the method is executed and returns a value.
did anyone face this issue? if yes, how did you resolve this?
Suggestions received:
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156