Hi guys
I'm currently working on Sharepoint 2007 and I am developing a workflow that will kicks in when a new document is uploaded in the library. What I wish to achieve is for me to:
- Check the document to see if it is in the right format (I've developed a custom api that allow me to perform the check and return a bool value).
- If the bool value is true (doc check successful), the doc will be uploaded into the library as per normal.
-If the bool value is false (doc failed the check), the doc will not be uploaded into the library and a new task is created to request for a new upload
I am wondering if workflow can achieve this task. And if there's any way I can find codes /sample where I can add task.. I kept getting workflow error message which is not helping me at all. I havn't seen any good resource where they talk about dev. sharepoint workflow using VS2005 and good docs on the api. Please point me to the right direction if you know any.
Thanks in advance!
Merry Christmas.