Microsoft Dynamics 365 and the importance of staying supported

James WoodDyn365CE7 years ago9 Views

When writing code with 365 – especially JavaScript within the application – it’s easy to become unsupported if you’re not careful, or otherwise unfamiliar with the application. Staying supported means, you can assume (with reasonable confidence) that your implementations will;

  • Function correctly.
  • Microsoft support will help when they don’t.
  • Will continue working when an upgrade occurs (unless features are deprecated – this happens but you usually get several years’ notice).

This article is part of a series

When working with Dynamics it’s always worth remembering that you are working inside someone else’s application – this isn’t your house, you don’t get to set the rules. You have a product that you can customise, configure, and extend – but not fundamentally change. You want to work with the product, not against it. Microsoft provide a set of tools and guidelines describing the things we can do, they also tell us the – unsupported – things we shouldn’t do. It’s all on the MSDN. Un-supported scenarios that commonly occur:

  • Reading from the database without using Filtered Views, e.g. to write a report.
  • Manipulating the database structure (apart from indexes), e.g. to perform a customisation.
  • Inserting or editing records via SQL, e.g. to import data.
  • Manipulating a CRM solution file XML directly (apart from customisations for sitemap, ribbons, forms, saved queries).
  • All JavaScript interactions within the application pages must only be performed using functions defined in Xrm.Page & Xrm.Utility namespaces, i.e. don’t directly interact with the page DOM.

When you go un-supported you are working against the system. Whilst you may be able to deliver functioning un-supported customisations, you will probably find it was harder to deliver, an upgrade is more likely to break them, and Microsoft support maybe less helpful (i.e. asking you to remove unsupported customisations). Ultimately there is usually little benefit or need to go unsupported and I strongly recommended staying supported.

Original Post https://woodsworkblog.wordpress.com/2017/06/25/microsoft-dynamics-365-and-the-importance-of-staying-supported/

0 Votes: 0 Upvotes, 0 Downvotes (0 Points)

Leave a reply

Join Us
  • X Network2.1K
  • LinkedIn3.8k
  • Bluesky0.5K
Support The Site
Events
March 2025
MTWTFSS
      1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31       
« Feb   Apr »
Follow
Sign In/Sign Up Sidebar Search
Popular Now
Loading

Signing-in 3 seconds...

Signing-up 3 seconds...