navision

Using MS Dynamics NAV with PHP [closed]

风流意气都作罢 提交于 2019-12-06 10:38:14
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 8 months ago . I’m starting an extranet project, where php pages are supposed to send data to Microsoft Dynamics NAV. I haven’t used NAV before, but I found some info here . The example php code looks pretty clear to me, but is there any tips or tricks (basics) that I should know before starting this project? all examples are welcome… How to connect with Navision's web services from PHP Step 1 : Checking your configuration

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

Dynamics Nav (Navision) webservice ReadMultiple date filter

与世无争的帅哥 提交于 2019-11-29 12:12:37
Using the Navision webservices, how can you filter by a date. i.e. Within a SalesHeader table there is an "ExportedDate". I would like to find all SalesHeaders where the ExportedDate has not been set or were exported on a particular date. It seems that whenever we set a filter on a date field, then the webservice will either return all rows or no rows. jaensen This can be done. You have to use the same filter expression as you would use in the Nav Client: 01012011.. would be all dates from 01.01.2011 ..01012011 would be all dates to 01.01.2011 01012011..03012011 gets all dates between 01. and

Dynamics Nav (Navision) webservice ReadMultiple date filter

拟墨画扇 提交于 2019-11-28 05:52:24
问题 Using the Navision webservices, how can you filter by a date. i.e. Within a SalesHeader table there is an "ExportedDate". I would like to find all SalesHeaders where the ExportedDate has not been set or were exported on a particular date. It seems that whenever we set a filter on a date field, then the webservice will either return all rows or no rows. 回答1: This can be done. You have to use the same filter expression as you would use in the Nav Client: 01012011.. would be all dates from 01.01