Skip to main content
I am trying to create a MOSS Field in a list which is a URL Field and I need it to show the k2 ViewFLow URL. The problem is I need to dynamically pass the processID to the URL. Any thoughts >?

From within a server code event, you can find the process ID in K2.ProcessInstance.ID.  From there you could put it in a data field that is appended to the URL that you store in the hyperlink field.


Reply