Microsoft Dynamics Mobile Tasklet Reference
Mobile applications that are built by using Mobile Device SDK, such as Mobile Sales, consist of tasklets that are orchestrated to build a mobile application. You can customize the mobile application by changing the way the tasklets are used in the UserRole.xml file for the application. If you want to reuse the tasklets in other mobile applications, they are available when you install Mobile Device SDK as part of the Microsoft Dynamics Mobile - Device Components installation. The topics in this section describe the tasklets and how you can use them in mobile applications such as Mobile Sales.
Some tasklets interact with a reference database on the mobile device. The reference database synchronizes with the mobile staging database on the server to keep the server and mobile device updated. The name of the reference database, AppDatabase, is specified in the app.config file for the mobile application and in the configuration for each tasklet in the UserRole.xml file. The tables that each tasklet uses are specified in the scripts that set up the mobile staging database on the server. For more information, see How to: Create the Mobile Staging Database, Database Objects, and the Mobile Staging Publication for Mobile Sales in Microsoft Dynamics Mobile Installation and Configuration Guide online.