Category Archives: Blog
Stay updated using the “Follow” Capability in Dynamics 365 Customer Engagement
Introduction In this blog we will take a look at how we can follow records automatically in Dynamics 365. As the name suggested when we follow any particular record, we can get details of that record in our activity feed. This can then be displayed on the dashboards in CRM. Following a record can also be done automatically based on come criteria. Implementation Step 1: For this demonstration we will look at a case where I would like to follow a lead only when the Rating of that lead turns to “Hot”. Step 2: First we create a workflow on Lead Entity as shown below Below is the configuration of Create Follow record properties Here on update of the field Rating, we check if the rating is “Hot”, if true then to follow the record we create a follow record Step 3: Now we change the Rating of the Lead “Darren Parker” from “Warm” to “Hot”. Step 4: If we refresh the page we will see the Unfollow button is present, as the record is already followed. Step 5: In the View > Leads I Follow, we can see the followed Lead Step 6: If someone creates posts on this record, it will be shown on my timeline. Here I have added the Timeline view on the Sales Overview Dashboard and we can see I am able to view the post as this record is followed. In my next blog we will look at how we can create automatic posts to view specific details of the followed records on your dashboard. Hope this helped!
Share Story :
Create automatic posts in Dynamics 365 Customer Engagement
Introduction In this blog we will look at how to create automatic post based on criteria. In my previous blog we saw how we can follow records automatically, based on some conditions. Both these scenarios could be clubbed to use the system more efficiently Implementation Step 1: For this demonstration, we will create a post on a lead, when the Annual Revenue is updated and the value is greater than 5K. For this we have designed a workflow with the following configuration. In the Create Post, the properties are as shown below Step 2: Now when we change the Annual Revenue of a Lead above 5K, a post is created on the record as shown below Step 3: Now, if this lead is already followed and the Timeline view is set on the dashboard, we could also see these posts on the Dashboard as shown below Here in this case we, we have taken a simple example on creating posts, this could be configured as required in the workflow. To find more details follow my blog “Stay updated using the “Follow” Capability in Dynamics 365 Customer Engagement“. Hope this helped!
Share Story :
Upcoming Improvements in Scrolling in List Page
D365 BC product is being improved continuously and following is the expected improvement coming in April Updates. Improvements to Scrolling in Lists When scrolling in a list page today, your scrolling is periodically interrupted with a “fetching more rows” indicator. Scrolling pauses while Business Central fetches and loads more rows into the page. See below for an example of this: Microsoft’s latest enhancements aim to improve scrolling experience. You will be able to scroll to any position on a list without pause. We’ve been able to see the improved experience in our preview environments and believe this will be a simple but highly valued feature for frequent Business Central users!
Share Story :
Upcoming Longer Names & Description in D365 BC
D365 BC product is being improved continuously and following is the expected improvement coming in April Updates. Longer Names and Descriptions Microsoft plans to update Business Central to allow for longer name and description values. All name and description fields are being lengthened from 50 to 100 characters, providing you with greater flexibility and fewer compromises when naming or describing entities such as general ledger accounts, customers, vendors or items. The image below illustrates a Business Central vendor record where the vendor’s name has been populated with 100 characters.
Share Story :
Upcoming Auto Save Indicator in D365 BC
D365 BC product is being improved continuously and following is the expected improvement coming in April Updates. Auto Save Indicator The lack of a save button in Business Central may be a source of confusion for those without prior Business Central experience. Like many other modern web applications, Microsoft plans to add a saved indicator to the application. Here’s what it looks like when a change to a vendor record is underway: Notice the saved indicator when a page is initially opened (in this case the Vendor Card page). Now I’ll change the vendor’s name. Notice below how the autosave indicator updates automatically. When Business Central has finished updating the record, the autosave indicator updates once more, showing this update has been saved in the application.
Share Story :
How to Attach Documents to any Record of any Table in Business Central
Introduction: Attachment is a relatively new functionality in Business Central. Unlike Links you need not store the links to the document but attach the document itself. In this blog I’ll be showing how to customize Business Central to attach documents to any table. Pre-requisite: VS Code Microsoft Dynamics Business Central Demonstration: Attachments are stored in Table 1173 Document Attachment Table. Using the standard document attachment table functionality does not support attaching on all the tables / pages. Currently in Business Central attachment functionality is allowed only on Master and Documents. Adding a field in Document Attachment Table to classify if you want to attach documents for different purpose. In this case I wanted to Attach two types of Documents. So I created an Option Type with Scale Ticket and Lab Report which will be set during the insertion of attachment in the Page. Refer: SaveAttachment2 function. Creating a Custom page with Source table as Table 1173 Attachment Document. I’ve created a Custom Page because the standard pages calls a function that does not allow me to attach different types of attachment. Thus the Custom page contains SaveAttachment2 function which allows to mention the type of Attachment for the record. Adding Custom methods to Attach the documents with different types on Single Record. i.) Export : This function downloads the attachment that is stored in the system wen clicked on the name ii.) SaveAttachment2:This function saves the attachment for the record with the specific type of attachment. It stores the TableID, Record Primary Key and then LoadType to specify type of attachment for that load. GetLoadType: This function is used to pass the type Calling the CustomAttachedPage from the Page/ Table you want to attach. Output: From the Record you want to attach the document To download the Attachment, click on the Attachment FileName. Conclusion: In this way we can attach documents to any record of any table in Business Central.
Share Story :
D365 Business Central Essential v/s Premium
Microsoft Dynamics 365 Business Central is an all-in-one business solution built for small and mid sized firms that have outgrown their limited accounting software With its emphasis on scalability, Business Central comes with plans to fit various requirements: Essentials and Premium. Business Central – Essentials Business Central Essentials includes applications that are essential to any ERP platform and costs just $70/user/month. Here is just a high-level look at Essentials functionality: Financial Management GL, AP, AR Allocations Budgets Fixed Assets Month/Year end closing Multiple Currencies Supply Chain Management Inventory and purchasing control Shipment and distribution Returns and cancellations Procurement and vendor management Warehouse Management Order Promising Warehouse Receipt/Shipment Warehouse Management Systems Automated Data Capture Project management Capacity Management Multiple Costs Sales Invoicing, Sales Order Management Estimates Jobs, Time Sheet Human Resource Management Built-in CRM Functionality Contact Management Task Management Outlook Client Integration Dynamics 365 for Sales and Customer Service (optional) Business Central – Premium Premium includes everything in Essentials, plus modules for complete Manufacturing and Service Management, enabling businesses to streamline their entire operations from end-to-end. It’s available for $100 per user/month and includes: Everything in Essentials Manufacturing Production orders Production Bill of Materials Supply planning Demand forecasting Capacity planning Agile Manufacturing Service Management Service Order Management Service Price Management Service Contract Management Planning and Dispatching
Share Story :
How Send Email from Another User in CRM
Introduction While working with dynamics 365 sales we can send email within system using workflow. We can configure the same for other user to send email using Workflow to send mail. Description: But it is possible that other users may start receiving below show error. The above error clearly shows that it is missing “Send as privilege”. This error occurs while sending email from other user email id is other than the user who is sending the email. Here owner of the workflow needs to give access to send the email to other user on his behalf. You can follow the below steps to allow the “send as privilege” You need to set the Workflow Owner user settings via the Workflow Owner User Options; Person Options > Email > Allow other Microsoft Dynamics CRM users to send email on your behalf. You will have to log into workflow owners crm account to set this, and will allow the workflows to send emails Also, the user who is sending the email must have the below security privilege as well. Conclusion: Hope this helps while send email from another users account.
Share Story :
Script in editable grid V 9.1 (EditableGrid_script_V9.0)
Introduction You must have written script on form using javascript and apply various logic like enable/disable or setting value of another field on change of another field. After introduction of editable grid script which is applied on form is not applicable on editable grid. We can apply same logic, but we need to write on different structure. Description: Yes, we can apply the same logic on the editable grid as applied on the form. As you can see in the below screen shot two fields are locked and cannot be edited on the grid. Also, if you have proper security permission than user can edit the date approved and it will set automatically. You need to write script on the editable grid on the entity and not on the form as you can see in the below: You need to go the entity solution and add the script on change of record as you can see below 2. You need to write this script little different than the existing style 3. As you can see in the above screen shot attribute is not access using the getAttribute() method but here we get using getByName(). 4. Set value on form script using java script normal style. Conclusion Hope this help you write the script on the grid as well as on the form.
Share Story :
Show selective entities in Activity Party List in D365 Activities
Out-of-the-box, D365 Activity Party List field, say, Appointment’s Required/Optional Attendees fields lets you choose among multiple Activity Party enabled entities when you want to select records. And perhaps you don’t even want users to select what’s not relevant. Let’s look at how we can show only the required entities in the selection list. Before that, if you want to check how you can enable custom entities for the Activity Party, you can refer this post of mine – Enable entity for Party List selection in Appointment Hide entities from the Activity Party List field This can be achieved by writing a simple JS code and calling it onLoad of the Appointment form where the Party List field exists. Let’s say you only want to show the entities Lead and Contact in the Required Attendees Party List field Here’s the JS code that goes on the onLoad function of the Appointment form // JavaScript source code oAppointmentFormCustomization = { filterRequiredAttendees: function () { Xrm.Page.getAttribute(“requiredattendees”).setLookupTypes([“lead”,”contact”]); } }; And call the method filterRequiredAttendees onLoad as below The Appointment’s Required Attendees field will show only the entities you provided in the setLookupTypes([“lead”,”contact”]); Hope this helps!