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

Forum Post: RE: Killing an external process from NAV

$
0
0
Well then you can also have a look at: Process DotNet System.Diagnostics.Process.System, FOREACH Process IN Process.GetProcessesByName('AcroRd32') DO BEGIN Process.Kill; END; It will kill Adobe reader

Forum Post: RE: Extension Object does it consume Purchased Objects?

$
0
0
No. Just like with NAV, then objects are NOT FREE on Business Central on-premise. Only Business Central SAAS. That's one of the main differences between BC on-premise/cloud. Just like in the "old" days, then you need to have the objects assigned to your license.

Forum Post: RE: Killing an external process from NAV

$
0
0
Thanks Lars, Seem to work perfectly, but when the adobe is close, I get the next error, and reading in different sites, seems to be something about admin rights...

Forum Post: RE: Killing an external process from NAV

$
0
0
Give your service account need right to Terminate process throw windows

Forum Post: Deposit Slips in Business Central

$
0
0
Hello All, I am trying to find where I can record my customer cheques (cash receipts) on a deposit slip and then post the amount that appears on the deposit slip to the bank so it appears in the Bank reconciliation screen. So to be clear - I receive 6 cheques from 6 different customers - we fill in a deposit slip which has the total balance of the 6 cheques and pay it into the bank, i need to record this in Business Central. I know Nav did have a deposits screen - but I cannot see it in Business Central - I have looked at the Cash Receipt Journal and the Payment Registration screen to see if either of these would be utilised but cannot see how. Any help on this would be greatly appreciated. Regards S

Forum Post: Blob data transfer from one tenant to another tenant through NAV web services

$
0
0
Dear All, One of my client want to transfer the Blob field from one NAV tenant to another NAV tenant through web services. Can anyone explain me how can I do that ? Thanks in Advance.

Forum Post: RE: Blob data transfer from one tenant to another tenant through NAV web services

$
0
0
Hi Beast, You cannot directly work with blob, you have to change the datatype. An example would be BigText (or an DotNet Object) http://www.kauffmann.nl/2012/04/04/binary-data-with-nav-web-service/

Forum Post: RE: Blob data transfer from one tenant to another tenant through NAV web services

$
0
0
Hi Beast, Exactly what is your question? Do you know how to work with web services between tenants, but you are just having problems with Blob fields? Or is this your first web services? If the last, then you there are plenty of threads here about web services (as well as on Youtube). And which version of NAV are you using?

Forum Post: RE: Extension Object does it consume Purchased Objects?

$
0
0
I was just about to comment on the question with this link: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-object-ranges So as I read it.. If you are cloud-based then the objects are free. If Onpremise you have to pay. I am also very dissapointed that Microsoft is Changing from Concurrent users to Named users

Forum Post: RE: Killing an external process from NAV

$
0
0
Yes, and the create a user special right and only give the user right "Terminate"

Forum Post: RE: Killing an external process from NAV

$
0
0
Really appreciate Lars, I'll work on it! I don't know realy how to do it, I'll suggest our customer to talk with the server provider

Forum Post: Unable to install package in Business central in production environment though it is successfully installed in sandbox environment.

$
0
0
There is already one extension is installed and published in Production environment. I have updated code(done more development) in the same package, it is successfully compiled and package created(.app file) in extension folder in sandbox environment. Now issue is what when I am going to upload that package into production environment, it is getting failed with below error message. "Deploy Operation rejected. Error: An extension with same App ID and version has already been uploaded. Resolve and deploy again.;" I tried to change Version in app.json file but it didn't work.

File: Dynamics NAV Desktop Client - New User Training (20 videos)

$
0
0
A quick and easy series aimed at providing you with a guided tour of Microsoft's popular ERP solution, Microsoft Dynamics NAV, these were created using NAV 2016 but the content will be relevant for NAV 2017 and NAV 2018 and mostly fine for earlier versions there is a separate playlist for the Web client. These guides and tutorials will guide you through of some of the basic and also most useful elements of Dynamics NAV.

File: Dynamics NAV Web client - introductory training - 16 short videos

$
0
0
This video is part of a sequence introducing the look and feel of the user interface in Microsoft Dynamics NAV 2017 Web client (content still relevant for NAV 2018 - we have a new playlist for the specific new features in NAV 2018 available on our YouTube channel). To get the free training guide that goes with this course, please visit https://www.tecman.co.uk/Using-the-Web-Client-in-Dynamics-NAV-2017 This playlist is part of a wide range of videos providing NAV end-user training from Technology Management to get you started by exploring the key features in bite-sized chunks. For further information, please see our website https://www.tecman.co.uk/Software/Products/Microsoft-Dynamics-NAV

Forum Post: RE: Killing an external process from NAV

$
0
0
Cool, remember to mark a answer as solution to help other.

Forum Post: RE: Killing an external process from NAV

$
0
0
Hi Lars, Instead of changing the user rights, I've solved this issue with: FOREACH Process IN Process.GetProcessesByName('AcroRd32') DO BEGIN Process.CloseMainWindow; END; Instead of KILL. Thank you!!!

Forum Post: RE: Extension Object does it consume Purchased Objects?

$
0
0
Hi Erik. Yes, it is correct. All information you can receive from licence (e.g. I have 1 licence for US and it has range near '70000000' - '74999999') only. If someone wants to release Extension they need to contact local MS to receive "last update" for it (I don't remember ranges exactly, but we have 3 sub-range now - "customer 50000-99999", then ISV range and range for Extension).

Forum Post: RE: Blob data transfer from one tenant to another tenant through NAV web services

$
0
0
the coding of the BLOB field type for NAV 2017 has small point and I think you need to transfer Stream or Variant type between tenance

Forum Post: RE: Unable to install package in Business central in production environment though it is successfully installed in sandbox environment.

$
0
0
[quote userid="203669" url="~/nav/f/developers/95789/unable-to-install-package-in-business-central-in-production-environment-though-it-is-successfully-installed-in-sandbox-environment"]I tried to change Version in app.json file but it didn't work.[/quote] Hi Dynatech. Are you sure that you re-created package after version update? P.S. when I re-install (by powershell command script) package I uninstall package first (but not unpublish it), then publish&install new version and after success action unpublish old version

Forum Post: How can I select two letters/ string from the No. series

$
0
0
Hi Term, I have the following No. Series, No. = CA-0000001, IM-0000001, PR-0000001, TR-0000001 but I just need the first two string like CA, IM, PR,TR how can I achieve this. Thanks.
Viewing all 11285 articles
Browse latest View live