The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
t_kaplanis
2 months agoNew Contributor III
Button Parameter Not Resolving in 8.4.4
Our two environments are currently on different OneStream versions. DEV is on 9.1.1 and PROD is 8.4.4. We have an upgrade scheduled to get them in sync soon.
However, currently facing a parameter ...
JJones
OneStream Employee
2 months agoThe fixed Item that you are referencing would not be related to this. That was a fix for the "Selection Changed Server Task" value to run on the proper server type that was selected when choosing the "Execute Dashboard Extender Business Rule", since you are choosing "Execute Data Management Sequence" this would not apply to this.
Can you try taking the [ ] away from around the parameter and then see if it will read it, similar to this
{PLP_SolutionHelper}{SaveMassUpdateChanges}{UpdateKey=|!MupSelectedUpdate_PLPM!|}
- t_kaplanis2 months agoNew Contributor III
Thanks for the reply. That makes sense, just threw it out there because it is weird that everything is the same except the environment versions. One application works while the other does not pass correctly.
I tried removing the [] and received the same error.
- JJones2 months ago
OneStream Employee
The Syntax for the data management sequence would be
{MyDataMgmtSequenceName}{Param1=[MyValue1], Param2=[MyValue2]}
So it does require the Brackets.
Looking at your Data Management Sequence your Parameter is named ContractsToCalc and then that is passing in the parameter of |!SelectedContracts!|
If you update the line to this:
{FilteredForecastRollForward_ButtonRan}{ContractsToCalc=[|!SelectedContracts!|]}
Does that return the value for Selected Contracts?
- t_kaplanis1 month agoNew Contributor III
Our production environment was upgraded to match our DEV and now this process works with no changes. I have concluded that it was something with version 8.4.1.
Related Content
- 1 year ago
- 2 years ago
- 2 years ago