-
Workflow Condition in Dynamics NAV 2016
Hello, How can I do an approval workflow with a complex condition (could be a function from a codeunit)? Thank You!
-
dynamics Nav 2017 and Azure - Virtual Machine
Hi everybody, My company is starting the long journey of setting up Nav 2017, our go live will be January 2018 hopefully with Nav 2018. We decided to use Azure for the server installation. Can anyone tell me if I can use the VM image available on Azure Market place for the real inplementation? We purchased the licence key…
-
FTP File Download Using Windows Script
Hi, I have a code to Upload files to FTP server from my local machine. Can anyone help me ASAP to download the files from FTP to my local system? Dot Net methods are not required since i am doing this for 2009 R1 database.Thanks. //FTP Upload +++ FTPLocalFolder:= 'Local Folder Path'; FTPFolder:='FTP Folder Path';…
-
circumventing nav license....?
Hi have downloaded nav 2017 demo, all set up however with it running the "cronus.flf" license you have the date posting limitations and database size limits etc, any way to circumvent this, run it without a license? edit the license in notepad....?
-
The 5 must-know facts about Microsoft Dynamics NAV Reports Upgrade
Enjoy our new blog post - The 5 must-know facts about Microsoft Dynamics NAV Reports Upgrade Hope it will be useful to You!
-
Find SQL User name with "Windows Login" SID
Alright so I spent hours today trying to figure this out, and since I could not find any one place that has all the information in one place, I figured I'd share it here. This is to find the user's name in SQL Server, based on the Windows Login for the NAV database. The "Windows Login" table in the NAV database stores the…
-
How to add a prefix to the root element of the xmlport?
The xmlport to be imported has multiple namespaces along with the default namespace. I added prefix ns5 to the root element in the xmlport object and added all the namespaces to the xmlport Namespace property as below: Prefix - Namespace ns2 - abc Blank - xyz ns4 - aaa ns3 - bb ns5 - ccc Namespace xyz does not have any…
-
External Web services calling In Navision
I have created a Simple Hello Word Web service on ASP.net and wanted to consume this Web service in Navision. When I am calling this web service from Navision I am getting "root element is missing" Error. Microsoft Dynamics NAV A call to System.Xml.XmlDocument.Load failed with this message: Data at the root level is…
-
Add DocumentType node in XML
I am creating an xml but I have to add also a specific Document Type. I am using dotnet variables to open xml but I am doing something wrong. My Code is XMLDOMDocument := XMLDOMDocument.XmlDocument; XMLDOMDocument.Load(TempInstream); XMLDocType :=…
-
Dynamics NAV 2017 – top features and experts opinions
Enjoy our new blog post - Dynamics NAV 2017 – top features and experts opinions Hope it will be useful to You!
-
Disallow multiple selection in a list page.
We often use LoopupMode on pages to use them to allow selecting a known value for a field. When calling a page with RUN/MODAL is it possible to disallow the user from selecting multiple lines in the lookup page?
-
FILTERPAGEBUILDER
Hi , Has anyone used the filterpagebuilder but with multiple tables not just one like this https://community.dynamics.com/nav/b/technicaltipsandtricksfordynamicsnav/archive/2015/10/07/filter-pages-for-filtering-tables-using-filterpagebuilder ? Thanks
-
Change Log Entries - DELETE using ODATA
Is it possible to delete Change Log entries using ODATA? We have NAV2016 I've setup an ODATA webservice for PAGE 595 (Change Log Entries) I can query for specific change log entries using ODATA. But when I try to use the DELETE http verb, i get "The underlying application page is not editable." I'm trying to automatically…
-
How to configure and migrate to Dynamics 365 for Financials
Find out How to configure and migrate to Dynamics 365 for Financials in our NEW blog post - http://simplanova.com/how-to-configure-and-migrate-to-dynamics-365-for-financials/ If Your customer is interested in migration to Dynamics 365 for Financials, contact us
-
Free Guide: How to Make Your Microsoft Dynamics NAV Reports Upgrade More Effective
We have prepared Free Guide: How to Make Your Microsoft Dynamics NAV Reports Upgrade More Effective, where we share our recent experience on NAV Upgrades. You can Download it here hope it will be useful to You!
-
How to Add More Value to Your Microsoft Dynamics NAV Services
Enjoy our new blog post - How to Add More Value to Your Microsoft Dynamics NAV Services Hope it will be useful to You!
-
Open Customer Card on the same RTC client without opening a new Page!
For example when I double click on the customer No. a new page would be open. I need to know if their is away to open the Customer page or any page in General in the same RTC client? The reason is that in our company people always work with 2 RTC clients which represents 2 different Companies, and they have also 2 screen.…
-
Overcoming Dynamics NAV upgrade challenges
I would like to share our blog post - Overcoming Dynamics NAV upgrade challenges. Hope it will be useful to You
-
Is it possible to Hide the Clear Filter Action in a listplus page?
the Clear filter action does not work in Sales Analysis by dimension Matrix page, so I want to hide it. any suggestions? NAV 2013r2 and above
-
Decimal separator in excel.
Hello Everyone. I got a question about decimal separator in excel. I want to make my decimal look like this 1.234,56 from this 1234,56. in my excel document. It should do it when i run the report 82(Export to excel), from G/L budget. My navision version is 2015 and location is DK. Where should I make the chance??? I have…
-
Web service time input - timezone
Hello, I have a SOAP service, which has 2 datetime fields. now when the user sends dates trough the soap service, they are interpreted as UTC. I need them to be CET, so I changed the customsettings config file, and added this : <add key="WebServicesDefaultTimeZone" value="Central European Standard Time" /> but navision…
-
Print to PDF causes blurry image
I have a report that when you Preview it and/or Print it, the company logo comes out fine... looks good and sized correctly. But when the user selects "Print to PDF" and when you print from that... the company logo looks blurry, with no color and doesn't even resemble the logo. Is there a setting or property for PDF I am…
-
How to execute bigger Dynamics NAV upgrade projects with no additional in-house staff
I would like to share our new blog post - How to execute bigger Dynamics NAV upgrade projects with no additional in-house staff. Hope it will be useful to You
-
Navision Timestamp for caching
Hi there, does Navision provide a Timestamp or something like that to see when the last change was done on a dataset?
-
Is it possible to 'reopen' a 'released' order trough OData service?
Hello, As title says, is this possible? Because I can not find the function for this in my C# code.. Or do I have to write a CU and publish this as SOAP? thank you
-
Use Nullables with DotNetInterop
I just faced a problem where i had to call a webservice through a WCF function that accepts a System.Nullable'1 as parameter (i actually wanted to just pass a simple integer). I tried to declare a systemnullable variable but the following code does not compile Systemnullable := myinteger; After some headbanging and some…
-
I need a code
I need a code that will disable changing the value of a field, though I know there is a property for a field call editable. but I just need a code to do this. Thanks.
-
div and mod
can anyone explain if -2 div 4 is possible. Is it just 0?
-
Shed light on this code line.
I am new on NAV development, I will like to understand what this line of code means. Using GET Function to retrieve a record in another table. I saw it inside a code. UserSetup.GET(Sales Invoice Header."User ID);
-
How to select New in menu with sendkeys after selected the action menu bar with ALT F10
I have created a seperate page on a customized table with only the notes factbox on. From a customized page I have created an action where the new page with the note factbox is called. On the onopenpage event I called with Sendkey the WshShell.SendKeys('%{F10}') to see the actions from the notes factbox. So far so good,…