The RAD Server Field Service Template provides an end to end field service application template for routing appointments, managing parts, and user administration. It is made up of a REST server module, a desktop client, and a cross platform mobile client. The template can give you a head start in building your own field service solutions. This blog post is about the offline capable mobile client app that comes with the template. You can download the Field Service Template for free from Embarcade...
The Field Service Template client app has offline capabilities which allows you to record changes offline without an internet connection. Later updates can be sent back up to the RAD Server once an internet connect is detected. One of the pieces of code in the Field Service Template client app that makes this possible is a function which will take the FireDAC JSON that is received from the RAD Server and store it as a table in IBLite.
As you will see in the source code below the proce...
The RAD Server Field Service Template provides an end to end field service application template for routing appointments, managing parts, and user administration. It is made up of a REST server module, a desktop client, and a cross platform mobile client. The template can give you a head start in building your own field service solutions. You can download the template from within the RAD Studio IDE using Embarcadero GetIt.
You can quickly and easily customize most of the look and feel of the ap...
On Wednesday the 16th I’ll be presenting “Getting Started with Database Applications for Mobile” with Delphi and C++ Builder during the CodeRage XI.
Here you can find the samples available for download in our Code Central: http://cc.embarcadero.com/item/30656
And here the presentation with the links and references: http://www.slideshare.net/fernandoluizrizzato/getting-started-with-database-applications-for-mobile
Hope you find this useful!...