Dynamics 365 Business Central SaaS: How to get the list of Extension ID (App ID), Extension Name, Publisher, etc. via AL

Today I would like to brefily talk about how to get the list of Extension ID (App ID), Extension Name, etc. via AL in Business Central SaaS.
I saw this question on Twitter this morning. He tried to use ‘Published Application‘ (table 2000000206 “Published Application”) to get the list of Extensions. But unfortunately, ‘Published Application‘ has scope ‘OnPrem‘ and cannot be used for ‘Extension’ development.

Source : Dynamics 365 Lab
Read more…

Start Id(UiDOffset) in Microsoft Dynamics NAV

When you create a new table, page, report, codeunit, query, or XMLport, the elements have IDs that are offset by the Start ID (UidOffset) value that you specify. For example, you can specify a Start ID of 50000 and then create a new page. The first element that you create on the page, for example, a Container control, has ID 50000.

Bron : Navision 360
Lees meer…

Easily Finding a Dimension Set ID in Microsoft Dynamics NAV…or Mr. Billion Goes to Washington

With the advent of the Dimension Set feature in Microsoft Dynamics NAV (Navision), it can be tricky to figure out how to change the Dimension Set ID assigned to a record in code or how to assign new dimensions to code. If you don’t know what you’re doing, you’ll spend a few hours writing stuff to go through all the possible dimension sets until you find just the right one, or your code determines that there isn’t a valid dimension set at all and you have to create one

Bron : ArcherPoint
Lees meer…