other thing in needed is this validation should only be applicable if the direct unit cost is there in the price table. otherwise it should work normally.
↧
Forum Post: RE: purchase order validation
↧
Forum Post: RE: Calculate Date After compare and check Leadtime
Hi, Not sure why are you adding XRec."Expected Receipt Date". Just add ExpOrder:=CALCDATE(Leadtime, PurchHeader."Order Date"); ERROR(FORMAT(ExpOrder)); This will work.
↧
↧
Blog Post: Docker and your disc
After long time, I saved some time to go deeper into Docker and Microsoft Dynamics NAV. During playing with docker, my c: drive went quickly out of free space (250GB SSD disc). You know, pulling the core images (around 6GB, then extracting...), few other images etc... True is, that I had around 10GB free space before I started. Ok, I was looking into the processes and watched which folders are used by docker, read few documents etc. and found this: When pulling the image, system TEMP folder is used. Thus, if you want to give docker more space when pulling images, change the TEMP and TMP system variable (of course, it will have impact to all system processes using the temp folder, thus if you are moving from SSD disc to some slower one, it could have impact to performance): After that, restart the PC. After pulling, docker is extracting the images and for the result is using standard path c:\programdata\docker\ folder. This is another folder which will grow. If you want to move this folder, you need to set parameter "Graph" in the c:\programdata\docker\config\daemon.json. After that, all other folders except config will be taken from selected folder. You can stop docker, edit the file manually and start the service again, or go to the docker GUI (windows 10) - settings - Demon, switch from basic to advanced and add the new setting there. Apply, restart. Now you can pull the images and docker will use disc of your choice. Seems I will need another/bigger SSD disc... :-)
↧
Forum Post: RE: Calculate Date After compare and check Leadtime
Thanks you manjusree. I'm work.
↧
Forum Post: RE: How to create noned index in navision?
Hi Gary, If this is an optimization that you're supposed to do directly on the SQL database, then forget it! Almost anything you do directly (without C/SIDE), will be overwritten next time you update the table from NAV. There are many ways to optimize you performance, but this is not one of them. [:)]
↧
↧
Blog Post: Smart solutions 1: Artificial Intelligence and Machine Learning in Dynamics NAV
Machine Learning (ML) is a branch of Artificial Intelligence (AI) that enables software to do more on its own, such as make predictions and offer suggestions, by analyzing and learning from the data it already has. In short, ML helps make software more proactive in the way it supports your business decisions. There’s a great...
↧
Forum Post: RE: How to create noned index in navision?
Thanks Erik for your reply, But If I need create so many fields on the keys of (table) in navision? I mean "Table-designer"->view->keys ?
↧
Forum Post: RE: How to create noned index in navision?
Yes, you should only use the table designer, if you need new keys in your tables. But if you are not a SQL shark, then be careful. It's very easy to damage the performance if you don't. One of the best sources of NAV/SQL performance is Jörg A. Stryk 's blog https://dynamicsuser.net/nav/b/stryk
↧
Forum Post: RE: Calculate Date After compare and check Leadtime
Hi Dinhson, Not saying that it would not work in all situations, but you do have a few more errors/problems in that code! Plus you could do it much simpler. IF ("Document Type" <> "Document Type"::Order) OR (Type <> Type::Item) THEN EXIT; IF NOT PurchHeader.GET("Document Type","Document No.") THEN EXIT; IF NOT ItemVendor.GET("Buy-from Vendor No.","No.") THEN EXIT; IF FORMAT(ItemVendor."Lead Time Calculation") = '' THEN EXIT; ExpOrder := CALCDATE(ItemVendor."Lead Time Calculation",PurchHeader."Order Date"); MESSAGE(Txt001,'%1',ExpOrder); The same basic principle as in all code. Test first, then execute.
↧
↧
Forum Post: RE: Calculate Date After compare and check Leadtime
Thanks you Erik.
↧
Forum Post: RE: Setup Discount for product, depending on customer, but invoiced to a partner
Hi Martin, I would use Customer Price and Discount Group codes per partner and then assign them to the customers.
↧
Forum Post: RE: part number that maps to multiple part number
Hi, You could also use the standard BOM / Assembly functionality. You create your "bundle" as the BOM and then use the Explode BOM on the sales lines.
↧
Forum Post: RE: How to create noned index in navision?
Hi Erik, I see. thank you very much.
↧
↧
Blog Post: Cumulative Update 57 for Microsoft Dynamics NAV 2013 has been released
Cumulative Update 57 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2013. The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions: AT – Austria AU – Australia BE – Belgium CH – Switzerland DE – Germany DK – Denmark ES – Spain FI – Finland FR – France IS – Iceland IT – Italy NA – North America NL – Netherlands NO – Norway NZ – New Zealand SE – Sweden UK – United Kingdom W1 – International Where to find Cumulative Update 57 You can download the cumulative update from KB 4055888 – Cumulative Update 57 for Microsoft Dynamics NAV 2013. Or you can download the cumulative update from the Microsoft Download Center . Warning Before you install a cumulative update in a production environment, take the following precautions: 1. Test the cumulative update in a non-production environment. 2. Make a backup of the system or computer where the cumulative update is to be installed. 3. Note : Implementing this cumulative update can require a database upgrade. Read more »
↧
Blog Post: Cumulative Update 50 for Microsoft Dynamics NAV 2013 R2 has been released
Cumulative Update 50 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2013 R2. The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions: AT – Austria AU – Australia BE – Belgium CH – Switzerland CZ – Czech Republic DE – Germany DK – Denmark ES – Spain FI – Finland FR – France IS – Iceland IT – Italy NA – North America NL – Netherlands NO – Norway NZ – New Zealand RU – Russia SE – Sweden UK – United Kingdom W1 – International Where to find Cumulative Update 50 You can download the cumulative update from KB 4055889 – Cumulative Update 50 for Microsoft Dynamics NAV 2013 R2. Or you can find the cumulative update at the Microsoft Download Center . Before you install a cumulative update in a production environment, take the following precautions: 1. Test the cumulative update in a non-production environment. 2. Make a backup of the system or computer where the cumulative update is to be installed. Warning Note : Implementing this cumulative update can require a database upgrade. Read more »
↧
Blog Post: Cumulative Update 38 for Microsoft Dynamics NAV 2015 has been released
Cumulative Update 38 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2015. The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions: AT – Austria AU – Australia BE – Belgium CH – Switzerland CZ – Czech Republic DE – Germany DK – Denmark ES – Spain FI – Finland FR – France IS – Iceland IT – Italy NA – North America NL – Netherlands NO – Norway NZ – New Zealand RU – Russia SE – Sweden UK – United Kingdom W1 – International Where to find Cumulative Update 38 You can download the cumulative update from KB 4055890 – Cumulative Update 38 for Microsoft Dynamics NAV 2015. Or you can download the cumulative update from the Microsoft Download Center . Warning Before you install a cumulative update in a production environment, take the following precautions: 1. Test the cumulative update in a non-production environment. 2. Make a backup of the system or computer where the cumulative update is to be installed. Read more »
↧
Blog Post: Cumulative Update 26 for Microsoft Dynamics NAV 2016 has been released
Cumulative Update 26 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2016. The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions: AT – Austria AU – Australia BE – Belgium CH – Switzerland CZ – Czech Republic DE – Germany DK – Denmark ES – Spain FI – Finland FR – France IN – India IS – Iceland IT – Italy NA – North America NL – Netherlands NO – Norway NZ – New Zealand RU – Russia SE – Sweden UK – United Kingdom W1 – International Where to find Cumulative Update 26 You can see changes included in this cumulative update from KB4055891 – Cumulative Update 26 for Microsoft Dynamics NAV 2016. You can press one of the countries in list above for a direct download or you can download the cumulative update from the Microsoft Download Center . Microsoft Dynamics NAV 2016 is also available from containers. Containers are a way to wrap up an application into its own isolated box, you can pull the cumulative update containers from the Docker Hub . To learn more about other Cumulative Updates already released for Microsoft Dynamics NAV 2016 please see KB 3108728 . Warning Before you install a cumulative update in a production environment, take the following precautions: 1. Test the cumulative update in a non-production environment. 2. Make a backup of the system or computer where the cumulative update is to be installed. Read more »
↧
↧
Blog Post: Cumulative Update 13 for Microsoft Dynamics NAV 2017 has been released
Cumulative Update 13 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2017. The cumulative update is intended mainly for solutions that are experiencing the problems described in the Knowledge Base article linked to below. However, you are advised to always keep your solution updated with the latest cumulative update. The cumulative update includes hotfixes that apply to all countries and hotfixes specific to the following local versions: AT – Austria AU – Australia BE – Belgium CH – Switzerland CZ – Czech Republic DE – Germany DK – Denmark ES – Spain FI – Finland FR – France IS – Iceland IT – Italy NA – North America NL – Netherlands NO – Norway NZ – New Zealand RU – Russia SE – Sweden UK – United Kingdom W1 – International Where to find Cumulative Update 13 You can download the cumulative update from KB4055892 – Cumulative Update 13 for Microsoft Dynamics NAV 2017. You can press one of the countries in list above for a direct download or you can download the cumulative update from the Microsoft Download Center . Microsoft Dynamics NAV 2017 is also available from containers. Containers are a way to wrap up an application into its own isolated box, you can pull the cumulative update container from the Docker Hub . To learn more about other Cumulative Updates already released for Microsoft Dynamics NAV 2017 please see KB 3210255 . Warning Before you install a cumulative update in a production environment, take the following precautions: 1. Test the cumulative update in a non-production environment. 2. Make a backup of the system or computer where the cumulative update is to be installed. 3. This Cumulative Update can require a database upgrade. Note After you update to CU 13 and try to connect the client to the new platform binaries when using an older database, you will receive an error message that looks like the following : Read more »
↧
Forum Post: RE: Update ClickOnce Version by Replacing Deployment Files with New Build Files files
Hi RockWithNAv, Thank You for your message. But I am really sure there is a way to Update the Client without uninstalling it & then reinstalling it :(. I did it in the past one time & know I canot remember how I did it.
↧
Blog Post: Power BI Desktop December Feature Summary
This month Microsoft is very excited to integrate our Q&A experience into the reporting canvas, offering a whole new way to create your visuals. Microsoft is also updating the bookmarking preview with new features that provide you much more flexibility. A highly requested feature, the ability to drill to filter other visuals on the page, is also coming out this month. You can take advantage of several new connectors and major updates to existing ones. Power BI Desktop December Feature Summary: https://powerbi.microsoft.com/en-us/blog/power-bi-desktop-december-feature-summary/ Here’s the complete list of December updates: Reporting Q&A for report creation Cross-highlighting for bookmarks More bookmark flexibility Field properties pane and field descriptions Scatter visual from x- & y-axis groupings High density sampling for maps based on latitude and longitude Responsive slicers New custom visuals Card Browser Table Heatmap Data Image by CloudScope Power KPI Matrix Text Filter ChartAccent – LineChart ChartAccent – BarChart Analytics Drill filters other visuals Data connectivity Adobe Analytics connector HDInsight Interactive Query connector Data.World connector SAP BW connector improvements: Support for connecting to an SAP BW Message Server Support for Windows Authentication IBM Netezza connector is now generally available For a summary of the major updates, you can watch the following video:
↧