Offline Development Considerations

While developing for Microsoft CRM Dynamics for Outlook with Offline Access, remember to consider these factors unique to offline development:

  • Not all CrmService messages are available for all entities while in offline mode.

  • Only Retrieve messages are available on the MetadataService while in offline mode.

  • Workflows do not work in offline mode.

  • All offline plug-ins must be registered to run synchronously.

  • Plug-ins can potentially run twice, once while offline and once on the server when going back online. You can add a check to your plug-in to avoid this scenario.

  • You must also add the public key token of your plug-in assembly to the AllowList registry key so that it can run offline.

  • You must deploy custom .aspx pages to each client computer. Microsoft Dynamics CRM does not automatically deploy the custom Web pages for you.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset