SDK Overview 4.1
This page is a
Draft
, its content is not complete and might contain errors.
This article applies to:
CWR Mobile CRM 4.1
Edit
Customization Support
CWR Mobile CRM
allows the customization of the mobile client an SDK API is available. There are four customization options:
Callouts:
These allow customization of businesslogic just prior to and just after the following entity events: Create, Update, Delete, SetState, Retrieve, Assign, Associate and Disassociate. And also the following system event: ApplicationStart, ApplicationStop, SyncStart, SyncCompleted.
More
Sitemap Extensions:
These allow custom items to be added to the main navigation of the mobile client.
More
View Extensions:
These allow custom menu items to be added to a view.
More
Custom Controls:
These allow the user to implement custom UI and/or logic based on events in the CWR Mobile CRM Form.
More
Edit
Deployment
To facilitate customization deployment customization files can be uploaded to the CWR Mobile CRM server and synchronized to the client using the standard CWR Mobile CRM synchronization process.
Customization files are packaged in zip files along with a manifest. The manifest contains a listing of all customizations which is used by the Form, View and Sitemap editor.
Detail on customization packages
.
Edit
API
An API is provided for supported customizations.
Details on the SDK