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's avatar
SaurinPatel
New Contributor III
2 years ago
Solved

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

  •  

    Assuming this is an extender rule, you will want to use the following:

    Dim sequenceName As String = args.DataMgmtArgs.Sequence.Name