I'll try it, thanks!
↧
Forum Post: RE: CALCULATE SALES TAX ON SUBTOTAL
↧
Blog Post: Dynamics NAV Licensing Demystified
Microsoft Dynamics NAV has various kinds of licenses, and they can be purchased in different ways. In order to run Dynamics NAV, you will need to purchase 1) a “solution functionality” license, 2) multiple “user” licenses, and 3) other “various” licenses. For the most part, these can be purchased in two ways: 1) perpetual or 2) subscription. Perpetual vs Subscription When you purchase perpetual licencing, you are reserving the right to use Dynamics NAV ad infinitum , or for however long you like. You buy the licenses, and they’re yours to keep. This results in a larger upfront transaction. When you purchase subscription licensing, you are only able to use Dynamics NAV on a monthly basis (or other term length, monthly is the minimum). You are renting the right to use the software, like a SaaS. This results in lower recurring transactions until you decide not to use Dynamics NAV anymore. It is your choice as to which of the above you want to purchase. Keep these definitions in mind as we progress. Dynamics NAV Perpetual Licensing Perpetual “Solution Functionality” Licensing When buying perpetually, the first thing you need to do is purchase the right to use the software for your entire company. In order to do this, you buy something called the Dynamics NAV Starter Pack. This includes the basic functionality of Dynamics NAV. If you need additional manufacturing, CRM, warehouse, or financial capabilities, you need to purchase the Dynamics NAV Extended functionality license, which costs extra. These are both a one time purchase. Perpetual “User” Licensing for Dynamics NAV Now that you’ve purchased the right to use Dynamics NAV, you need to get licenses so your users can access the application. These are also one time purchases. The Starter Pack includes three full users , but you can get more if you need them: Full Users: These users have access to everything inside of Dynamics NAV. Limited Users: These users are only really able to view things in Dynamics NAV. They can also “write” to a limited number of databases. When you purchase your user licenses on the perpetual model, you buy something called “Concurrent Access Licenses” (CAL). This means that if you purchase three licenses, only three people can access Dynamics NAV at the same time (or concurrently), but you could have many people authorized to access Dynamics at different times. For instance, you could authorize your CEO, COO, Controller, and your entire accounting team to access Dynamics NAV, but their ability to be logged in to Dynamics NAV at the same time depends on the number of CALs you own. Now that you’ve bought perpetually, you are required to pay a yearly enhancement fee to Microsoft. This amount varies. Dynamics NAV Subscription Licensing Dynamics NAV Subscription Licensing is a little more simple. Your license to the “solution functionality” and your “user” licenses are combined. There are three kinds of Subscription Access Licenses (or SALs): Full Users: These users have access to everything in Dynamics NAV included in the above-mentioned “starter pack”. Cost: $99/User/Month Extended Additive: Think of this as a “power-up” for your full users that allows them access to the also above-mentioned manufacturing, CRM, warehouse, or financial capabilities. If you want to purchase these, you need to purchase one for every full user. Cost: $19/User/Month. Limited: These users are only really able to view things in Dynamics NAV. They can also “write” to a limited number of databases. Cost: $9/User/Month. Other Various Licenses There are a few more licenses you’ll need to consider. These various licenses fall in to two categories: Add-ons and Infrastructure. Add-on Licenses You may find that the functionality of Microsoft Dynamics NAV needs to be extended in order to meet all of your needs. This is done through add-on products that have been developed by Microsoft’s partners. For instance, Microsoft Dynamics NAV needs an add-on to do payroll. In order to get payroll in Dynamics NAV, you need to purchase an add-on solution through your Microsoft partner. These licenses may be monthly, or an up-front cost. Infrastructure Licenses Microsoft Dynamics NAV runs on top of several databases and servers. You must purchase licenses for these in order to run Dynamics NAV properly. This may include Windows Server Licenses, SQL Server Licenses, Sharepoint licenses, etc. If you want to run your Microsoft Dynamics NAV in the cloud, Encore has efficiently bundled these Infrastructure licenses to cost $39/User/Month . Summary In summary, there are three kinds of user licenses that can be purchased: Full, Extended, and Limited. These three kinds of user licenses can be purchased two different ways: as Concurrent Access Licenses (CAL) or Subscription Access Licenses (SAL). In addition, you need licenses for other software that Dynamics NAV requires to run. For more information see the NAV 2015 licensing guide or the Dynamics NAV License Terms . The post Dynamics NAV Licensing Demystified appeared first on Encore Blog , by Encore Business Solutions Have you tried Tableau? Get a free trial!
↧
↧
Forum Post: RE: 1099 changes for FATCA (Foreign Account Tax Compliance Act)
you refer to mbs.microsoft.com/.../msdnav20131099taxformsrepy15 best you contact the microsoft support for assistance. your questions are not answered in the doc. if you get an answer please give feedback.
↧
Forum Post: RE: XMLPORT NAV 2013 R2 - ERROR WHEN THERE IS A SAME NODE NAME
is your issue solved? if yes, please give feedback and verify.
↧
Blog Post: Microsoft Dynamics NAV 2016 Extensions - Develop Extension Part 2.
Hi All, Let's start it from where we left in Last Post. Recap - "We understand Concept of Extension Using an Example of Shipping of Jet Report Solutions. Later We did a customization on a Standard NAV 2016 W1 Database For Cancel Order Using Events." If you are not following the Extension Series Then Refer the Table of Contents For Extensions . If you Don't Know How Events Works Refer The Table of Contents for Events & Subscriptions. Pre-Requisites - Create a Folder in C Drive Named - Extensions In This Article Series We will see How to Create Extension for the Customization That we Did in Extension_Demo1 Database . Let's Start - 1. Export Selected (Customized) Objects as txt ( File Name - Custom.txt) from Extension_Demo1 Database, using below filters in Folder (C:\Extensions\). Tables - 38|91|312|5109 Pages - 50|119|460|5167|9307 Codeunit - 70000 2. If you remember I Told you to Create a Seprate W1 Database Named Extension_Demo2 . Export the Objects from this database ( File Name - Base.txt ) using same filters as above in Folder (C:\Extensions\). 3. Create a Folder inside Extension Folder Called Delta as shown Below. 4. Open PowerShell ISE as Administrator. File Location - C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe IF you don't know how to open Powershell Then Refer Here . 5. IF you are a regular reader of blog you would remember that we discussed Application Merge Utilities (AMU) Released with Microsoft Dynamics NAV 2013 R2 CU8. We will be using One of the AMU cmdlets, that is Compare-NAVApplicationObject . For Detailed Explanation of Compare cmdlet Refer Here . 6. A Compare cmdlet compare two text files and Provides us a Set of Delta Files, which is difference between two compared files. 7. Now In Powershell, Set Execution Policy & then Load Cmdlet for Navision by Running cmdlet shown below - --------------------------------------------------- Set-ExecutionPolicy RemoteSigned Import-Module 'C:\Program Files (x86)\Microsoft Dynamics NAV\90\RoleTailored Client\NavModelTools.ps1' ---------------------------------------------------- 8. Once cmdlet Load Module for Navision, Run the Compare-NAVApplicationObject Cmdlet as shown Below - ----------------------------------------------------- Compare-NAVApplicationObject -DeltaPath C:\Extensions\Delta -ModifiedPath C:\Extensions\Custom.txt -OriginalPath C:\Extensions\Base.txt ----------------------------------------------------- 9. Run the cmdlet, The Delta Files will be created under Delta Folder as shown below. ** Delta is Actually What we Customize on Top of Base Microsoft Object Set. 10. Delta is Something that we want to pack as Exe and share with our customers To install on there Navision Base Installation. 11. Next Task is to create a Manifest File. A Manifest file, is a Xml File which contain the details about Package, in same way Like we have Metadata for All objects in Navision. 12. There are Two Steps in Creating a Manifest file - > Create a Manifest File. > Save the Manifest File. 13. Search for Cmdlet - New-NAVAppManifest, Fill in Details as Below - But Don't Run the Cmdlet. Name = CancelOrder Publisher = SauravNav Description = App To Cancel Purchase Orders Prerequisites = CodeUnit=1 Version = 1.0.0.0 Dont Run... ** Publisher can be the Your Company Name. ** Version Should Follow the Same 4 Digits separate by Dots. ** Prerequisites can be multiple using comma separated string, Suppose you want a extension for only India location then you can have an object in Prerequisites which contain version tag as NAVIN only. ** Prerequisites are Case Sensitive. Copy the Cmdlet as shown below - 14. Now Search for Cmdlet - New-NAVAppManifestFile and In Manifest parameter paste what you copied on Last Step as below - ------------------------------------------------------------------ New-NAVAppManifestFile -Manifest (New-NAVAppManifest -Name CancelOrder -Publisher SauravNav -Description "App To Cancel Purchase Orders" -Prerequisites CodeUnit=1 -Version 1.0.0.0) -Path "C:\Extensions\CancelOrder.xml" ------------------------------------------------------------------- Run the Cmdlet from the window as shown below - 15. Output will be a xml File Created in C:\Extensions as shown below. 16. Next is to Create the Navx Package for Our Extension. A Navx Package is Always created Based on a Manifest File,so remember to Keep the file safe for future use also. ... (last Step for Today's Article) 17. This is again a Two Step Process - > Get the Information of Manifest File. > Create Navx Package Using Information in Manifest File. 18. Search for Cmdlet - Get-NAVAppManifest . This Cmdlet Provides you details of the Manifest file which we saw in Picture above. > Path - C:\Extensions\CancelOrder.xml ** Copy the cmdlet as you did in last example. 19. Serach for Cmdlet - New-NavAppPackage and assign Parameters as Below - Manifest = Get-NAVAppManifest -Path C:\Extensions\CancelOrder.xml Path = C:\Extensions\CancelOrder.navx SourcePath - C:\Extensions\Delta\ ----------------------------------------------------------------- New-NAVAppPackage -Manifest (Get-NAVAppManifest -Path C:\Extensions\CancelOrder.xml) -Path C:\Extensions\CancelOrder.navx -SourcePath C:\Extensions\Delta\ ----------------------------------------------------------------- 18. The Output will be a Navx File as shown Below. Now Our Package (Exe) is Ready, We can ship it to customer. In Next Article in this series we will see How we can Publish & Install an Extension Package on customer Environment. You can download the cmdlets & Other Files from My Skydrive Folder. SKYDRIVE LINK File Name - Microsoft Dynamics NAV 2016 - Extensions Demo (Part 2 Objects) ** Remember you can run these cmdlets without any change if you are following the Folder structure and File Name as discussed in the Series of the article. Hope you like the article. Please feel free to put your views as comments to article. Regards, Saurav Dhyani saurav-nav.blogspot.com
↧
↧
Forum Post: RE: A server error has occurred, and the content cannot be displayed. Refresh the page or open a new browser window.
Hi, I Think you want to have multiple web instances for Multiple Databases. If that is the case please refer the below link - saurav-nav.blogspot.in/.../nav-2013-r2-multiple-web-clients.html
↧
Forum Post: ITEM MASTER Error "Another user has modified the record..."
Dear All, This is my first question in this forum. I am a new NAV User and I am from Nepal. When I create an Item from Item Master/Card I get this error : "Another user has modified the record for this item after you retrieved it from the database. Enter your changes again in the updated window or start the interrupted activity again. Identification fields and ..... " Even If I use the application in one system only, this error comes. It cannot be tracked in debugger also. This is creating alot of issues. Please help !! Thank You Kshitij
↧
Forum Post: Transfer Order No Series not Displaying in Series Select List !!
I have created 5 different Transfer Order No series in NAV 13. But I am able to see only one series. I have checked the dates and all the other values and all of them have same. But I am not able to see the other 4 series in the Transfer Order No series select list. Please guide. Thank You ! Kshitij
↧
Forum Post: RE: ITEM MASTER Error "Another user has modified the record..."
Hello, Please check if there is any modify statement in the OnModify trigger or in any function that modify trigger is calling. Try to set a breakpoint in the OnInsert trigger and use the Step Into to step through the code every line... to find the MODIFY statement.
↧
↧
Forum Post: RE: Transfer Order No Series not Displaying in Series Select List !!
It will use the Inventory Setup table "Transfer Order No. Series" field value to filter the No. Series and will show only that value if you the assist on the transfer order page, you might have to customize if you want see multiple.
↧
Forum Post: RE: Transfer Order No Series not Displaying in Series Select List !!
Hi, You need to attach all other No. Series to the Transfer Order No. Series which you are using now by the 'Relationships' Page Action. Once you attach all the No. Series entries, you'll be able to pick one No. Series out of you assigned by clicking the OnAssist button. Please let us know if this helps.
↧
Forum Post: RE: ITEM MASTER Error "Another user has modified the record..."
Thank you for your reply. Sorry there are no such statements in the OnModify or any function calling same. The error usually disappears automatically for a time and again after some time it comes again. Is it due to same user logging from different locations ? But I have experienced the error while single user is using the system also. What may be the cause ?
↧
Forum Post: RE: Transfer Order No Series not Displaying in Series Select List !!
Hello Thank you. Job is done. I created relationships in No series. It worked. Thanks again !!
↧
↧
Forum Post: RE: Transfer Order No Series not Displaying in Series Select List !!
Hello. Thank you for the reply. I tried making relationships. It worked !!
↧
Forum Post: RE: Charts on Dynamics Nav WEB
Hi Vincent, We had the same Problem with NAV2016CU1. try to remove all Add-Ins from the table and copy them again from the Cronus Company. Regards Joe
↧
Blog Post: Using My Customers, My Vendors, and My Items as filters
If you’re using a RoleTailored version of NAV, i.e., 2009 RTC or newer, you have likely come across the My Customers , My Vendors , or My Items lists on your Role Center page (your NAV home page). Depending on the Profile assigned to you, you may have one or all of these available to show on your Role Center. The functionality is pretty straightforward: If you frequently, or exclusively, work with some customers (vendors, or items), you can click on Manage List in the My Customers page part to create a shortlist with just those records so you can quickly jump to one of them by double-clicking it right from the Role Center. What most people don’t know is that you can use your “My” shortlists as filters all across NAV, on pages as well as reports! It’s quite simple too. Just use these filter strings… My Customers: %mycust My Vendors: %myvend My Items: %myitem We have found that %mycust works the same as %mycustomers , and similarly for the other two “My” lists. Let’s try the filters out in a few different scenarios: Scenario 1: If you are looking at the full list of Customers and just want to see the ones on your “My” list, expand the filter pane and set %mycust as the filter for the No. field. Important: The %mycust , %myvend , and %myitem filters only work in the expanded Filter Pane as shown in the screenshot above. The filters will not work in the Type to filter (F3) field. If the Filter Pane is not showing, click the downward pointing arrow circled in the screenshot below: Scenario 2: The “My” filters can also be used on pages like Ledger Entries , such as the Customer Ledger Entries page. This can help you trim down the list to show just the records pertaining to your customers. In the Filter Pane , set %mycust as the filter for Customer No. : When you click / tab out of the field after entering %mycust , you will see how NAV translates that string into multiple customer numbers, separated by the | character: Quick tip: If you use the Save View As function to create a saved view using a filter string like %mycust , NAV will always update the filter to include any new customers you add to (or exclude customers you have removed from) the My Customers list. The same is true for saved views created with Date formulas and Date strings. For example, add another filter on the Customer Ledger Entry page for Posting Date , and set the filter as WORKDATE or TODAY ( W or T will also work). If you save this view and change the Work Date or return to the page on another day, the filters will dynamically update. Scenario 3: When you are running a Report , such as the Customer Top 10 List report, you can filter the results to match your “My” list by using %mycust for the No. field under the Customer DataItem on the Request Page as shown below: Pretty simple, wouldn’t you agree?!
↧
Forum Post: Report Inbox
Dear all, I want to know how to add a report in "Report Inbox" on role center regards
↧
↧
Forum Post: RE: Report Inbox
Hello Frankmass, Please, could you check the following link? msdn.microsoft.com/.../dn757302(v=nav.90).aspx Best regards,
↧
Blog Post: Sending SMS from NAV
Sending SMS from NAV two useful links about sending SMS from NAV. Sending SMS from Dynamics NAV with 5 lines of code (Windows Mobile Automation) What you need: Outlook 2010, Exchange 2010, NAV (any version supporting automations…), Mobile phone with Windows Mobile 6.1 (with some update) or 6.5 http://dynamicsuser.net/blogs/kine/archive/2011/01/18/sending-sms-from-dynamics-nav-with-5-lines-of-code.aspx Using Web Service to send SMS from NAV (Web Services) http://x-dynamics.blogspot.it/2011/07/using-web-service-to-send-sms-from-nav.html
↧
Forum Post: RE: NAV 2015 Tablet - Item Search Error
first remove the dynamics nav tablet client from your ipad and restart the tablet. then reinstall the dynamics nav tablet client on your ipad and try again. if the error stays, then it could to be a bug of the IOS based version of the tablet client. in that case please contact microsoft support.
↧