Workflow in Infopath and WSS

G

Gilad

I would like to build an application that implements a workflow process.
The idea is to be able to route a document (purchase request) that will be
routed automatically and be approved by 2-3 different people.
I would like to provide the user with the current status of his application
(ie. who approved and who didin't).
Are Infopath and WSS the right tools to implement such an application? what
are your
suggestions?
Thanks.
G
 
G

G. Tarazi

To build the workflow is simple



Use the share point sdk to create a small dll file that will work as share
point library event handler.



SharePoint will call the event handler every time you modify a form in
SharePoint



And then you can add your workflow code by modifying some of the form
properties / xml
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top