Thanks a lot Erik
↧
Forum Post: RE: Codeunit to Update Global Dimensions in G/AL Entry Table
↧
Comment on How to get a weekday from a date?
Thanks a lot! it works like a charm!
↧
↧
Forum Post: Get the Nav Configuration Details and show it in Console Application using Visual Studio
Hi Experts, when you run the executable file in NAV server the below-highlighted points should be extracted and shown in console window using Visual Studio C# code 1)Pre-Requisite for specific version 2)version patch details 3)Add on details 4)Logs 5)Web Client Configurations and 6)Basic Nav Configuration Please Advice me, Thanks in Advance, Jacob.
↧
Forum Post: RE: Get the Nav Configuration Details and show it in Console Application using Visual Studio
And what is your question?
↧
Forum Post: RE: Get the Nav Configuration Details and show it in Console Application using Visual Studio
Thanks for your Response Mr.Erik. My Question is: I need a C# script to get dynamics Nav configuration in Visual Studio console Appliction. Regards, Jacob
↧
↧
Forum Post: RE: Get the Nav Configuration Details and show it in Console Application using Visual Studio
You should start by mentioning which NAV you talk about and what it is that you are looking to do. Why Visual Studio? Depending on which version of NAV, then it's not C# you are looking for, but PowerShell. As of NAV 2013 you can do almost everything related to administrating and configuration your NAV NST and Web Servers. Search for Dynamics NAV and PowerShell CmdLet's.
↧
Forum Post: RE: Get the Nav Configuration Details and show it in Console Application using Visual Studio
Not a C# developer but you so dont know how to write the script but you can get config details from config file sitting in nav server . if you know c# programming then its possible to write code to get the information from the file.
↧
Forum Post: RE: Get the Nav Configuration Details and show it in Console Application using Visual Studio
Powershell is great!
↧
Forum Post: RE: Get the Nav Configuration Details and show it in Console Application using Visual Studio
Thanks, Erik and Imran. I have finished this work I have CustomSetting.Config(xmlFile) file in Nav services which consists of all the details of Nav Configuration. So I have read the file through C# code in VS then get it in the console. Regards, Jacob.
↧
↧
Forum Post: RE: Get the Nav Configuration Details and show it in Console Application using Visual Studio
yes that is the file !
↧
Forum Post: RE: Import excel using XMLPORT automaticly
Which part is that you want to automate and which version of NAV are you using?
↧
Forum Post: How to get the payment discount amount on an invoice layout
Hi, I'm fairly new to Business Central and i'm stucked with the following: in the payment conditions you can specify a payment discount percentage, this is correctly applied when entering a sales invoice (or sales order) and BC takes this also into account when applying payments. However, I don't find a way to show the payment discount amount on the invoice document. I have been looking in the dataset (both in the Word-layout and the RDLC lay-out), but I don't see the field. Help !
↧
Forum Post: RE: How to get the payment discount amount on an invoice layout
In the dataset you are looking you will see payment discount % is give . the 'original pmt discount amt' in customer ledger entry table which you may need to access and get the figure
↧
↧
Forum Post: RE: How to get the payment discount amount on an invoice layout
Hi Imran, thanks for your answer. However when I'm customizing the invoice in MS-Word, I don't see how I can access the customer ledger entries from there
↧
Forum Post: RE: How to get the payment discount amount on an invoice layout
you need to customize the report in the development environment then only display the output in what ever layout
↧
Forum Post: RE: How to get the payment discount amount on an invoice layout
Ok, thanks, i will check with developers (Personnaly, i'm not a developer :) )
↧
Forum Post: RE: How to get the payment discount amount on an invoice layout
ok look for 'original pmt discount amt' and 'payment disc given' in customer ledger entry and see which field you want to pull, both might be useful in your case
↧
↧
Forum Post: RE: Character Occurrence
Occurrence := STRLEN(DELCHR(InputText, '=', DELCHR(SourceText, '=', '@'))); i tried this to find occurrence in a string but i could not output... please help me
↧
Forum Post: Is integrating Visual Studio 2017 with NAV possible?
Hi everyone, I would like to know if it is possible to integrate "Visual studio 2017" with NAV on any version. I would like to link Visual studio with NAV to get its Configuration details. Any help and steps would be highly appreciated. Thanks.
↧
Forum Post: RE: Is integrating Visual Studio 2017 with NAV possible?
Have you tried to google/or search your question?? This is the second question of this during the last week....
↧