Browse by Tags
All Tags »
development (RSS)
This is an installment of Barcode Scanning With Microsoft Dynamics Mobile series. … and concurrently it is the shortest blog article I have ever written :-) Just follow the MSDN link: How to: Set Up Barcode Scanning for Mobile Sales . Use this approach
Read More...
This is an installment of Barcode Scanning With Microsoft Dynamics Mobile series. Barcode drivers are the most essential prerequisites for barcode scanning functionality on a particular device. Out of the box, Microsoft Dynamics Mobile supports two barcode
Read More...
My plan is to post a short series of articles related to barcode scanning experience with Microsoft Dynamics Mobile. Today’s post should act as an overview of posted and will-be-posted articles touching the barcode functionality. Here is the plan: Barcode
Read More...
In my previous post , I described how to unit test custom DocumentHandlers. When your DocumentHandler has one or more DocumentHandlerParameters , you have to manually assign values to these, since, during unit testing, the DocumentHandler instance runs
Read More...
As I promised in a previous post , I'd like to discuss how to unit test a custom DocumentHandler. There's really nothing to it: Just create a new instance of your DocumentHandler and start invoking its members. Here's a test of the Submit method: [ TestMethod
Read More...
When you create a custom DocumentHandler , it is very likely that you may need to supply it with some configuration data. Common examples include the address of your back-end server, credentials to the back-end system, etc. DocumentHandlers can be configured
Read More...
Mobile Server gives you the option of developing custom code that integrates to your back-end system. One way you can do this is by implementing one or more .NET classes that derive from the abstract DocumentHandler class. This is already described in
Read More...
As a non official role in our team I’m searching the internet for people who needs help using our bits, and has on several occasions helped. I would like to point you to a site where you can get some quality answers without waiting for the team to write
Read More...
Let me start with a small announcement I am happy to announce that we have upgraded our SSIS ( SQL Server Integration Services ) solution for Mobile Sales from the 2005 to the 2008 version of Microsoft SQL Server Integration Services. So from now on we
Read More...
Yesterday I was sitting with a potential partner here at MDCC (Microsoft Development Center Copenhagen) to get them introduced to Microsoft Dynamics Mobile. All in all I think we had a good and productive day where we covered most of the major topics
Read More...