Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
testing without attachment 02132025

testing without attachment 02132025

Soundari Microsoft Employee
Like (0)
testing1 02122025

testing1 02122025 

Soundari Microsoft Employee
Like (0)
Change default “Purpose” of Address/Contact in D365FO

I was exploring how we can change the default purpose of Address or Contact, by default the purpose is “BUSINESS” and i was having the requirement to default it to “INVOICE”. Unfortunately i did not find any functional way...

Amir Nazim 5,994
Like (0)
Stock/Inventory Value Storage report

There are two types of inventory value report: Inventory/stock value (the standard report) and Inventory/Stock value report storage. this blog is about Inventory Value report storage and how can we used data management to export da...

Amir Nazim 5,994
Like (0)
XSLT Transformation XML to JSON D365FO Data Management

This blog is just a re share of blog produced by famous blogger Munib AhmedData Management Export – XML to JSON Transformation (dynamicsnavax.blogspot.com) Recently i was exploring an option for Transformation in Data Management framewo...

Amir Nazim 5,994
Like (0)
Date time custom formats

Sometime we have to deal with custom date formats, scenarios like you want to append any custom date format in the file name. In such case we can use DateTime.ParseExact() method through .NET Interop: Ax example can be :System.Globalization.Cultur...

Amir Nazim 5,994
Like (0)
Abort an executing batch job

Sometimes canceling a batch job can take a long time then there is an option for abort the batch job for system administrator or batch job manager role. This provides a much faster mechanism to cancel a long running job that is impacting system ...

Amir Nazim 5,994
Like (0)
Get metadata, data sources of a data entity D365FO

this piece of code can be used for get the data sources involve in making the data entity. Microsoft.Dynamics.AX.Metadata.MetaModel.AxDataEntityView axDataEntity = Microsoft.Dynamics.Ax.Xpp.MetadataSupport::GetDataEntityView("CustCustome...

Amir Nazim 5,994