Clearing Scenario Copy Flags After Copy is Done
Hello all,
We have a requirement to copy Actuals into another scenario which is simple enough and we have written the rules for that. However, the client would like to auto-clear the scenario copy flag after the copy is executed. When we implement the clear in the same sub as the copy rules, the flag clears but the copy does not execute. We hypothesize that it is clearing the flag before the copy can finish, and since the flag is not 1, the copy is not executing.
We have tried to move it outside of the Sub Calculate to a different sub, in which the copy executes but the flag does not clear.