Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Hussein_charif
Helper IV
Helper IV

Getting data from navision

hello,

does anyone have an idea on how i can get data from navision without a url? I am connecting to navision through RDP to the machine that has the database and i want to connect to it without using a OData URL

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @Hussein_charif 

If you have access to SQL Server where the Navision database is located, you can run direct SQL queries to extract data. This requires an understanding of the structure of the database and the SQL language.

You can also write custom C/AL (for older versions of Navision) or AL (for newer Dynamics 365 Business Central) code to export the data. These codes can be used to create reports or export data to a file. You can check the following link:

How to Process URL Without Opening a Web Browser in C/AL - NAVUSER

 

Although you mentioned not using OData, you can still use SOAP web services, which is another type of web service available in Navision. These services can be configured and used without the need for OData URLs.

For more information on extracting data, you can check out the link below:

Importing and Exporting Data in Microsoft Dynamics NAV 2013 R2 CU 8 - Microsoft Dynamics 365 Blog

 

Extracting data - Microsoft Dynamics NAV [Book]

 

Export-NAVData (Microsoft.BusinessCentral.Management) - Dynamics NAV | Microsoft Learn

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi, @Hussein_charif 

If you have access to SQL Server where the Navision database is located, you can run direct SQL queries to extract data. This requires an understanding of the structure of the database and the SQL language.

You can also write custom C/AL (for older versions of Navision) or AL (for newer Dynamics 365 Business Central) code to export the data. These codes can be used to create reports or export data to a file. You can check the following link:

How to Process URL Without Opening a Web Browser in C/AL - NAVUSER

 

Although you mentioned not using OData, you can still use SOAP web services, which is another type of web service available in Navision. These services can be configured and used without the need for OData URLs.

For more information on extracting data, you can check out the link below:

Importing and Exporting Data in Microsoft Dynamics NAV 2013 R2 CU 8 - Microsoft Dynamics 365 Blog

 

Extracting data - Microsoft Dynamics NAV [Book]

 

Export-NAVData (Microsoft.BusinessCentral.Management) - Dynamics NAV | Microsoft Learn

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors