Category Archives: D365 General
Activate Order button is not working on Order Entity in UCI
Introduction: This blog explains an alternative approach to Activate an Order in UCI. Scenario: We are using Prospect to Cash solution to integrate Sales Order from Sales to Operations (CRM To Operations). In UCI Activate Order button is not working which is used for Order Integration. In this blog we will see an alternative approach to … Continue reading Activate Order button is not working on Order Entity in UCI
Share Story :
Identify who imported the solution – Dynamics 365 CRM
Introduction: Sometime there is a need to know when and who imported the solution in to CRM. This will be done by XrmToolBox plugin called “Solution History”. Purpose of Solution History: The purpose of the tool is to view a historical list of solutions that have been imported. This provides sort of audit functionality for … Continue reading Identify who imported the solution – Dynamics 365 CRM
Share Story :
[SOLVED] “Corrupted report PDF generated using JavaScript” in Dynamics 365 V9.0
Introduction We had developed a functionality for Dynamics CRM v8.2 on Quote Entity by adding a custom button and on clicking a button we run a report, capture its contents using JavaScript, convert it to a PDF and attach the PDF to an Email Record. Below shown is the code snippet quoteInvoice = { runReportToPrint: … Continue reading [SOLVED] “Corrupted report PDF generated using JavaScript” in Dynamics 365 V9.0
Share Story :
Timezone effect on Work Hours
Introduction: Work Hours mentioned under a User/Bookable Resource aren’t the same as they show. Ever wondered what is Cross Day on Work Hours for a Bookable Resources in Dynamics 365 PSA or Field Service? Or even User record for that matter? And why not the actual Work Hours a resource is set to? You should … Continue reading Timezone effect on Work Hours
Share Story :
Custom Business Process Flow is not showing in UCI
Scenario: We had created the custom Business Process Flow on order entity which was visible on web client but not in UCI. For making it visible in UCI we must add that Business Process Flow in App. Steps: Create new solution and add Existing App which you are using in that solution. Add Custom Business … Continue reading Custom Business Process Flow is not showing in UCI
Share Story :
D365 App for Outlook Sitemap Edit
Dynamics 365 application development provides an end-to-end solution for your business right from design, development, appsource listing upto enhancements and support. The team has a set of expert developers, architects and technicians who are involved 24*7 in the process to enhance your business and take it to the next level. The team understands your business … Continue reading D365 App for Outlook Sitemap Edit
Share Story :
Forcing Fields on BPF to be required programmatically
Overview: I had a requirement where I needed to make certain fields on BPF as required. So, I tried accessing the control using Xrm.Page.getControl(“header_process_description”) and then getAttribute().setRequiredLevel(“required”) on it would serve my purpose. But actually, not! To set perspective, the code runs and make the field required too. But there’s a catch! Required fields on … Continue reading Forcing Fields on BPF to be required programmatically
Share Story :
Get Geolocation details using Xrm.Device for mobile devices
Introduction: In this blog we will use the Xrm.Device Client API reference to get the location details as it provides methods to use native device capabilities of mobile devices. Implementation: Step 1 : First we have written a JavaScript code to get the Geolocation details and for this demonstration purpose we trigger this code to … Continue reading Get Geolocation details using Xrm.Device for mobile devices
Share Story :
Create Leads when Email is received to the Queue
Introduction: This blog explains how to Create Leads when Email is received to the Queue. Creating Queue in MS CRM: Settings -> Service Management -> Queues Click on “+NEW” Enter Name and Incoming Email for the Queue. Save record. After Saving the record Mailbox will be created for the Queue. Configuring the Mailbox Open the Mailbox … Continue reading Create Leads when Email is received to the Queue
Share Story :
How to Export and Import Voice of the Customer Surveys
Introduction: This blog explains how to Export and Import Voice of the Customer Surveys. Steps to be followed: Step 1 : Go to the Survey that you want to export. (survey should be in published state) Step 2 : Navigate to Notes section and download both the files. Step 3 : Navigate to your destination environment where … Continue reading How to Export and Import Voice of the Customer Surveys