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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Friend Packages in D365FO

Hi Folks, In this post let’s learn about Friend packages in D365FO, which are part of the development model and are configured via Visual Studio.  A friend package allows one model/package to access internal members (classes/methods) of another ...

Deepak Agarwal 9,157
Like (0)
QuickFix: Entity extension DB synch error (Unexpected Metadata Corruption )

I added a new field in standard Vendor v2 entity but after successful build and synch it suddenly started giving DB issue when code deployed to anther dev instance.  When investigate, found strange issue,  The extension entity icon got chang...

Deepak Agarwal 9,157
Like (1)
Intercompany Journal Import in D365FO [via customization]

Hi Folks,  Intercompany (also known as cross company) journal imports are a common requirement in multi company environments, but there are no standard data entity to support this. However LedgerJournalTrans table have fields for Company or Offs...

Deepak Agarwal 9,157
Like (3)
Creating multiple records in D365FO using OData batch

Hi Folks,  In todays post I will try to explains how to create multiple records in Dynamics 365 Finance & Operations (D365FO) using a single OData batch request. The example uses Postman and demonstrates how each part of the batch payload works,...

Deepak Agarwal 9,157
Like (1)
WorthKnowing: Adding system fields in data entity

Hi Folks,  System fields like CreatedBy, CreatedDateTime, ModifiedBy, and ModifiedDateTime appear in a D365FO entity’s metadata, but they don’t show up in exports or OData. This happens because system fields aren’t automatically exposed through ...

Deepak Agarwal 9,157