This page is a Draft, its content is not complete and might contain errors.
This article applies to:
- CWR Mobile CRM 4.2 Windows Mobile
EditCustomization 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. And also the following system event: ApplicationStart, ApplicationStop, SyncStart, SyncCompleted.
MoreSitemap Extensions:
These allow custom items to be added to the main navigation of the mobile client.
MoreView Extensions:
These allow custom menu items to be added to a view.
MoreCustom Controls:
These allow the user to implement custom UI and/or logic based on events in the CWR Mobile CRM Form.
MoreClient Scripting:
In the Mobile Configurator it is possible to enter scripts in the Forms. This provides a quick method to create simple behaviours behind forms.
MoreEditDeployment
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.
EditAPI
An API is provided for supported customizations.