Skip to content
Microsoft Dynamics 365 F&O
  • Home
  • Dynamics 365 F&O
  • Azure
  • Power automate
  • About Me

Microsoft Dynamics 365 F&O

  • Home
  • Dynamics community 101
  • Microsoft Dynamics 365 F&O
  • Page 3
D365 FO CAR
Posted inMicrosoft Dynamics 365 F&O

Generate a CAR(Customization Analysis Report) report in Microsoft Dynamics 365 F&O

CAR report or Customization Analysis Report is a report generated by running a query in Dynamics 365 F&O Dev server to get the BP issues or warnings in a custom…
Posted by Atul Yadav June 17, 2024
User Conditional Access
Posted inMicrosoft Azure Microsoft Dynamics 365 F&O

Block access to Microsoft Dynamics 365 F&O by location with Microsoft Entra Conditional Access

Below are the key points for implementing location-based access controls using Microsoft Entra Conditional Access: Restrict Dynamics 365 F&O The purpose of this is to enhance security by restricting access…
Posted by Atul Yadav June 10, 2024
Specific role
Posted inMicrosoft Dynamics 365 F&O

Check if the current user has a specific role or not via X++ in Microsoft Dynamics 365 F&O

To check if the current user has a specific role we will have to write the following code in the appropriate place as per the requirement. UserInfo userInfo; SecurityUserRole securityUserRole;…
Posted by Atul Yadav May 31, 2024
Email
Posted inMicrosoft Dynamics 365 F&O

Send email via X++ code in Dynamics 365 F&O

First step on How to send email via x++ code D365 FO, we will create a class and a static method in it as shown below /// <summary> /// Send…
Posted by Atul Yadav May 27, 2024
Postman OData
Posted inMicrosoft Dynamics 365 F&O

OData in Microsoft Dynamics 365 F&O

OData stands for Open Data protocol is a standard way for creating and consuming APIs. It allows for the easy exposing and updating of data through web technologies, making it…
Posted by Atul Yadav May 20, 2024
Azure Logic app to D365
Posted inMicrosoft Azure Microsoft Dynamics 365 F&O

Call a method or Send parameters data from the Logic app to Microsoft Dynamics 365 F&O using Data Entity

To send parameters data or call a method from the Logic app to Dynamics 365 F&O using Data Entity, you need to follow the below steps: Create a data entity…
Posted by Atul Yadav May 19, 2024
Dynamics 365
Posted inMicrosoft Dynamics 365 F&O

Split string in SSRS Dynamics 365 FO

Split expression is used to extract the part of a string that is divided by a character. Expression: =Split(Fields!EmployeeName.Value.ToString(),“|”).GetValue(0).ToString() This expression is used to extract the first part of a…
Posted by Atul Yadav May 19, 2024
Dynamics 365
Posted inMicrosoft Dynamics 365 F&O

update_recordset in Microsoft Dynamics 365 F&O

update_recordset is used to handle batch updates to database, so that DB calls are not multiple due to bulk data. so it basically updates bulk data in one db call…
Posted by Atul Yadav May 19, 2024
Debug Breakpoint is not getting hit in Visual Studio
Posted inMicrosoft Dynamics 365 F&O

Debug Breakpoint is not getting hit in Visual Studio for Microsoft Dynamics 365 F&O

Basically, 2 settings we need to keep in mind for this If the above-mentioned checkbox is on and we select only related models, then only items that are in that…
Posted by Atul Yadav May 19, 2024
Microsoft Dynamics 365 F&O Interview Question Answers
Posted inMicrosoft Dynamics 365 F&O

Interview question AX2012 / Dynamcis 365 F&O

Q1: Why do we prefer TempDB over InMemory tables while using them in queries for reports?Answer: Both are temporary tables but TempDB tables can be used in Joins. Q2: What…
Posted by Atul Yadav May 19, 2024

Posts pagination

Previous page 1 2 3 4 Next page

Recent Posts

  • D365 Data entitiy Insert method COC
  • D365 Joins
  • D365 Find method and Exist method
  • D365 Edit method
  • D365 batch job
Share this post
  • Click to share on LinkedIn (Opens in new window)LinkedIn
  • Click to share on WhatsApp (Opens in new window)WhatsApp
  • Click to share on Mail (Opens in new window)Mail
  • Click to share on X (Opens in new window)X
Archive
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
Scroll to Top