asked on May 5, 2017
I have tried something like this in vb.net scripting:
'Define a list of entry Dim MyList As New List(Of EntryInfo) 'add my first entry MyList.Add(Entry.GetEntryInfo(1234,RASession)) 'add my second entry MyList.Add(Entry.GetEntryInfo(1235,RASession)) 'outputing the collection of entry as a multi-value token Me.SetMultiValueActivityToken("test",MyList,0)
No error just not useable with the for each entry activity.
Is it possible for a SDK Script activity to return a "collection of entries" useable with the for each entry activity?
Thank you in advance.
0
0