Dynamics NAV 2017: View Standard and Extension Objects Code in RTC
-
intech systems
-
March 10, 2018
-
15 mins read
-
Dynamics NAV, Microsoft Dynamics
You can view Dynamics NAV Standard Objects Code and Extension code in RTC by following the below steps.
Prerequisite:
Code Viewer Control AddIn

View Standard Objects Code in RTC
CAL Language is used in Dynamics NAV Objects. CAL is converted into C# at Compile Time. DotNet Framework then handles the converted C# code when object is ran and the appropriate result is displayed.
NAV saves this code in table 2000000071 Object Metadata.
Blob Fields:
- User AL Code contains the C/Al code of the object.
- User Code contains the C# code of the same object which is generated when the object is compiled.
This would also allow you to see code of objects which are not in your License range.
Create a simple Page “RTC Standard Objects Code” in NAV 2017 to see this code in RTC. Please see below snapshots for details.
1. View Standard Code Objects – C/AL
- Select Object Type (Example – Table, Report, Codeunit, Page, Etc.)
- Select Code Type (CAL, DotNet)
- Enter Object Id
- Click on Action – “View Standard Objects Code” You will see the Code in Code Tab.

2. View Standard Code Objects – DotNet

View Extension Code in RTC
Once the extension is installed for a tenant, you cannot see the objects in Developer environment. NAV stores these objects in table 2000000150 (Nav App Object Metadata).
Create a simple Page “RTC Extension Code” and “Nav App Object List” in NAV 2017 to see this code in RTC. Please see below snapshots for details.
3. NAV Installed Extensions

4. View Extension Code – C/AL
- Select Code Type (CAL, DotNet)
- Select Object Name from Nav APP Object List
- Click on Action – “View Extension Code” You will see the Code in Code Tab.

5. View Extension Code – DotNet

You can download the Objects from here.
For more such tips and tricks about Dynamics NAV, check out my blog.
About Intech
Intech Systems is a three-cloud Microsoft-certified partner that boasts deep expertise in providing digital transformation solutions for organizations by leveraging the Microsoft 365, Dynamics 365, and Azure solution stack. Intech is recognized as a top-tier Microsoft implementation partner globally and specializes in transformative technology solutions such as ERP (Enterprise Resource Planning), CRM (Customer Relationship Management), Business Process Automation, Business Intelligence, Cloud Infrastructure, Data Management, Productivity & Collaboration and Generative AI (Gen-AI) solutions. As a trusted Microsoft Solutions Partner, we are capable of doing complex technology implementations catered to an organization’s specific needs & also rapid solution implementation such as our Microsoft Dynamics 365 Business Central implementation packages. We pair our implementations with end-to-end customer support, offshore development & 3rd party integrations. With offices in India, USA (United States of America), and Singapore, we work with clients across globe to empower businesses with cutting-edge technology solutions. Our latest services aim at delivering business ready AI solutions to the customer, like our Microsoft Copilot Consulting Services & Solutions for small, medium & large enterprises. Intech’s expertise lies in building software solutions for Manufacturing, Professional Services & Healthcare. Our Dealer Management System, Sales and Service CRM for Manufacturing, Field Force Automation for Pharmaceuticals and Manufacturing Central are some of our leading industry solutions. Intech’s vision is to catalyze digital futures for operation-centric industries globally, we are at the forefront of innovation, helping organizations drive growth and innovation like never before. Contact Us to learn more.
Related Posts
Implement spelling checker in Dynamics NAV
Implementing spelling checker in Dynamics NAV is simple and works properly with RTC Client for any version of NAV. We have developed a control add-in for spelling checker…
-
9 mins read
Guide on Migrating From Dynamics GP to Dynamics 365 Business Central [2026]
In our previous blog, we discussed which ERP solution is best for the organization Dynamics GP or Business Central. However, if you have made your choice and therefore are ready…
-
57 mins read
Microsoft Dynamics GP – What Future Holds?
When Microsoft released their newest solution Microsoft Dynamics 365 Business Central everyone had the same question – What Future holds for Dynamics GP? The new cloud ERP software…
-
12 mins read