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)
Get Item Supplementary items in D365 FO

Hi,Dynamics AX/ D365 FO has a feature of adding supplementary items (Sales/Purchase) against a particular item (Release product) through supplementary item group defined in Sell/Purchase tab of a released product.View the supplementary(Sales) item...

Muhammad Yasir 1,023
Like (0)
Translation text of custom financial dimension

Hi,Today i am gonna talk about how to get Translation text of custom financial dimension through X++ code. There is a requirement where i need to show the translated text (Description) of one of custom financial dimension in report."Prod...

Muhammad Yasir 1,023
Like (0)
Create product variants specific to product dimension values using X++ (D365 for o...

Hi guys,Back again after so long. Today i will show you how to create specific product variants from X++ code. Many a times we import products and related product dimensions into AX. Then upon creating and releasing the variants, all the possible ...

Muhammad Yasir 1,023
Like (1)
Create new table and Sync data between HQ & POS in AX 2012 R2 Retail POS

Hi,Today i am going to present an important scenario upon which we are heavily dependent on, while working with AX Retail POS customization.Some times we have to save our customized data along with the retail transactions for improved reporting an...

Muhammad Yasir 1,023
Like (0)
Get Product Dimensions Description through X++

While working on a requirement, i came across a scenario in which i want to display the description of product dimensions (Size,Color,Style,Configuration) on a form grid along with each product dimension id.This seems to be quite simple but when i...

Muhammad Yasir 1,023
Like (0)
How to get Category Hierarchy of a Product using X++

Today i am going to show how we can get the Category Hierarchy of a product using X++ code.It's a handy code in various situations where we want to display the complete hierarchy of the a product.Here is the code snippet,    ItemId &...

Muhammad Yasir 1,023
Like (0)
AX Debugger opens, but is blank

Many a times we have faced a problem that, when we try to debug our X++ code, we simply put break points in our code and run the functionality, but it happens that the AX debugger opens but with a blank screen and the break point is not called.So ...

Muhammad Yasir 1,023
Like (0)
How to read CSV file in AX

    #file    CommaTextIo       commaTextIo;           fileiopermission     permission;    container              c;    int...

Muhammad Yasir 1,023