web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Advanced Computed Columns in D365FO with X++: Complex Case Statements

In my previous blog, I have gone through on a general approach how to create a computed method which is so straight forward. The current writing is something more bigger. Lets dig deeper.Problem:As the key importance of a computed field is to impr...

Bharani Preetham Pe... 3,634 Moderator
Like (0)
How to get all Dimension Names and Values from Default Dimensions - D365FO X++

Sometimes we need to retrieve all the dimensions from the dimension reference field which we have in our tables.Here is a generic logic which gets all the dimensions for the particular order or may be any table. Lets say Sales Order or Customers o...

Bharani Preetham Pe... 3,634 Moderator
Like (0)
Console Application to update, move, reset IIS for D365FO using C# dotnet

Introduction:We as an X++ developer often have to connect to sandbox for debugging which involves to get the access credentials from lcs and then whitelisting our VM's IP addresses.And then we need to open the Web configuration file where the orig...

Bharani Preetham Pe... 3,634 Moderator
Like (0)
How To Add Admin Rights to User for Azure Virtual Machine (VM) wrt D365FO

We as the developers will do the development in Azure hosted Virtual Machines for D365FO. Sometimes we have to use User account for the development where the VM is shared by two members. The recurring issue occurs when opening Visual Studio as the...

Bharani Preetham Pe... 3,634 Moderator
Like (0)
How to Connect to SQL Server from Visual Studio in VM for D365FO

As a developer, in a day to day activity and with this much technology, if something is too slow, we hate it for obvious reasons. On a similar note, in regards with F&O, once login to VM, we will open Visual Studio, SSMS, Note pad...., where we fi...

Bharani Preetham Pe... 3,634 Moderator
Like (0)
All about OData Integrations with Dynamics 365 F&O - Part I

Integration between systems is the important and a common activity in a Business. One of the approach/set of rules is using OData. In this article I will be discussingAbout ODataFiltering or Querying Data using ODataWhat is OData?OData is a standa...

Bharani Preetham Pe... 3,634 Moderator
Like (1)
Unlock the Potential of D365FO Views: Beyond Simple Data Display

A View generally can be used just to join few tables and see the data.But the versatility of the Views is not just limited to this.It can be used in multiple places where performance is critical. Because a view offers the benefit that it is pre ex...

Bharani Preetham Pe... 3,634 Moderator
Like (0)
Replicating "Prevent upload when zero records" when calling Data Entity from X++

When setting up a recurring data job, we have a functionality called Prevent upload when zero records. This will skip the data upload when the record count is 0. But setting up a recurring data job needs a separate application in azure.In a differ...

Bharani Preetham Pe... 3,634 Moderator