How to create a custom template in visual studio.

  • 30 August 2006
  • 2 replies
  • 2 views

Badge +3
Hi,

I'm searching some help to create a custom template for destination rule.
I need to recreate sur winform that allow to select the destination rule to allow the template to:

- connect to a web service
- get a group list from this web service (such "product manager", "Medical Advisor", ...)
- get for each item from this list all employee and e-mail.

Where can i found a simple how to, maybe code example, or any other info that could help me.
I don't find any information about this on the customer portal KB or training material.

This must be done with VS2005 .Net 2.0

Thanks

2 replies

Badge +7
Hi ponchautf,

check out this thread http://forum.k2workflow.com/viewtopic.php?t=1640. I think it can help you if you can get your users credentials from the Active Directory. Another idea would be to store the required members for the workflow in a seperate sql database and get all information from there. But then you should not forget to built a small extra tool which allows to change the database in case that the users of the workflow will change. This is quite easy to do with InfoPath if you follow the instructions of the InfoPath Lab 9 on the msdn homepage.

Hope it can help
Badge +3
thank for your help.

Reply