Forum Post: RE: Print different data on report while it running from...
Thanks Mohana. I have locked the other thread (referring it to this). AmiJoshi and SoniyaPatel - even if a question is urgent then you should not be posting it twice. If you have the same question as...
View ArticleForum Post: RE: save data in new table
I have it now like this: IsFirstDocLine() : Boolean TempBom.RESET; TempBom.COPYFILTERS(Rec); TempBom.SETRANGE("Parent Item No.",BOM."Parent Item No."); TempBom.SETRANGE("Line No.",BOM."Line No.");...
View ArticleBlog Post: Microsoft Dynamics 365 Pricing and Licensing info available on...
Microsoft Dynamics 365 is the next generation of intelligent business applications in the cloud. Information on Microsoft Dynamics 365 Pricing and Licensing is now available on PartnerSource. Pricing...
View ArticleForum Post: RE: Call function with button
I have it now like this: IF Rec.FINDFIRST THEN; Rec.SETRANGE("Parent Item No.","Parent Item No."); Rec.SETRANGE("Item No.","Item No."); MESSAGE('Date is ok'); IF (TODAY >= BeginDate) AND (TODAY...
View ArticleForum Post: RE: Different G/L entries for multiple line in invoice.
Hi Amol sir, Thanks for your reply..... But I had already checked in NAV 2013 R2. It is making only 1 G/L Entry for multiple lines if G/L Account has been taken same. my requirement is that can we...
View ArticleForum Post: RE: Call function with button
I just don't understant why BeginDate is empty
View ArticleForum Post: RE: Call function with button
you have to pass begindate and enddate here AddItemTable.CheckDates(BeginDate, EndDate);
View ArticleForum Post: RE: Call function with button
ok, If I do this: BetginDatumMessage := 'begindatum is yessss:'; IF Rec.FINDFIRST THEN; Rec.SETRANGE("Parent Item No.","Parent Item No."); Rec.SETRANGE("Item No.","Item No."); MESSAGE('Date is ok');...
View ArticleForum Post: RE: Different G/L entries for multiple line in invoice.
Hi Divey Check the field like General product posting group .Hope it is not same ?
View ArticleForum Post: RE: Different G/L entries for multiple line in invoice.
Hi Divey, To make NAV do this used to be something you had to do by changing a few lines in codeunit 12, as far as I remember. And I'm not sure that they've changed this. So have you checked that you...
View ArticleForum Post: RE: Call function with button
Ok, I know there is a FINDFIRST and FINDLAST. SO I can see the firstrecord and lastrecord. And I see there is a FIRST but IF I do that. THen the begindate and endDate is every time ""....
View ArticleForum Post: RE: Call function with button
Oke, I have it now like this: BetginDatumMessage := 'begindatum is yessss:'; Rec.SETRANGE("Parent Item No.","Parent Item No."); IF Rec.FIND() THEN; //Rec.SETRANGE("Parent Item No.","Parent Item No.");...
View ArticleForum Post: RE: Different G/L entries for multiple line in invoice.
Hi Erik, Thanks for understanding my concern... i have checked in NAV 2013 R2 standard DB. It is posting multiple lines for multiple purchase line in Purchase invoice for same G/L Account. i think...
View ArticleForum Post: RE: Outlook Synchronization with NAV 2013
Hi, Check this out please. It will help you for sure. www.youtube.com/watch
View ArticleForum Post: RE: How to avoid cascading changes in TFS?
Hi Erik, didn't you know where to find me? Simplest way of doing this is: export all your objects into your workspace (using PowerShell) and TFS will check-out all the objects that have changed....
View ArticleForum Post: RE: How to avoid cascading changes in TFS?
Hi Luc, Sure. But I knew you would look in here when you had the time! [;)] Exporting all objects each time just seems like a lot time used, if just changed a few objects. But of course that's only...
View ArticleForum Post: RE: How to avoid cascading changes in TFS?
LOL ;-) No, I do not always do this full export. I only export the objects I am working on. And BTW: I always do that manually, basically because we tend to cut features into small parts. Scripting...
View ArticleForum Post: RE: How to avoid cascading changes in TFS?
Ok, so that's as I expected. Well the branching is quite challenging to get right. It seems very difficult to change, once you did it wrong. The question here is really how to get "the correct"...
View ArticleBlog Post: Setting up PowerBI Online with Dynamics NAV
I have spent so many hours trying to make the on-line version of PowerBI work with my Danish CRONUS test environment. I Succeeded [:)] Now for the rest of you, here is the recipe: Make a oData SSL...
View ArticleBlog Post: NAVUG Summit 2016 – Join Us at a Session
Liberty Gove Software’s team will be presenting 9 sessions at NAVUG Summit (October 11-14) in Tampa. Join us in a session or visit us at Booth 917 . Title Date Time Room The 3rd Party Dilemma 10/12/16...
View Article