Multiple tasklets per project

Posted by: laurentl in visual studioTools on Print PDF

Something that some partners are not aware of is that you can have more than one Tasklet class per dll.

There is by default no easy way to add new Tasklets in projects. To  add one, you need to create a new Class, set it to extend Tasklet, override some methods... Then you also have to create the "view" class. To do that, you can create a new User Control and change it to extend TaskletView instead.

 

So to make it easier, I created yesterday a new Item Template for Visual Studio to be able to add new a Tasklet class in an existing project by right clicking on the project, Add new Item, select the dynamics mobile category and choose Tasklet class (a bit easier ;).

 

You can find this new template in the download section (for registered users only).

Please leave a comment to tell me if it works for you or not or if there is something I should change.

 

 

Comments (0)Add Comment

Write comment
You must be logged in to post a comment. Please register if you do not have an account yet.

busy