Sequence not performing appropriately in WF
Hello,
I have Product and Customer allocations that I would like to be ran on the process step of the Workflow.
The weird challenge that I am running into is that when I run each step of the sequence on its own, the allocations are executing as expected. When I run all of the allocations with one sequence/in the Workflow, my allocations are producing errant results. (E.g. my allocated-in amount in is only a small fraction of my allocated-out amount.)
Is there a property I am missing on a sequence or workflow that may cause problems if not handled appropriately?
I am calling the sequence with a No Calculate in the WF, which executes a handful of Finance BR Calcs.
Hi sameburn
I found out my calculation was not calculating durable data and, in my sequence, included a Translate, thus skewing all data once previously existed prior to translating.