Forum Discussion
mkohorst
2 years agoNew Contributor II
I used something like this to collect the selections (using bound param):
Dim groupsString As String = args.NameValuePairs.XFGetValue("Groups", String.Empty)
Dim groups As List(Of String) = StringHelper.SplitString(groupsString,",")
Then I used these methods to manage state in a data table: BRApi.Utilities.GetSessionDataTable, BRApi.Utilities.SetSessionDataTable(si
Wouldn't surprise me if there was another way to do this, but this worked for my use case. Thanks Randy
Related Content
- 2 years ago
- 4 months ago
- 3 months ago
- 2 years ago