Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Viewing all 11285 articles
Browse latest View live

Forum Post: Replication and Web services in NAV 2018

$
0
0
Hi, Please, can anyone tell me how Replication and Web services are working in NAV 2018? Or somewhere where I can read about this? Thank you in advance...

Comment on Creating QR Code in NAV 2016

$
0
0
which file need to download? for solution

Comment on Creating QR Code in NAV 2016

$
0
0
Hi I need to print as pdf147 and data matrix code should we buy the font ? or can we can use free ones?

Forum Post: RE: SMTP Error (Yahoomail / Bizmail)

$
0
0
Hi Palle, actually i am using testing database which is cronus. NAV 2017 CU 3 --> failed. NAV 2018 (any CU) --> Successfully sent

Forum Post: RE: Replication and Web services in NAV 2018

$
0
0
Hi MariNav, Again the answer is the same as in your other post. The is no such thing as an out-the-box database replication for NAV 2018. Sure you can use web services for replication (available since NAV 2009). Or from NAV 2018 you also have the common data services. Not especially for replication, but for integrating. From 2018 (not really released yet) there is something new, which in reality is replication. But it's build only with the purpose of replicating your on-premise Dynamics NAV with the SaaS Dynamics 365 Business Central. It's being released with the fall 2018 release next month.

Forum Post: Selecting an specific print to print a PDF

$
0
0
Hi everyone, I'm trying to print a PDF that has been previously created in a folder. At the moment, I'm trying to do it from the server, running the RTC in the client, saving the PDF in the server, and trying to print like this: IF ISNULL(ProcessStartInfo) THEN ProcessStartInfo := ProcessStartInfo.ProcessStartInfo; ProcessStartInfo.UseShellExecute := TRUE; ProcessStartInfo.Verb := 'print'; ProcessStartInfo.WindowStyle := ProcessWindowStyle.Hidden; //seleccionar impresora ProcessStartInfo.Arguments :='\\SRV-DC01\Etiqueta Expediciones'; ProcessStartInfo.FileName := FileName; Process.Start(ProcessStartInfo); MESSAGE('Etiqueta enviada a impresora'); With this code, I'm just ablle to print from the default printer. "SRV-DC01" is the server name. Should I use the domain name? OR may be the IP? At the end, the development will be executed from the RTCs installed in different laptops, in the same network. Thank you very much

Forum Post: RE: Selecting an specific print to print a PDF

$
0
0
Which version of NAV? Remember that even when you run this code from the RTC Windows client, then the process is still executed on the NAV server by the service user. So it has to be a printer, that the service user has access to. And the same goes in regards to the folder with your PDF. It is relative to the server, not the client. And you need to upload any local files to the server from the client first, if the service user has no access.

Forum Post: RE: Selecting an specific print to print a PDF

$
0
0
So, the printers should be defind and configured in the server side? Doesn't mind how the are configured in the laptop with the RTC?

Forum Post: RE: SMTP Error (Yahoomail / Bizmail)

$
0
0
One more thing. Also try to use the non-SSL port 587 and remove the secure connection checkmark. IF it does not work (this should ALWAYS work), then it is because of your ISP - Your ISP can prevent you from sending mails What ISP are you using?

Forum Post: RE: Change Log Entries of Extension Fields/Tables

$
0
0
Hi Erik, Eventually resetting the change log setup (table), i.e. validating the Log Insertion / Modification / Deletion fields solved the issue but still I couldnt understand what was the problem in the first place. Most probably it was an error from our end since I havent came accross any other complaints on any forums. Anyways, thanks for your attention.

Forum Post: RE: Selecting an specific print to print a PDF

$
0
0
It simply means that the "user" that runs the Servicetier has to have permission access to the printer. If you are running the servicetier as the account "Network Service" then you cannot print... Again it is NOT the user logged into NAV that does the printing. It is the Servietier...

Forum Post: RE: Selecting an specific print to print a PDF

$
0
0
[quote userid="200378" url="~/nav/f/developers/95749/selecting-an-specific-print-to-print-a-pdf/499554"]So, the printers should be defind and configured in the server side? Doesn't mind how the are configured in the laptop with the RTC?[/quote] Yes everything is done on the server. The RTC is really not much more than a web browser, it's only your user interface. When you print a report then RTC communicates with your printer directly, but otherwise not.

Forum Post: RE: Change Log Entries of Extension Fields/Tables

$
0
0
I have seen this a few times. It doesn't really start registering the change log entries, until you log out of the system.

Forum Post: RE: Change Log Entries of Extension Fields/Tables

$
0
0
Agree with Erik her. I can only get it to work if I activates the change log followed by a restart of the servicetier. Setup of fields that needs to be locked can be changed without restarting. Its only the on/off feature of logging that needs service-restart.

Forum Post: RE: Change Log Entries of Extension Fields/Tables

$
0
0
That makes more sense, thank you both.

Forum Post: RE: Selecting an specific print to print a PDF

$
0
0
Thank you both. I must say that the NAV instance is running with a server account, called "administrator". So, how can I reach the printer from the server? This is how the printers are declared on the server:

Forum Post: RE: Selecting an specific print to print a PDF

$
0
0
The printers declaired on the server is not necessary the same the "administrator" user can see. In your code you should use the \\ip-adress\name or \\server\printername in order to print. There are many unknown variables in this, som it is hard to help you as we do not have the full view of your configuration. It is possible to get it to work. But you could also go in another direction: A faster solution could be to copy files to a specific folder - where a service picks up the file and prints it. There are several programs that can do that for you. You could also create a powershell script. Like this one: https://gregcaporale.wordpress.com/2012/01/18/powershell-to-print-files-automatically/

Forum Post: RE: Selecting an specific print to print a PDF

$
0
0
The main problem is that, I get the PDF file from a webService, and I need to print it. If I could "introduce" the PDF into a report, the problem will be solved with the report selection table, but I dpn't know if it is possible to do that...

Forum Post: RE: Change Log Entries of Extension Fields/Tables

$
0
0
That is not entirely true. The "Change Log Management" codeunit caches the settings for a given table and a given field the first time you touch it. Then the settings is remembered until you logout. So if the Change Log is enabled, and you add logging to a table and a field, then it works right away if you haven't touched the tabel and field in your current session. But I agree, that the only way to make sure changes to the Change Log Setup is active for all users, is by restarting all service tiers, to force users to login again.

Forum Post: NAV 2018 CU9 error in app.jason file

$
0
0
Hi Everyone, I have tried to create a extension in AL code and when I was trying to publish it was asking to download the symbols but I was unable to download the symbols. So I have gone through with the app.jason file and found that below value "platform": "12.0.0.0", "application": "12.0.0.0", Once I change the value from 12 -> 10 I was able to download the symbols. So I would like to know that is it a bug or do I need to change something in my setting while installation of VS code. Any help / suggestion . "platform": "10.0.0.0", "application": "10.0.0.0",
Viewing all 11285 articles
Browse latest View live