You are viewing limited content. For full access, please sign in.

Question

Question

Is it possible for a SDK Script activity to return a "collection of entries" useable with the for each entry activity?

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

Answer

SELECTED ANSWER
replied on May 5, 2017

No, scripts can't do that.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.