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
Mikki
5 months agoNew Contributor III
Throw error when Clear/Deleting file in WF Import using TR event handler
Hi,
I have been playing around with TransformationEventHandler and one of the things I am trying to do is throw an error when an user tries to clear imported/stage data. I think I got the code but ...
- 5 months ago
You can use the following to get the WF info while in the TrasformationEventHandler:
Dim WFInfo As WorkflowProfileInfo=BRApi.Workflow.Metadata.GetProfile(si,si.WorkflowClusterPk.ProfileKey)
Mikki
5 months agoNew Contributor III
Thank you. Above worked.
Related Content
- 4 months ago
- 2 months ago