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
chris_rothermel
OneStream Employee
3 years agoUsing standard substitution variables in regular Business Rules; Example: |CVYear|
In an earlier post a user named Sam helped me find a way to find the value of a variable in a Custom Calculate job using the Parameter field. Now, how can we access the value of the parameter in...
- 3 years ago
The named pairs passed as a parameter in a Custom Calculate job worked. Today I found a better way to avoid having parameters passed to a custom calc. We can use T#WFTime, and to access it I used
BRApi.Workflow.General.GetWorkflowUnitPk(si).TimeKey.ToString.Substring(0,4)
🙂
chris_rothermel
OneStream Employee
3 years agoThe named pairs passed as a parameter in a Custom Calculate job worked. Today I found a better way to avoid having parameters passed to a custom calc. We can use T#WFTime, and to access it I used
BRApi.Workflow.General.GetWorkflowUnitPk(si).TimeKey.ToString.Substring(0,4)
🙂
chris_rothermel
OneStream Employee
3 years agoI meant T#WFYear
Related Content
- 1 year ago