Hi,
We have some workflow automation menus in webtop.
The user selects an item, it opens a template (such as a word document) in the checked out state, and when the user chooses
check in, it runs my code and starts a workflow. However, if the user changes a property before checkin, it also starts the workflow.
I had looked at moving this code to doCheckin, but after some research, it seems that for new documents, it calls doSave. If I re-checkout, and checkin the document, it calls doCheckin.
What I would like to have happen is for this to only be called on checkin.
Any ideas or help would be appreciated.