IsDurableCalculatedData
What is the default state of IsDurableCalculatedData if left out of an api.data.calculate statement? I'm assuming it's false but I just want to double check.
I'm seeing an api.data.calculate statement which contains an "onEval" statement, then a comma, then False. If I look at Intellisense, the first field after the "onEval" is userState, followed by the Boolean for IsDurableCalculatedData. How should I read this statement? Is the False referring to the userState or to the IsDurableCalculatedData Boolean?
Thanks,
Bob
Hi,
The default for the IsDurableCalculatedData is false, if you want the data to be durable you have to change it to true.
Can you post the statement to check? But from your comment, it looks like it is the userstate, but this is not a boolean.
With kind regards,
Tim