Before you go through this blob, I suggest you read my blog post " Your program license does not allow you to publish " to get an understanding about the Runtime Packages. Runtime packages are designed to help the distribution of extensions. You can generate Runtime packages that do not contain AL code. Runtime packages allow protecting the AL source code. The biggest advantage to me is that extension in a runtime package can be installed on a server that does not have a developer license. In other words, you can install the runtime extension to the production without changing the customer license to a developer license. The license is only checked on the server where the runtime package is generated. How to get the runtime packages It is a must to install the extension into an on-premise instance to export the runtime package. next step is to connect to the instance through PowerShell and then download the runtime package. You can use " Get-NavAppRuntimePackage " PowerShell cmdlets do download the extension: Get-NAVAppRuntimePackage -ServerInstance DynamicsNAV -AppName 'Proseware SmartApp' -Version 2.3.4.500 -ExtensionPath 'Prosware SmartApp_2.3.4.500_runtime.app' Once you have the runtime extension you can use the Publish-NavApp and the Install-NAVApp PowerShell cmdlets to publish and install the extension. Limitations Runtime package only works for on-premise installations and cannot be used with AppSource. Addition to that debugging experience is very limited since the no source code is available Please provide your feedback with a comment. Thank you and Regards, Tharanga Chandrasekara
↧
Blog Post: Runtime Packages for Business Central On-Premises
↧
Forum Post: RE: Uploading file result in download of DynamicFileUpload.axd
This issue is happening with Chrome 72.0.3626.109, latest version.
↧
↧
Forum Post: RE: Uploading file result in download of DynamicFileUpload.axd
Mos of our suppliers who are using the webportal, can't upload files anymore. IE is broken due to the latest security fixes and with Chrome it also doesn't work. Edge does seem to work, but most of them don't have Edge. So we are stuck in our process of invoicing.
↧
Forum Post: How to add Production Overhead as a Percentage
Hello, We are using Microsoft Dynamics NAV 2015. We are not using Routing in our Manufacturing Process. All we do is sum up the cost of Raw Materials, Packaging Materials and 35% as overhead to the sum of(Raw Materials +Packaging Materials). How do I achieve this in Nav 2015. Thanks and best regards. Sunday
↧
Forum Post: RE: Does a partner need to be Microsoft Partner to support an organization
1) If it's not a MS Partner, how can it have a developer license to support you? 2) You need to be engaged with a MS partner that needs to have your license in charge.
↧
↧
Blog Post: Soap Service – Special Charecters
Hey Folks, We all know SOAP Services has it’s own Protocol while commuting over different Platforms. Sometimes Client is willing to send special characters for there own reasons over web service but it is not permitted within SOAP protocols. Here is the way how you can make this accessible with a tweak, while calling service replace this special characters with: is converted to > & is converted to & ” is converted to " Now at the other end you just need to decode it to get back the original special character that you have. Here is the code you need to write- //RWN Bigtext.ADDTEXT(DecodeSpecialCharacter.HtmlDecode(InputBigtext)); //RWN Here Bigtext will have decoded value coming in InputBigtext. DecodeSpecialCharacter DotNet System.Net.WebUtility.’System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089′ CHEERS
↧
Forum Post: RE: How to add Production Overhead as a Percentage
Not so clear your question. Do you need to calculate a cost to produce an item?
↧
Forum Post: RE: Page action not visible for a user
Thank you for your answer. 1-I tried to use the search on the top right corner of her Nav client and the page is unreachable, even if it was included in one Permissions Set added to the user. I miss something on this point 2-How I could access the profile metadata? Searching on Internet I found the page http://www.waldo.be/2013/04/01/pre-configuration-in-nav2013-profile-metadata/ it shows like an interface inside Nav for Profile Metadata but I cannot reach it in Nav 9.0 Thank you for your support.
↧
Forum Post: Odata webservice problem(NAV 2016)
Hey, we're trying to integrate NAV(2016) with an external system, through Odata. The external system will call functions from NAV and gets a return back. The problem is that we cannot expose a function with Odata. Codeunits does not work with OData, is there any workarounds? i tried with pages, but the function is not visible. the system only accepts JSON. Therefor, SOAP cannot be used.
↧
↧
Forum Post: RE: Dynamics NAV 2016 % calculations
Hello Mr. Teddy Herryanto, In your opinion, is it possible to develop this specific functionality on the Sales Price?
↧
Forum Post: RE: After Windows Security updates an Access Denied error message pops up when using Dynamics NAV Web Client via Internet Explorer
this is also an issue with KB4487044, KB4487000, KB4487017
↧
Forum Post: Change posting date in a posted Purchase invoice.
OK, I'm not asking for anyone to tell me that this cannot be done... must not be done.. etc.. I alrady know that. The reality is that customer pays the bills, so we just need to do what asked for if we're left with no choice. (Yes my dear friends.. sorry for been so rude, but I'm really pissed with this customer, hope I could just fire them!! ;)) We have this customer that has posted Purchase invoices with a wrong posting date, and he wants us to modify it from SQL Server. Any idea on what tables we need to modify? So far I've detected: - Purchase Invoice Header - vendor entry - Value Entry - VAT Entry - Item ledger entry - GL entry Any other tables we need to take into consideration? Any script that could help us automate the process?
↧
Forum Post: RE: After Windows Security updates an Access Denied error message pops up when using Dynamics NAV Web Client via Internet Explorer
Hello, For the Access Denied issue, we do have a fix in review after that we narrowed down root cause. For the other unrelated issue with Chrome, CSS was able to reproduce the scenario in-house. We do not have a fix for that scenario yet. Thank you.
↧
↧
Forum Post: RE: Uploading file result in download of DynamicFileUpload.axd
Hello, CSS was able to reproduce the scenario and we have created an internal request for the product group. We will post more information as soon as we have more information about the issue. Thank you very much for this very helpful feedback.
↧
Forum Post: RE: Uploading file result in download of DynamicFileUpload.axd
You're welcome. Hope this issue is fixed soon, please keep me posted.
↧
Forum Post: RE: Using SSL certificate with Nav service and FQDN vs local
Did you ever find a solution to this
↧
Forum Post: RE: Correction of VAT entries
Sorry for the delay in responding. The only way is to a GL entry. Typically, since this is the product of transactions, the response would be to do Purchase and Sales credit memos. But clearly you have gone too far down the track............ GL Entry only.
↧
↧
Forum Post: RE: VAT amount to be included in FA Value
I think you answered your own question..... if the FA value is Direct Cost + VAT, then raise the FA Value using the FA Journal and depreciate as normal. Then again, it's your customer and you what they want to hear........
↧
Forum Post: RE: Resell to customer
We have the following Scnarios that we need to cover 1-We Sell the product to reseller and the Reseeler sell to END Customer and we need to have the end customer information for our reference 2-We sell the product to the END customer and the reseeler is not Involoved How can i handle this scenarios ? How can i define the Reseeler and the End Customer in the system ? NOTE : We have around 1000 End Customer need to be in the system
↧
Blog Post: How to Bring Data to Life with Power BI
Power BI is no longer a buzzword. Since its induction almost two years ago, a lot of information has been flying around about what it is, and more importantly, how you can use it to get robust data visualizations from Microsoft Dynamics. What is Power BI? As a business analytics service, Power BI provides interactive visualizations, allowing users to create and share impressive dashboards that highlight business performance and trends. In understanding what it is, it’s also key to understand what it is not. Power BI is not a financial reporting solution . It’s also not a data warehouse . Of course, at the heart of Power BI is your business data, and that is where a lot of the confusion comes in. Where does the data come from and how do you get it? Power BI has the capability to pull from virtually unlimited sources of data. The catch is, connecting to each source individually and using independent data modeling and queries by user can prohibit even the most eager data and report enthusiast from actually using Power BI. How can I get the most out of it? In order to effectively use Power BI for corporate analytics, you need a governed, organized, consolidated data source to connect to. This is where the true magic in Power BI can be realized. By having a business intelligence platform that is built for your Microsoft Dynamics ERP solution and includes the flexibility to seamlessly integrate with other data sources, users can quickly and easily pull what they need into Power BI. Many companies run into obstacles when they’re getting up and running with Power BI because they are blindsided by the time and complexity required to pull and organize the data for a single dashboard. Luckily with a business intelligence solution, such as Jet Analytics , you can make Power BI easy by connecting it to a data warehouse that is specifically designed for getting the information from all your data sources in one place, without complicated data models and individual data models. Not only will you obtain a fast way to leverage dashboards, you will also gain a flexible, real-time financial reporting tool embedded inside of Excel which will reduce the time it takes to get accurate and controlled data by 80%. In less than 5 minutes, you can begin using Power BI to see your business information through powerful visuals, quickly add your own KPI’s, and emphasize your strategic advantage. With business intelligence solutions, such as Jet Analytics, that are built for your Microsoft Dynamics database to work directly out-of-the-box, you can make Power BI work better in regards to both cost and scalability . Try our free, interactive preview to discover how Jet can be the engine behind your Power BI investment and download our brochure to learn more about How Jet Analytics Powers Power BI. Syndicated Content from our partner Jet Global. You can find the original article here .
↧