Sergey
OneStream Employee
2 days agoData Management Step Service documentation missing ?
Hello,
It looks like the data management step service in assemblies is currently not documented in the online Help.
Does anyone have experience, snippets to share in order to leverage this service?
How is it triggered? What can we do with it ?
Regards,
I would have thought that you could use DashBoard Parameters to pass that info to the DM Task at the Step or Sequence level, and then get them from the args.NameValuePairs dictionary once in the Service BR.
For bonus points you can use BRAPi.TaskActivity.UpdateRunningTaskActivityAndCheckIfCanceled to popup a message to them saying what the DM Task is about to do - just delay it so they get a chance to read the message with something like System.Threading.Thread.Sleep(5000)