dynamics-nav-2013

Dynamics Nav 2013 web application

蹲街弑〆低调 提交于 2020-01-13 06:27:07
问题 I want to create web application (sth like dashboard) which will be integrated with nav 2013. (Take data form Nav, display it to customers and also can update or insert data). In Nav I have done all tables and pages which have specificed all conditions and functions on fields. Those conditions are very usefull when you want to insert some data from page in Nav (for example: after filling customer number, page automatically show projects for this customer - what is very helpfull) Everything is

How to generate pdf report automatically in Dynamics NAV

假装没事ソ 提交于 2020-01-06 15:30:33
问题 I have designed a report and i would like to save each report in pdf into a specifi folder. How do i achieve this using a codeunit or report? Number:=50050; CustBill.RESET; IF CustBill.FIND('-') THEN tofile := DELCHR(CustBill."Customer No." + FORMAT(CustBill.Date),'=','/\:.,') + '.pdf'; Filename := 'D:\Bills\'+'tofile'; REPORT.SAVEASPDF(Number, Filename,Runrpt) 回答1: This statement IF CustBill.FIND('-') THEN if used without begin and end only related to the single next line of code. In your

Dynamics Nav 2013 web application

浪尽此生 提交于 2019-12-04 18:50:23
I want to create web application (sth like dashboard) which will be integrated with nav 2013. (Take data form Nav, display it to customers and also can update or insert data). In Nav I have done all tables and pages which have specificed all conditions and functions on fields. Those conditions are very usefull when you want to insert some data from page in Nav (for example: after filling customer number, page automatically show projects for this customer - what is very helpfull) Everything is working fine in Navision when you working on pages, but in my application where I use webservices to