Forum Discussion

SaurinPatel's avatar
SaurinPatel
New Contributor III
2 years ago

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

     

     

  •  

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

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