Skip to main content

I have designed a workflow in Visual Studio, and linked the Client events to a K2SmartForm appended to a Serial Number.


 


Now, when editing the smartform, how can I retrieve the SerialNumber parameter on to the form upon initializing the form. For example, in order to retrieve my datafield data, I need to specify the form data using the specific serial number.


 


Any light will be greatly appreciated.


Thank you.

You need to define a parameter for the form called SN. So when the user opens the link from their Worklist, you can use the "Open a worklist item" action with the SN parameter (passed in with the URL) to get the process information. 


Reply