Forum Post: RE: Current Month "Purch.Order quantity" to next Month
First have 2 variables Startdate and Enddate both datatype Dates. Startdate := calcdate('+CM',today); enddate := calcdate('1M',today); purchaseline.reset; purhaseline.setcurrentkey("posting date");...
View ArticleForum Post: RE: Print report from page 31 - NAV 2015
Hej Kim, Velkommen til DUG. Better continue in English. Thank you for your post, but is your post a question? The overall "design" sounds fine, it should not be too difficult to do. Eventually you...
View ArticleForum Post: RE: Check Order Date vs Posting Date on Warehouse Shipment
Hi Dinhson, First time I've seen this one. You can't have two repeat loops in one like this. If you want to loop them, then you can do it inside with REPEAT a.findset REPEAT b.findset do-something;...
View ArticleForum Post: RE: Replacing BizTalk with NAV web services - thoughts?
Hi Rob, Phase out BizTalk is the right decision. It had it's time. The question is with what? XMLPorts, Web Services and the Job Queue? I love web services. When used correctly then they are great. And...
View ArticleForum Post: RE: Check Order Date vs Posting Date on Warehouse Shipment
Thanks you Erik. It's work
View ArticleForum Post: RE: XMLport - filter sales line using sales header field.
Do you only have Sales Invoice Line as a dataitem in the xmlport? If yes, then you have alot of lines then of course it will take a looot of time, as you will have to read all lines first. If you add...
View ArticleForum Post: RE: XMLport - filter sales line using sales header field.
And for the blank line, that's the settings of your xml port. Hard to say without seeing what you did.
View ArticleForum Post: RE: Current Month "Purch.Order quantity" to next Month
Hi Vijaykumar, SBHaTBNg's suggestion might work, it depends on what you need. His code will show you the order quantity for unposted purchase lines (which is a both requisitions, orders, unposted...
View ArticleForum Post: RE: XMLport - filter sales line using sales header field.
Hi Erik, Thanks for the reply, I tried the ame thing which you said. but the xmlport is not like reports. We are not able to keep parent child dataitem relationship in xmlport. if we indent two table...
View ArticleForum Post: RE: XMLport - filter sales line using sales header field.
Hi I found the answer for this. We can use Integer table as a data source and create a temp sales line variable and insert the filtered records in temp sales line variable. Then use the temp table to...
View ArticleBlog Post: Microsoft Q1 2018 Earnings Release: Revenue exceeds market...
Microsoft has released the following results for the quarter ended September 30, 2017: Revenue was $24.5 billion and increased 12% Operating income was $7.7 billion and increased 15% Net income was...
View ArticleBlog Post: From the Microsoft Dynamics NAV Blogs: Item transfer; Custom cue;...
From this week's Microsoft Dynamics NAV blogs: Item Transfer in Dynamics NAV Procedure to Create a Custom Cue Based on a Query and a Normal Field in Dynamics NAV Certificates of Supply in NAV Approval...
View ArticleForum Post: RE: Query READ speed performance reduced when upgrading from 2015...
Hi Edward, It's a couple of months ago, but did you ever find out what was causing it?
View ArticleForum Post: RE: Check Amount on Item Charge Assignment vs Amount Purchase Line
Hi Dinhson, You should try with some BEGIN's and END's... [:)]
View ArticleForum Post: RE: How to bring the reason code from Item journal page to G/L...
Hi Gary, The reason code is already posted on the value entry. So you need to bring it the last way. You would have to add reason code to the Invt. Posting Buffer table. And then you need to update...
View ArticleBlog Post: Microsoft Dynamics Webcasts, October 30-November 3, 2017: CSP...
Here's what's happening on this week's live webcast schedule. Register to attend live or get access to the recorded event. Wednesday, November 1, 2017 Microsoft's CSP Program: The Why, What, and How...
View ArticleForum Post: RE: How to bring the reason code from Item journal page to G/L...
Hi Erik. I will try. Thanks for your anwser. Have a great day.
View ArticleForum Post: RE: Check Amount on Item Charge Assignment vs Amount Purchase Line
Thanks you Erik. I tried, tried to begin.. End but still no effect. It's not work.
View ArticleForum Post: RE: Check Amount on Item Charge Assignment vs Amount Purchase Line
And maybe a repeat until... You are only finding one.
View Article