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
Assuming this is an extender rule, you will want to use the following:
Dim sequenceName As String = args.DataMgmtArgs.Sequence.Name
2 Replies
- Big_Rick_CPMContributor
Assuming this is an extender rule, you will want to use the following:
Dim sequenceName As String = args.DataMgmtArgs.Sequence.Name
- SaurinPatelNew Contributor III
Big_Rick_CPM Thank you. Worked like a charm.
Related Content
- 2 years ago