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
SaurinPatel
2 years agoNew Contributor III
Data Managment Sequence Name
How can I print DataManagement Sequence name? I have Consolidation email BR but within that email I want to print which Sequence consolidation is running for?
Saurin
- 2 years ago
Assuming this is an extender rule, you will want to use the following:
Dim sequenceName As String = args.DataMgmtArgs.Sequence.Name
Big_Rick_CPM
2 years agoContributor
Assuming this is an extender rule, you will want to use the following:
Dim sequenceName As String = args.DataMgmtArgs.Sequence.Name
Related Content
- 2 years ago