Dynamics 365 Archives | Cloudfronts - Microsoft Dynamics 365 | Power BI | Azure

Category Archives: Dynamics 365

Dynamics 365 Portals – How to Try Them Out for Free

Dynamics 365 portal helps you to provide additional support to your customers, partners, employees, and others. It helps you to stay connected and provide the necessary assistance. The best part about the whole thing is that you can get the portal if you have an active Dynamics 365  subscription. You need to follow simple steps … Continue reading Dynamics 365 Portals – How to Try Them Out for Free

Share Story :

List of users for a security role | D365FO

Introduction: In this blog, we will see how we can get list of users who has assigned a specific security role   Solution:  UserInfo userInfo; SecurityRole securityRole; SecurityUserRole securityUserRole; while select networkAlias from userInfo where userInfo.networkAlias exists join securityUserRole where securityUserRole.User == userInfo.id exists join securityRole where securityRole.RecId == securityUserRole.SecurityRole && securityRole.Name == ‘Sales manager(NameOfTheSecurityRole)’ { … Continue reading List of users for a security role | D365FO

Share Story :

Dynamics 365 Portals – Why Do You Require Them

The best part about Dynamics 365 is that you can now launch portals related to customer, support or the prospect. Now, 100 per cent of these things including maintenance and integration can be controlled using Dynamics 365. The Dynamics 365 portal allows the audience to collaborate and communicate via an online location.  It also permits … Continue reading Dynamics 365 Portals – Why Do You Require Them

Share Story :

Loading Screen using D365 CE JavaScript

Posted On March 26, 2020 by Priyesh Wagh Posted in Tagged in

Suppose, you want to show a loading/waiting screen to let people know there’s some heavy processing going on in the back-end and they shouldn’t navigate away to do anything else with the record, you can use loading screen by using showProgressIndicator() and closeProgressIndicatory() methods. Xrm.Utility methods There are 2 methods are documented in the Xrm.Utility … Continue reading Loading Screen using D365 CE JavaScript

Share Story :

Table Browser Extension for Google Chrome | D365

Now table browser becomes much easier for Microsoft Dynamics 365 Finance and Operations. Here you go with Google Chrome Extension – Table browser caller for D365FO. It’s very easy to install and use it. After installing the extension to the browser, it appears on the top bar and looks like While clicking on the extension, You can find … Continue reading Table Browser Extension for Google Chrome | D365

Share Story :

Set form control access via security role in D365 Finance

In some of the cases instead of providing security to whole form we need it for particular form control.So this blog will help you with providing access to form control via security roles.If you want to know more about security roles you can use my previous blog . First of all we need form control … Continue reading Set form control access via security role in D365 Finance

Share Story :

Sitemap changes are not moving to UAT ?

  Use case : We were trying to deploy the solution from dev environment to UAT but Sitemap changes were not moving to UAT.   Solution : after RND we noticed that App extension for that particular app were not present in the solution Then we tried to add app extension and it is working … Continue reading Sitemap changes are not moving to UAT ?

Share Story :

Resolve the dependency between multiple solutions in D365 Customer Engagement / CRM Solution using Solution Component Mover.

You have might question in your mind that why we need to move the components from one solution to another solution in D365 Customer Engagement So, let’s consider a scenario you and your team is working on D365 CRM customization and created the two solution — ‘ Solution A’ and ‘Solution B’. While customization development when you … Continue reading Resolve the dependency between multiple solutions in D365 Customer Engagement / CRM Solution using Solution Component Mover.

Share Story :

Create security role in D365 Finance and operation

In D365 Finance and Operations when you need to provide and restrict users from a certain operation you can make use of security roles. You can create security roles from Finance and operations environment itself or from its development tool i.e Visual Studio. In this blog, we are going to create a security role in … Continue reading Create security role in D365 Finance and operation

Share Story :

Updating multiple CDS records from Grid using PowerApps

Introduction: In this blog, we will learn how to Update multiple records of CDS from the Grid.   Use Case: We have a requirement where there is a Grid of CDS Data Source, on clicking the Save Icon on top of the Grid, it should Save every record which is selected through the checkbox which … Continue reading Updating multiple CDS records from Grid using PowerApps

Share Story :

SEARCH :

FOLLOW CLOUDFRONTS BLOG :

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close