In this section, we will show you how to generate a sample rich client crm application from scratch. This assumes that the web service for the application is already available and ITAnyplace plugin is installed in Eclipse. This sample ships with ITAnyplace.
Follow the following steps:
















Index node looks as shown below:


After save, Insert node looks as shown below:

Since this is Add operation, only Upload is enabled.
Attachment node looks as shown below:



View node looks as shown below:
![]()


Update node looks as shown below:
![]()


Delete node looks as shown below:
![]()




Sync node looks as shown below:

After Generating the model, its time to generate the code for the model.

Directory Structure is shown below:

Open Browser to test the app.
The browser will look like as in image below:

To deploy the apps, copy the generated files to appropriate client from itanyplacerichclient.zip and then copy the client project to appropriate SDK (Android or XCode). Follow the instructions in the SDK to deploy the app on the device.