Solved
Forum Discussion
Henning
10 months agoValued Contributor II
Hi, you need to set the IsDurableData boolean on the api to TRUE, e.g
api.Data.Calculate("A#myTargetAccount = A#mySourceAccount", True)
Otherwise, all calculated data gets cleared each time a normal calculation is executed.
For sake of completeness, one can also set this setting to FALSE on the scenario. However, I have never seen anyone actually doing this. Market practice is to leave this and use Durable Calculations where necessary.
Related Content
- 12 months ago
- 2 years ago
- 10 months ago