Category Archives: Blog
See how you can get alerts if a document is accessed in SharePoint Online (Alerts in Office 365)
Introduction: Activity alerts play a very important role while setting up Security & Compliance. You can create an alert that will send you an email notification when users perform specific activities in Office 365. In this article, you can see how we can get alerts if someone accesses any document in SharePoint Online. Similarly, you can also set alerts for … Continue reading See how you can get alerts if a document is accessed in SharePoint Online (Alerts in Office 365)
Share Story :
Set Field Visiblity based on Security Roles in Dynamics 365
Introduction: In this blog we will demonstrate how to set visibility of a field in Dynamics CRM based on Security Roles using JavaScript. Implementation: Step 1: First we create a security role, Here for our demonstration I have created a Blank Security Role with the name “CustomEditAccess”. Copy the GUID of the security Role as … Continue reading Set Field Visiblity based on Security Roles in Dynamics 365
Share Story :
Configure Web Services through Code in Business Central
Introduction: When coding an app that uses Webservices to connect to the integration solutions, it is generally recommended that there is a Setup, which we can configure, where the Webservices are created as well as deleted. Pre-requisites: Business Central VS Code with AL Language Extension Demonstration: Create a Setup Page having a boolean variable say … Continue reading Configure Web Services through Code in Business Central
Share Story :
Dynamics 365 Online Authentication with Client Credentials
Introduction: This blog explains how to Authenticate Dynamics 365 Online with Client Credentials. Steps: Steps in Azure 1. Register a App in Azure Active Directory. Login to portal.azure.com Navigate to Azure Active Directory –> App Registration –> New Application registration 2. Create App with Application type -> Web app/ API. Copy the Value of Application ID. … Continue reading Dynamics 365 Online Authentication with Client Credentials
Share Story :
Sales Quote Dynamics 365 Business Central
Sales Quote use to record an offer to a customer to sell certain product on certain delivery and payment term. You can send quote to customer, negotiate with the customer, you can change and resend the sales quote as much as needed. When the customer accepts the quote, you convert the sales quote to a … Continue reading Sales Quote Dynamics 365 Business Central
Share Story :
How to fetch a custom table created in Business Central into PowerApps using CDS and Odata.
Introduction: In this blog, I have introduced how to fetch a custom table from Microsoft Dynamics 365 Business Central into Microsoft PowerApps using Common Data Service(CDS) and OData. The table that was created in Business Central was fetched into a custom entity(MatchingLists) in CDS that allows me to create a local database in PowerApps for … Continue reading How to fetch a custom table created in Business Central into PowerApps using CDS and Odata.
Share Story :
Scribe Error while integrating from Salesforce to Microsoft Dynamics NAV
Introduction: Recently, we encountered an error while integrating Sales Orders from Salesforce to Microsoft Dynamics NAV via Scribe displaying the following error message. Error Details: “The Sales Header Extension does not exist. Identification fields and values: Document Type=’Quote’, No=’ ‘ ” Reason for the error: Upon further debugging, we found that a field in the … Continue reading Scribe Error while integrating from Salesforce to Microsoft Dynamics NAV
Share Story :
How to change the no. of decimal points for a particular field in Dynamics 365 for Finance and Operation
Introduction: In Dynamics 365 for finance and operations the default decimal point is set up till 2 decimal place. To change the decimal point according to customers wish follow the following steps. Steps: 1. In the development environment run the Visual studio in administration mode. 2. In AOT find the EDT of the field and … Continue reading How to change the no. of decimal points for a particular field in Dynamics 365 for Finance and Operation
Share Story :
D365 PSA v3 – Resource Assignment and Booking
Introduction: There is no limit to what D365 PSA can do. However, it has undergone some significant upgrades. since PSA v3 is a major shift from its previous version, some processes have changed which has greatly enriched the experience of using D365 PSA V3. Let’s quickly look at how you can assign resources and then … Continue reading D365 PSA v3 – Resource Assignment and Booking
Share Story :
Track Emails by setting “Tracked To Dynamics 365” Category in Outlook
Introduction: Ever thought of how tracking in Dynamics 365 App for Outlook could be easier? Guess What? Using “Category Based Tracking” you can now easily track Mails, Appointments and Tasks by simply setting a category on them in Outlook. This feature is beneficial as you can select multiple emails, set the category, and the rest … Continue reading Track Emails by setting “Tracked To Dynamics 365” Category in Outlook