thanks for your reply dileep.
↧
Forum Post: RE: POS terminal does not exist . Identification Fields and values:No='p04' getting Error
↧
Forum Post: RE: Not able to insert Comments on the Customer Card
Hi, i am using NAv 2016 8.0 no there is no customization...
↧
↧
Blog Post: How to implement a Copy Loop in Word report layouts
In this blog Duilio Tacconi explains how you can implement a Copy Loop in Word report layouts: https://blogs.msdn.microsoft.com/nav/2017/01/24/how-to-implement-a-copy-loop-in-word-report-layouts/ Modifications made could be easily applied also to previous versions (Microsoft Dynamics NAV 2016 and Microsoft Dynamics NAV 2015).
↧
Forum Post: RE: Not able to insert Comments on the Customer Card
Problem Solved! i had a code on the Page Comment List (OnOpenPage) which is STRPOS(FILTERSTRING(TABLENAME : CUSTOMER) which is in English and thats why it did not allow me the same permissions for the GERMAN Users to insert a comment line when open page. Than i created a Variable => Text Constants => Name : TableNameText and ConstValue : Table Name: Customer/ENG and the equivalent name in German and insted of "TABLENAME : CUSTOMER" i have put this STRPOS(FILTERSTRING(TableNameText) which it contains both languages . Cheers.
↧
Blog Post: NAV Http Web Request
In my post about Json and Rest web services I showed how to use the standard Codeunit no. 1297 for web service communication. Today I was asked to do this in NAV 2015. I must admit, I forgot that this Codeunit was not available in NAV 2015. So I made one. This one has identical functionality to the one delivered with NAV 2016. To catch and handle the errors I use the NAV Web Request Add-in that I created and published here on my blog . Now I can easily move that Json code down to NAV 2015. Download here –> COD1297-NAV2015
↧
↧
Forum Post: RE: REPORT FOR MEMBERS WITH PICTURE AND SIGNATURE
Hi, Are you trying to create report based on Customers or Users ? Check this link on designing simple report : msdn.microsoft.com/.../dd355179(v=nav.90).aspx
↧
Forum Post: RE: REPORT FOR MEMBERS WITH PICTURE AND SIGNATURE
hi sowkarthika yea they are the customers. thank you for the feedback.
↧
Forum Post: RE: REPORT FOR MEMBERS WITH PICTURE AND SIGNATURE
Hey mercymugambi, You just want to generate the list of all customers who have picture and signature or you want to generate them with there pictures and signatures?
↧
Blog Post: Create Table Extension with Tenerife-Visual Studio Code
At the moment Microsoft development tool is still evolving and getting updated day by day. In this blog post we will see how how to create Table extension object. The table extension allows you to add more fields or change properties on a table. Along with defining other fields,the table extension is where you can write trigger code for additional fields. In visual studio code by typing ttableext will create basic layout for table extension object when using AL extension in Visual Studio code. Following properties can be changed for table Width OptioncaptionML Description ClosingDates How to Write Code For example now if you would like to add one field in table and write some validation on that field then you can write as follows. In this I am adding field in Table 23 Vendor as Credit Days with datatype Integer. tableextension 70000030 CreditDays extends Vendor { fields { field(70000900;CreditDays;Integer) { trigger OnValidate(); begin if (rec.CreditDays < 0) then begin message('Credit Days can not be blank'); end; end; } } } Stay tuned for more and Keep updating and learning . Cheers
↧
↧
Forum Post: RE: REPORT FOR MEMBERS WITH PICTURE AND SIGNATURE
You can add these field in Customer List and click on export to excel for report.
↧
Forum Post: RE: REPORT FOR MEMBERS WITH PICTURE AND SIGNATURE
hey Rock with nav! yes please. i want generate the list of all customers with picture and signature and on that report, it should also generate them on there respective field.. help me with the code for this please. you seem to have the idea. thank you!
↧
Forum Post: RE: REPORT FOR MEMBERS WITH PICTURE AND SIGNATURE
hey amol! i want to generate a nav report before i go excel
↧
Forum Post: RE: REPORT FOR MEMBERS WITH PICTURE AND SIGNATURE
As Amol suggest, then easiest way to create a new report is NOT to create a new, but to copy an existing report. That way you don't have to do all the "basics" each time. And especially in your example. Much easier to copy and edit. Personally then I cannot remember when I last created a report by F3. Always a copy to start with.
↧
↧
Blog Post: Problems Downloading from Microsoft Partner Source
The Partner Source download functionality is currently in transition and you cannot download from the Partner Source site. The good news is there is a work around. Often you need to get a cumulative update for NAV, so here is how to get them during the transition. Workaround Sign into Partner Source (mbs.microsoft.com/partnersource) Find the update you are looking Note the ID for the cumulative update Go to support.microsoft.com Search using the ID from above. Select Hotfix Download Available You just finished reading Problems Downloading from Microsoft Partner Source ! Consider leaving a comment!
↧
Forum Post: RE: Report for Members with picture and signature
Hallo erik The client am working for insists for nav generated one, then it will be easy for them to print in pdf
↧
Forum Post: RE: Report for Members with picture and signature
Ehh yes? Even if you copy a report in NAV then its still generated by NAV...
↧
Forum Post: RE: Report for Members with picture and signature
yes! thank you erik Great day too!
↧
↧
Forum Post: RE: Report for Members with picture and signature
Is your problem Solved??
↧
Forum Post: RE: "query.open" cannot compile
Hi, Check if you have missed any End statement in rest of your code. Sometimes CAL doesn't necessarily point out the exact place where the error is.. Also include query.CLOSE statement.
↧
Blog Post: The Story of Our Dynamics NAV Implementation in Taiwan
This is a story of our Dynamics NAV implementation in Taiwan. One of the things that I’m most proud of is the people that choose to work with me and the company that we built. I am proud that everyone shares the same vision on what software implementations should be. That we care about doing the right things, even if it hurts our own bottom line. That pride is none more so apparent than our team in Taiwan. A little background, our Taiwan branch began operation in 2014. In the relative short amount of time, they developed the Chinese Language Pack for Dynamics NAV . During this time, they’re also involved in a tough implementation in Taiwan for a licensed toy distributor. Fast-forward today, the customer in Taiwan is so happy with how their Dynamics NAV implementation went, they agreed to speak on behalf of us with Microsoft on one of the most popular IT magazines in Taiwan. In case you can read Chinese, here’s the link : http://www.ithome.com.tw/pr/111319 Also in PDF version: Dynamics NAV_麗嬰國際 Here are the highlights of the article: – Origially had a 5 year plan to move out of the HEAVILY customized UNIX based system. We only utilized 1.5 years to implement Dynamics NAV. (According to the article, 6 months for analysis and 9 months for implementation) – Reduce their inventory return amount up to tens of millions in local currency. – Redesign the inventory put and pick process and increased the accuracy by at least 100%. – Implement wireless handheld device and doubled the warehouse shipping efficiency – Improve order process efficiency. Now it only takes one fifth of the time to proces an order (500% increase). The Challenge This implementation in Taiwan was indeed one of the most complicated that I’ve been involved in. Not only has their UNIX system insanely customized, but there were virtually no documentation on the operation. Because of the type of business they’re in, they add between 10,000 to 20,000 items every month. That’s right! over 10k new items every month. You can see why order entry and communicating those new items with their large distribution network is a nightmare. In addition, think about how the warehouse will go about fulfilling these orders. When we did our first analysis, I was personally shocked at how they were able to manage such a large volume of business with their current setup. Basically, our job was to go from no documented business process to having Dynamics NAV fully functional. The fact that our team did it in 1.5 years is nothing short of amazing. There were countless fierce meetings and conversation both internally and with the client to better their existing business process. Even though these discussion were fierce, the client really appreciated that we did not just go with the status quo and replicate their existing business process. Conclusion Having the right people in the right place really makes all the difference in the world. This project wouldn’t be a success without their involvement. The people that works with me, quite honestly, can work anywhere else and any company; but they choose to work with me. That really gets me in the feels…
↧