How to update substitution variable from business rule
Hi Experts,
I want to update the substitution variable value from PBCS calc manager.
Kindly help for the same.
I have tried using temporary variables/arrays with no luck as its accepting only numeric values.
Basically, the data will be loaded for the particular period from data management. After data load, we have associated a BR to run for clearing the data. So, not sure how to handle the period that was used in Data Management to be in sync with Business rule period.
Also tried, cleardata @currmbr(period) but no luck. Do not want to use REST API or EPMAutomate as its for adhoc run.