Forum Discussion
Marco
1 year agoContributor II
How to pass parameters through ExecuteCustomCalculateBusinessRule
Hi Everyone.
I am trying to run a CustomCalculateBR in another BR, and I have the following for the variable namevaluepairs, but I would also like to pass parameters in this BR. I have been investi...
RobbSalzmann
1 year agoValued Contributor II
Hi Marcus,
You can use substitution variables like |WFScenario| in a member script. You cannot pass a parameter however since parameters are often user facing/ runtime set. You would have to parse the parameter for its current value and use that.
Related Content
- 2 years ago