Image CWR Mobility Wiki
This page is a Draft, its content is not complete and might contain errors.

This article applies to:
  • CWR Mobile CRM 4.1

The SDK API provided for customizations consists of the classes and interfaces described below. These will be kept consistent and provide backwards compatibility with new versions whenever possible. Using classes outside of the SDK is not supported and these may be subject to change.

Edit

CWR.MSCRM.Mobile.Client.Sdk.dll

Contains the interfaces needed to implement customizations

CWR.MSCRM.Mobile.Client.BL.CalloutBaseBase class for callouts
CWR.MSCRM.Mobile.Client.BL.CalloutEntityContextContext passed to the various event methods on the callouts
CWR.MSCRM.Mobile.Client.Interfaces.ISitemapExtensionInterface which must be implemented by sitemap extensions
CWR.MSCRM.Mobile.Client.Interfaces.ISitemapContextContext passed to the sitemap extension configure method
CWR.MSCRM.Mobile.Client.Interfaces.IViewExtensionInterface which must be implemented by view extensions
CWR.MSCRM.Mobile.Client.Interfaces.IViewContextContext passed to the view extension configure method
CWR.MSCRM.Mobile.Client.Interfaces.ICustomControlInterface which must be implemented by custom form controls
CWR.MSCRM.Mobile.Client.Interfaces.IFormContextContext passed to the custom control configure method

Edit

CWR.MSCRM.Mobile.Client.BL.dll

Contains the EntityManager classes to Create, Update, Delete and Query the CWR Mobile CRM database

CWR.MSCRM.Mobile.Client.BL.EntityManagerFactoryCreates instances of the correct Entity Manager type.
CWR.MSCRM.Mobile.Client.BL.EntityManagerBase class for access to the CWR Mobile Database. This class provides methods to perform all CRM supported opperations on entities.

Edit

CWR.MSCRM.Mobile.Client.Helpers.dll

Contains various helper classes

CWR.MSCRM.Mobile.Client.Helpers.MetadataHelperAllows access to the Mobile Metadata

Edit

CWR.MSCRM.Mobile.Client.Synchronization.dll

Contains the Synchronization manager class which can be used to capture synchronization related events.

CWR.MSCRM.Mobile.Client.Synchronization.SyncManagerStatic class providing events and method to interact with the synchronization process.

Edit

CWR.MSCRM.Client.WebServices.dll

Contains all CRM webservice type for use in CWR Mobile CRM.

All types in the assembly are supported for use.

ScrewTurn Wiki version 2.0.35. This Wiki contains 64 pages.