Skip to main content

Notifications

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
SysDa Insert in X++ D365FO Part I

An article on bulk insert using SysDa API.

Bharani Preetham Pe... 3,572 Moderator
Like ( 0 )
How to create a Computed method in a View or in Data Entity in D365FO using X++

Bharani Preetham Pe... 3,572 Moderator
Like ( 0 )
How to post packing slip or invoice for a particular line in a Sales Order using X++

We generally know how to post a sales invoice or a packing slip from code. But lets say we have a requirement to post only specific line then how to proceed?

Bharani Preetham Pe... 3,572 Moderator
Like ( 0 )
Copy records between two different tables having same fields in D365FO using X++

We generally do not have a direct approach in standard to copy data between 2 different tables with same fields. The way to achieve this is mentioned here.

Bharani Preetham Pe... 3,572 Moderator
Like ( 1 )
How to use temporary table as a datasource for lookup in form

This article says about using Temporary table or Inmemory table as a datasource while creating a lookup.

Bharani Preetham Pe... 3,572 Moderator
Like ( 0 )
Custom SSRS report by leveraging the use of standard out of box functionality usin...

Recently I came across a requirement to create a custom design for Purchase order return. But here is a catch.   The standard and the custom report should run from single menuitem. That means if the Purchase type is returned order then the custom des

Bharani Preetham Pe... 3,572 Moderator
Like ( 0 )
Multi Selection on a form by user and get selected records by X++ code

Context We might have scenario where we need to customize a form to add a button so that it should have multiselect capability and for example some functionality should happen on multi select like to get all selected records by user so that scenar...

Bharani Preetham Pe... 3,572 Moderator
Like ( 0 )
Optimizing the D365FO & AX Database performance using RecordInsertList

Scenario: As we work with data, we usually have a database. So, all the actions which we perform for customization should be in such a way that it should not impact the performance of the system. We should be very careful while writing any piece o...

Bharani Preetham Pe... 3,572 Moderator