While running a calc manager/business rule as run on save, Planning provides an option to
- Use members on the form
- Hide prompts
I tried to use both these options with 11.1.2 Planning and no-matter what I do, the run-time prompt window was still coming up.
Then I thought of creating a separate variable and then hide it from Calc Manager side. But then IsHidden option is disabled.
Now the key was to look at what is getting stored or what is triggering the Is Hidden option in Calc Manager. Calc Manager provides an option to export the existing rules, when you export the rule from Calc Manager it’ll ask to save an xml file.
Export the rule back and that’s it’s the variables will be now hidden.
Later I found an easier way to handle this. Provide a value for the prompts
Then the Is Hidden option will be enabled. (This is given in the readme as a Known Issue of Calc Manager 🙂 )
But now I’m giving you two options to do this 😉
cv
This was a very well-written and enjoyable post to read. Thanks for the info sharing with us.The way you have described all the things are superb. Keep it up.
Hi,
thanks for the post, we have the same issue. We tired your suggestions in the version 11.1.1.3, but without success. Do you have an idea how can it work?
Thanks
Thanks Celvin – I was able to make use of a tip that was hidden(or only to me) inside your solution, which is without providing a value for the variable, we will be still be able to hide it and while it still pulls the member from a row during run time.