Skip to main content
How do you set the Folio for an Item on the PlanPage of a SmartForm?
If you click on the K2 datafield in the properties of a K2 control (like a textbox) you can select Folio as the datafield for the field. This is probably the easiest way - you can hide the textbox on the form and whatever value is assigned to the textbox will be the process folio.
icon-quote.gifGamaroff:
How do you set the Folio for an Item on the PlanPage of a SmartForm?


The easiest way that I have found to set the Folio on a SmartForm is to bind the DataField of the PlanButton to the Folio field. Then set the DataValue Property of the PlanButton to whatever you want in the PlanButton's Click event method. This way you don't need any extra hidden controls.

Regards,
Mike

Reply