Approval process
HI
In my module I have Profit Center list(25 items) and revenue Line item .I have also created 1 Boolean line item for approval process.
so for each profit center I need to check approval boolean. Instead of that can I check only one boolean so that all the profit centers should automatically checked.
Is there any suggestion to implement this in anaplan.
Thanks
Tejaswini
Tagged:
0
Answers
-
I recommend creating a separate module with no dimensions with a 'Approve All Profit Centers?' Boolean, then add a 'Final Approval' line item in the original module. Then your 'Final Approval' line item's formula would be:
'New Module'.'Approve All Profit Centers?' OR 'Approve'?
It could then look something like the below.
0