Thanks a lot , but i need to link the data from sales header with the sales line in One TXT file how can i do that in XML port ?
↧
Forum Post: RE: Save View Output as FILE.TXT with different format
↧
Forum Post: RE: Specific Users Cannot Login to Windows Application - NAV Crashes
Try to delete PersonalizationStore.xml inside this folder C:\Users\[UserName]\AppData\Roaming\Microsoft\Microsoft Dynamics NAV Also try to delete and re-create user personalization for that user
↧
↧
Forum Post: RE: in the current company the date you've entered is outside the allowed interval
Please try to restart the NAV service, after you have loaded the license you need to restart the service
↧
Forum Post: while purchasing fixed asset in navision error coming like below image
↧
Forum Post: How to add a line to My Notifications?
So I created a notification that shows or doesn't show for a specific user depending on the boolean field I added in User Setup. Now this way works perfectly but it turns out the way i am supposed to do it is by adding a line in "My Notifications" and binding the notification to that line or something. Only problem is I have no clue on how to do this since there is no "New Line" button or something in My Notifications. And also i have no idea when the line would be created on how to bind the notification to it. In what way can in achieve this? Thanks in advance.
↧
↧
Forum Post: Advice about which folders to exclude for antivirus
We have been seeing some high memory usage and complaints from end users for our Dynamics NAV 2016. We believe that the culprit is the antivirus (Sophos). We have temporarily disabled it, and NAV is working well. We are required by company policy to have antivirus, so please could you advise the best folders/files to exclude for realtime and scheduled scanning (I have found https://social.technet.microsoft.com/wiki/contents/articles/953.microsoft-anti-virus-exclusion-list.aspx but there is no mention of Dynamics NAV )
↧
Blog Post: How Do I: use Microsoft Flow with data from Microsoft Dynamics NAV 2017?
www.youtube.com/watch Learn how to use Microsoft Flow wih data from Microsoft Dynamics NAV 2017. The demonstration covers the following steps: - setting up NAV and Flow - creating an automated workflow - testing and showing results  Learn more at http://aka.ms/NAVGetReady or send us an e-mail on kschimke@microsoft.com
↧
Blog Post: How Do I: Configure the Outlook Add in for Microsoft Dynamics NAV 2017?
www.youtube.com/watch This video demonstration covers the following steps: - the neccessary prerequisites to configure the Outlook Add-in - setup - usage Learn more at http://aka.ms/NAVGetReady or send an e-mail to kschimke@microsoft.com
↧
Forum Post: Consolidation Companies - Different Currencies - random exchange rate
Hi Guys, a bit of help needed. I am testing our consolidation process for a company in EUR (business Unit) to be consolidated into a company in GBP. I have gone through the full setup multiple times, set up the currency exchange rates in both the consolidated company and the business unit. I have tested a few months of roll up, the roll up works as expected however when i look into the General ledger entries the exchange rate being used from the subsidiary to the parent company it is different to the one specified. I cant understand why this is. am i missing something? Please help S2k
↧
↧
Forum Post: RE: How to get the amount of the total price of a sales order.
You need to call calcfields function if the field is a flowfield. For example SalesHeader.Calcfields("Amount Including VAT"); Tero
↧
Forum Post: RE: while purchasing fixed asset in navision error coming like below image
Hi Please check , In Fixed Asset Master "Depreciation Book code" is missing. Regards Subhashis
↧
Forum Post: RE: How to get the amount of the total price of a sales order.
I'll give this shot. Also i was wondering (it's to achieve the same but anyway) in "Sales Line" there is a function called "CalcVATAmountLines". Since someone told me i should take a look at this i was wondering as well in what way i would be able to use that function to get me there?
↧
Forum Post: RE: How to get the amount of the total price of a sales order.
CalcVATAmountLines is used to calculate the VAT amount per VAT Group. You may need this in reporting VAT breakdown on a sales document, but not here. Way too complicated as it returns you A bunch of lines.
↧
↧
Forum Post: RE: while purchasing fixed asset in navision error coming like below image
i checked , but that error is cuming
↧
Forum Post: How to add Pay to /Bill to Name in a report
Hi I need to add Pay to/Bill to Name in a report. The Bill to/Pay to No. comes from VAT entry table. How can I do that? Thanks,
↧
Blog Post: Looking for Talent: Who's hiring in the Microsoft Dynamics ecosystem right now - Sept 2019
Are you on the lookout for a new job in the Microsoft Dynamics ecosystem? The team at 365 Talent Portal are now sharing some of the most interesting open roles from employers on their platform. Employers listed below are looking for Dynamics professionals with a wide range of skillsets. Previous experience is a pre-requisite in all the roles selected below, but other details set each one apart, including geography, full time (or not), product focus, and areas of expertise. Salaries vary, too, but other benefits like beer nights and unlimited vacation time could be the right incentives for some candidates. Reminder : These are live listings, and they are often filled quickly. So read fast and click faster if you spot a possible matching opportunity. D365 CRM Technical Consultant If you’re a CRM professional interested in working in either Belgium or Slovenia, then this opportunity is worth a look. For the right candidate, work permit sponsorship will be considered. As a Dynamics Technical CRM Consultant, you will support the client's customers with digital transformation processes and with the implementation of Dynamics CRM projects. Sometimes you will work for different customers at the same time, both at the customer's offices and in the client’s own office in Antwerp, but at other times you can also work for a longer period on a large project on location. Broad skills are an asset, but hard skills in a variety of areas, from the core product to .NET to several key ISV solutions will set the right candidate apart from the rest. AX / D365 Functional Consultant .... Read More
↧
Forum Post: while doing subcontracting order error coming like "Vendor location must have value in vendor"
↧
↧
Blog Post: ArcherPoint Dynamics NAV Developer Digest - vol 258
ArcherPoint Dynamics NAV / Business Central Developer Digest - vol 258 The NAV community, including the ArcherPoint technical staff, is made up of developers, project managers, and consultants who are constantly communicating, with the common goal of sharing helpful information with one another to help customers be more successful. As they run into issues and questions, find the answers, and make new discoveries, they post them on blogs, forums, social media...so everyone can benefit. We in Marketing watch these interactions and never cease to be amazed by the creativity, dedication, and brainpower we’re so fortunate to have in this community—so we thought, wouldn’t it be great to share this great information with everyone who might not have the time to check out the multitude of resources out there? So, the ArcherPoint Microsoft Dynamics NAV Developer Digest was born. Each week, we present a collection of thoughts and findings from NAV experts and devotees around the world. We hope these insights will benefit you, too. Base Application Customization: You Can, But You Shouldn’t I think we’ve discussed this in Dev Digest before, but it bears repeating. Just because you can, doesn’t mean you should modify base objects in Dynamics NAV/BC. As Waldo notes in his blog on this topic, with the advent of Extensions in NAV 2016, this is the way of customizing Dynamics NAV/BC…and the only way in the future. If you haven’t embraced moving custom code out of the base code, now is the time. Read Waldo’s blog for a plethora of reasons why you shouldn’t (even though you can) customize AL BaseApp. How to Tell If an Extension is Installed or Not Stefano Demiliani suggests using PowerShell to check an Extension’s status in D365BC . Since the Get-NAVAppInfo cmdlet doesn’t provide status information, he provides a PowerShell command that will provide the status of the Extension. A Cure for Zombie Containers Freddy provides a cure for zombie Docker containers in this brief post. Migrating Help Files to Dynamics 365 Business Central Eva Dupont shares instructions on how to reuse classic help files from Dynamics NAV 2017 or earlier versions and provides three options for moving these classic, object-based Help files to the Dynamics 365 Business Central Help Server . Educate Yourself on Dynamics 365 Business Central Saurav Dhyani shares in his post, MSDYN365BC – Self Learning , that Microsoft is continuously adding new features and changes in Business Central and has released a free-for-everyone, self-learning portal. You can customize your learning path and become a more proficient user by accessing the (currently) 28 video tutorials being offered by Microsoft. How Do You Handle Changes in NAV/BC When an Event Doesn’t Exist? Suresh Kulla shares practical advice for AL development when you have a scenario where there isn’t an Event to subscribe to when building out modifications…or, even trickier, when you want to exit from a calling function without executing the next line of code. Read How to handle changes in NAV/BC when Event does not Exist? to learn the resolution. If you are interested in Dynamics NAV and Business Central development, be sure to see our collection of NAV/BC Development Blogs . Read the "How To" blogs from ArcherPoint for practical advice on using Microsoft Dynamics NAV and Dynamics 365 Business Central. Blog Tags: Developer Suzanne Scanlan's blog Log in or register to post comments
↧
Forum Post: Tax on Tax Feature/Tax Jurisdictions
Does the tax on tax feature in tax jurisdictions allow for a specified tax to be applied to the results of another tax amount on an entry?
↧
Forum Post: Customer Statement report 116 error : The chosen output method is not supported
when i tried to run Customer Statement report 116 , i got an error The chosen output method is not supported as below screen shots the print option is not exist in the report parameter although when i ran the report from the Designer i got that option and the report worked fine
↧