Forum Post: RE: Kitchen display monitor setup for NAV2013R2
Hi Palle Arentoft, Thank you for your suggestion. I will surely contact LS.
View ArticleForum Post: RE: Kitchen display monitor setup for NAV2013R2
Hi Damjan, Thank you for your support. can you please suggest where can i get a copy of Display Station application ? Regards Nayan
View ArticleForum Post: RE: How to get the last value in a table in dynamics nav
Hello, Program looks Ok. only you need to check if the filter is correct at line4 i.e., ImpDetails.SETRANGE(ImpDetails."No.","No."); ,"No." check if there is a value in debugger. Also, Make sure that...
View ArticleForum Post: RE: Kitchen display monitor setup for NAV2013R2
Again, you have to contact LS retail - You can get instant help using their own portal https://portal.lsretail.com
View ArticleForum Post: RE: How to get the last value in a table in dynamics nav
Hello, there are several potential issues in your code These two lines might stop your code: ImpDetails.TESTFIELD("Global Dimension 3 Code"); ImpDetails.TESTFIELD("Budget Name (Accrued Budget)"); is...
View ArticleForum Post: RE: How to get the last value in a table in dynamics nav
The imprest tables contains two tables: ImpDetails (Variable) = Imprest details ("No." is the primary key) and ImpHeader = Imprest Header ("No." is the primary key). There is a value in during debugger.
View ArticleForum Post: RE: How to get the last value in a table in dynamics nav
The problem is between line 34 to 52
View ArticleBlog Post: Tips & Tricks: Going full screen with control add-ins in BC150
Long time no see here, for I don’t know which time. That’s how it is these days, life kicks in, work kicks in, stuff kicks in, and then time flies and months go between posts here. I am currently...
View ArticleForum Post: RE: How to get the last value in a table in dynamics nav
what is about 2 line - "IF Commits.FINDLAST THEN ; " next, "Commits."Entry No" := Commits."Entry No" + 1;" - if you have INIT, the 1 value for Entry No. will be 0 next, instead of...
View ArticleForum Post: RE: Transferfields command using with multiple linked tables
it is not the same for code - you use "another instance"
View ArticleForum Post: RE: How to get the last value in a table in dynamics nav
I appreciate your reply. When I debugged, CommitReg2."Budget Balance" is equal to zero. Let me rewrite the code and get back to you. Thanks.
View ArticleForum Post: RE: How to get the last value in a table in dynamics nav
After I rearrange the code. The code did not get the last value but did the below commitReg2.RESET; commitReg2.SETFILTER("Account No",ImpDetails."Account No"); commitReg2.SETFILTER("Department...
View ArticleBlog Post: Microsoft.Dynamics.NAV.InvokeExtensibilityMethod
Now that you are done through this mouthful of the title, you may recognize that it’s the method you invoke when you want to run a control add-in trigger in AL from JavaScript. There is nothing new...
View ArticleForum Post: RE: How to get the last value in a table in dynamics nav
Sorry, but I don't understand what last value you want to find. Just use the code here and inform the line, where do you want to find this value? + Exclude any Testfield lines by using the IF .. THEN...
View ArticleForum Post: RE: Error while viewing Statistics of Sales Order in BC on Cloud
Could it be Invoice Discount being triggered and trying to creat the additional order line?
View ArticleForum Post: RE: Supply Planning - Prioritization from multiple sources
Using Stock Keeping Units you can only define whether to supply through purchase or transfer. So it cannot be transfer if possible to supply, or else purchase. I would suggest always to transfer from...
View ArticleForum Post: Error on upgrade NAV2016 CUM3 to 365BC SPRING CUM4
I am trying to upgrade a NAV2016 *** 3 database to 365BC Spring *** 4 database. I follow the MS description as found here,...
View ArticleForum Post: RE: Error on upgrade NAV2016 CUM3 to 365BC SPRING CUM4
Have you changed the SQL Command Timout from 00:30:00 to 23:59:59 on the servicetier? (I have had the same error but changing it to 23:59:59 solved it for me)
View ArticleForum Post: RE: How to get the last value in a table in dynamics nav
I appreciate you but the CommitsReg gave zero when I debugged it. It was given budget balance This code is not working and it meant to check the last budget balance commitReg2.RESET;...
View ArticleForum Post: RE: How to get the last value in a table in dynamics nav
Again, you never answered is the "Budget Balance"-field a FIeldClass = FlowField ?? If so you ned to do a CALCFIELDS("Budget Balance" )
View Article