Hi Experts:
I have one table with the name of "Test" now i want to insert mean import data into my table when i install the extension through xml how it is possible?
*This post is locked for comments
Hi Experts:
I have one table with the name of "Test" now i want to insert mean import data into my table when i install the extension through xml how it is possible?
*This post is locked for comments
@Vigneswaran Thamaraiselvan thank you sir for your response my problem solved with the link you shared.
if you published web services then the following link will help you to get urls docs.microsoft.com/.../geturl-function
@Stefano Demiliani
I have developed app for business central so need the soapUrl for setup page i want to install the app on different instance i don't want to use in hard code but because on every instance the url is changing as below. So is there any process to get the soapUrl.
bcsandboxdev1:7047/.../CRONUS DK A%2S
bcsandboxdev3:7047/.../CRONUS DK A%2S
bcsandboxbfdev3:7048/.../Company('CRONUS Dk A%2S')
You don't need the read the url. The URL has always the following format:
@Stefano Demiliani
sir the below link is your blog post sir it is very useful and nice post but i need some help from you regarding this post as you told how to publish objects as a web service i published a codeunit on method as you told in the below post now i want to show the soapurl of the publish object how it is possible to get the soap url ?
community.dynamics.com/.../dynamics-365-business-central-publishing-a-web-service-from-extensions
I tried to export table data from nav 2018 on this command ( "Export-NAVAppTableData -ServerInstance 'DynamicsNAV110' -Path' ‘C:\TAB18.navxdata’ -TableId 9000" ).
this command can only allow me export data from those table which are non-company table,
is there any way to export table data from company table.
Use Export-NAVAppTableData -ServerInstance YOURSERVERINSTANCENAME -Path 'C:\NAVAppTableData' -TableId XXXX where XXXX is the table ID to export.
How to export the NavAppTableData from BC i tried a lot of commands but not working
I tried the command( Export-NAVAppTableData -ServerInstance BC -Path ‘C:\TAB18.navxdata’ -TableId 18)
error ("Unable to locate the server instance: MicrosoftDynamicsNavServer$BC").
i want to export/import default data using xml during installation
Try to explain in details what you want to do...
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156