Posted by: laurentl in announcement on
Nov 16, 2008
On friday the Microsoft Dynamics Mobile team released their version 1.5.
You can download it on (if you have a login to partner source):
https://mbs.microsoft.com/partnersource/downloads/releases/DynamicsMobileVersion15.htm
Posted by: laurentl in Untagged on
Nov 01, 2008
This year again, convergence EMEA is in Denmark in Bella Center (very close to where I live :)).
If you want to meet with me at convergence to discuss any topic about the Dynamics Mobile, either use the convergence connect or send me a mail (laurent@createitin.net). I will be there the three days (18-19-20).
 I'll also bring an application that I'm working on at the moment. Cool UI and nice functionalities ;)
Posted by: laurentl in tasklet on
Oct 11, 2008
Sometimes, you need to start a tasklet from code. Like for instance, you need to start the synchronization tasklet if the data is missing or if you want to show a button that will start a specific "task".
To do so, actually you do not start the tasklet directly, what you do is first define in the userrole an action that is pointing to the tasklet or the orchestration that your button/menu item should start.
<tasklet…
<actions>
<action name=”Synchronization”…
...
Posted by: laurentl in announcement on
Oct 10, 2008
I found a webinar: Introduction to Microsoft Dynamics - Why ISVs are Partnering with Microsoft Dynamics Web Seminar Series. There is a part dedicated to Dynamics Mobile.
http://www.isvinnovation.com/Directory/Description.aspx?EventId=627
Posted by: laurentl in tasklet, best practices on
Aug 01, 2008
Last time I explained how to make a tasklet generic using simple configuration with the appSettings and the labels. This time I'll explain how to create a more "complex" configuration.
When you have to configure you tasklet based on more than just "flat" parameters, you need to use custom configuration. This allows you to have collections and "trees".
Posted by: laurentl in tasklet on
May 28, 2008
There are two ways to make your tasklet "generic" and configurable from the UserRole.xml file. In this post I will explain the first method.
To configure a tasklet "instance", locate the definition of this instance in the UserRole.xml file (search for the element).
Posted by: laurentl in Untagged on
May 07, 2008
I have now added a discussion group.
So if you need to ask anything about the framework or anything else related, this is the place!
Posted by: laurentl in announcement on
Apr 03, 2008
On monday the Microsoft Dynamics Mobile Team released the version 1.1 of the Mobile Development Tools and of the Mobile Sales.
Now it also includes connectors for Nav 4.0 SP3 and 5.0 SP1.
Posted by: laurentl in announcement on
Feb 05, 2008
Posted by: laurentl in documentation on
Jan 19, 2008
Today I have been told that now it is possible to find the documentation of the development tools on the msdn website! Cool!
Here is the link: http://msdn2.microsoft.com/en-us/library/bb986981.aspx