AndreaF
3 years agoContributor III
ClearStageData
Hi,
I'd like to use the ClearStageData function within a business rule.
I am already successfully using other similar functions like ExecuteParseAndTransform or LoadCube.
This is the sample given within OneStream: Dim objLoadTransformProcessInfo As LoadTransformProcessInfo = BRApi.Import.Process.ClearStageData(si, wfClusterPk, sourceId)
The issue I have with the ClearStageData function is that I don't understand what I should pass as sourceId. Can any of you clarify it or point me to any relevant documentation?
Thank you
This:
or
it is just a string ("All" or "" might work as well, but I didn't try it).