Forum Discussion
FredLucas
OneStream Employee
12 hours agoHi Brandon,
Have you considered using Globals?
You could try using globals to store the initial list of "unique entities".
The sequence runs the entities in parallel so you can use synclock to ensure this object is updated one single time (the first time).
You'd then update your code to get the unique entities list from the globals instead of the table. This way the process is not impacted by any updates to the source table that happen during the execution.
Hope this helps.
Thanks,
Fred
Related Content
- 2 years ago
- 1 year ago