Generic X++ select: use of DictTable and common.(fieldId)
Quick post to explain in further detail how to use DictTable with an easy example. … More Generic X++ select: use of DictTable and common.(fieldId)
Quick post to explain in further detail how to use DictTable with an easy example. … More Generic X++ select: use of DictTable and common.(fieldId)
This post-video is going to focus in the D365FO dimensions tables structures and how to get the descriptions for all your dimensions in a generic way, without having to go to the specific table in each case. … More Learning about D365FO dimensions, and how to get the description in a generic way in X++.
In this post we are going to see how to show the financial dimensions as fields in a form grid, using a View that will retrieve the info from the table directly with Computed Columns. It is a fast way of getting the information to show it in the list and to be able to … More Show D365FO dimensions in a form grid control using a view