Skip to main content
New to K2.net and creating my 1st workflow.

I've got a table in a SQL Server database that I would like to serve as lookup reference for a process data field when the form is rendered. Basically I want to populate the drop down with items from the table and then select the active item based on the process data field.

I am able to get the items rendered, but the drop down doesn't seem to bind to the data field.

Is this possible or is there a better solution?

Thanks!
nevermind, I figured it out. By accessing the K2.net ROM I was able to expose all that I needed to accomplish this.

Gracias
Here's another consideration:
In order to databind the control and use the K2 reference to select an item, databind in the initialize event - this will fire before the k2 binding. Otherwise, using a later event will override any of the K2 input.
pj
PJ,

Followed your advice and bound in the initialize event. Much easier!

Thanks!
anytime!

Reply