Skip to main content
Nintex Community Menu Bar

View Flow

  • March 13, 2008
  • 1 reply
  • 7 views

Forum|alt.badge.img+3
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 >?

1 reply

Forum|alt.badge.img+11
  • March 13, 2008

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.