↩ Part 3 - Configure SLA KPIs for Opportunities in Dynamics 365 In this article I will demonstrate how to configure the forms and views for SLA KPI Instances and Opportunities for displaying the SLA and SLA KPI Instance information. Configure SLA KPI Instance Quick View Forms for use on Opportunitie
Read the full article here↩ Part 2 - How to Configure SLAs for Opportunities in Dynamics 365 In this article I will demonstrate how to configure the three custom SLA KPIs described in the previous two articles for Opportunities. Configure SLA KPIs for Opportunities Add the following three 1:N (one-to-many) Relationships from
Read the full article hereDynamics 365 July Update includes a new attribute type called “MultiSelect Option Set”. It is like the existing “Option Set” attribute type, except now a user can make multiple selections. We can use this to let the users select which items are available in the navigation area for a specific record
Read the full article here↩ Part 1 - Overview of SLAs for Opportunities in Dynamics 365 In this article I will demonstrate how to configure the Opportunity entity in Microsoft Dynamics 365 for Service Level Agreements (SLAs). Configure the Opportunity Entity Enable the Opportunity entity for SLAs. The ‘Enable for SLA’ option
Read the full article hereHTML Web Resources can be a super handy way to add additional functionality to a form, whether this is to add information from an outside source, or to add (what amounts to) a custom control to the form. Due to the flexibility of HTML (and the CSS and JavaScript that is inevitably bundled with it),
Read the full article hereIn this series I will demonstrate how to enable Opportunities for Service Level Agreements (SLAs), configure multiple SLA KPIs, and create a Service Level Agreement (SLA) with multiple SLA Items for use with Opportunities. This series will also demonstrate a limitation when some the SLA KPIs on the
Read the full article hereIn Microsoft Dynamics 365 online, we have the option to set up an inactivity timeout, which automatically logs the user out of CRM after a certain period of time. The setup process is quite easy and in this blog, I will go through the steps to make such changes. In Dynamics 365 online instance, go t
Read the full article hereWeb Portals are a great way to provide information about your business, generate leads or even provide support for your customers. Dynamics 365 offers a web portal which is integrated with your Dynamics 365 instance if you have a Dynamics 365 Enterprise Subscription. If you do not have this subscrip
Read the full article hereHave you ever pressed ‘Qualify’ on a lead and been greeted with the below error in Dynamics 365? Intrigued, you press ‘Download Log File’ and are presented with text such as: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode>s:Client&
Read the full article hereEditable grids are an awesome new feature within Dynamics 365, if you haven’t had a chance to play around with them then I suggest you do. Also, check out my blog: Introduction to Editable Grids in Dynamics 365. Inside the editable grid the JavaScript on the main form is not mimicked within. To app
Read the full article hereIn this version of Dynamics 365 there is a bug when you click on the lookup icon on a connection form. The error that occurs is: Where the field changes depending on the lookup you press. This is a bug in Dynamics 365 and is due to four functions missing in the Connection_main_system_library.js.THE
Read the full article hereIn Dynamics 365, you may want to perform an Organization Request in a piece of custom code in order to trigger an Action, or perform an undocumented SDK operation. When attempting to do this from JavaScript, this can be a lengthy process which involves building a SOAP request and then posting to the
Read the full article hereWeb Hooks were introduced in Dynamics 365 V9. In the documentation for Web hooks, it is recommended to use them with Azure Functions, but what if you have existing Azure WebJobs? For example, WebJobs that are designed as a scheduled service to run complex rollup calculations on recently updated reco
Read the full article hereWhen creating content for web pages there are a bunch of readily available resources in the form of special characters that can easily be used for creating formulae, more interesting text, or scalable graphics. These characters are included in the font-sets, so are generally safe to use on different
Read the full article hereFor whatever reason you may need to enable hardware acceleration, in my case I needed to run an Android emulator within Visual Studio. Simply access your BIOS (Settings -> Update and Security -> Recovery. Under the Advanced Startup section press ‘Restart Now’ and your pc will restart.
Read the full article here