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

Dynamics Community 101

Dynamics Community 101

  • Home
  • Dynamics Community 101
  • Page 3
Multi threading in D365 FO
Posted inMicrosoft Dynamics 365 F&O

Multithreading batch job in Microsoft Dynamics 365 Finance and Operations

The multithreading batch job is used to break large/time-consuming batches into smaller pieces in Microsoft Dynamics 365 Finance and Operations. We have 3 different Approaches for Multithreading: Individual Task Modeling…
Posted by Atul Yadav June 21, 2024
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
Final PA
Posted inMicrosoft Power automate

Substring in power automate

In Power Automate, the "substring" function is used to extract a specific portion of a string based on starting and ending points. It is useful when you need to manipulate…
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

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