Skip to main content
How do I assign the datafield to be used as Folio in a Default process using C #. ?

I found an example for the same in VB. But, "ProcessInstance.Items" is not available in C#.

Can somebody help me? :roll:
Hi,

In a server event you can use the following:
.Value.ToString();

If this is not what you intended, giving more info on when and how you want to set the folio would help to getting the right sample code.

Reply