Skip to main content
Nintex Community Menu Bar

Concept question

  • July 19, 2006
  • 1 reply
  • 4 views

Forum|alt.badge.img+5
Hello,
I'm building a complaint workflow using K2 with asp.net webforms.
In the webform there is a section where users can upload a picture to describe the problem. There is also a detail-section where the user can fill in multiple products and quantities (master-detail concept).

My question is where to store these values ? (picture + master detail). Can this be done with K2 data/xml fields, or should I build my own SQL table to support the workflow ?

1 reply

Forum|alt.badge.img+13
  • Rookie
  • July 20, 2006
You should not have to create your own table. You could store picture as in binary field without auditing data to lessen storage required.

Or if you have SharePoint/WSS you can use the built-in control for document attachment.