Forum Post: RE: Totals on RTC Pages
Having it as a function then it will only update the value once you read them. Not if you change the filter (unless you also reload) the whole page. As you have seen then this cannot be done with...
View ArticleForum Post: RE: Apply Customer Entries at Invoice Line Level
Yes NAV does not support line level application of payments out of the box. You would need to develop this functionality for your client.
View ArticleForum Post: RE: duplicate date by every row
ItemAddition.GetDates(Rec,ItemAdditionBeginDate,ItemAdditionEndDate); ItemAddition.GetRegelkorting(salesLine, ItemAddition.Regelkorting); You mean like this: That doesnt work
View ArticleForum Post: RE: duplicate date by every row
And this is the setmethod: // Called from OnValidate of start and end dates in form 36 BOM.INIT; "Item No." := BOM."Line No."; "Parent Item No." := BOM."Parent Item No."; //Stuklijst."Line No." :=...
View ArticleForum Post: RE: Totals on RTC Pages
Hello, the value updates each time i change the filter, without reloading the page. I'm calling the function in the ONAFTERGETRECORD (I think this happens everytime you open the page,reload or change...
View ArticleForum Post: RE: Totals on RTC Pages
IF your page Source table is Item ledger entry then there you might see a lot of lines (if its an list page i assumed). So you may have made 2 groups 1st group contains filters and 2nd contains...
View ArticleBlog Post: NAVUG Summit 2016 | Who Is NAV-Girl
If one thing is true about working in IT, it is the wrong balance between the sexes. If I look at all the classes I’ve been teaching in the last two years I had classes with up to 20 guys, no girls. So...
View ArticleBlog Post: Microsoft Dynamics Partner Roundup: CRM Data Migration; NAV...
In this week's Microsoft Dynamics Partner News Roundup: KingswaySoft Simplifies Data Migration for Dynamics CRM TrueCommerce Announces Certified Dynamics NAV EDI Solution Sana Commerce for Dynamics GP...
View ArticleBlog Post: Liderazgo / Dirección de proyectos
Existen ciertos comportamientos de la condición humana que pueden alterar inevitablemente los tiempos y el propio desarrollo de las tareas de un proyecto. Navegando me encontré con este post de Diseño...
View ArticleForum Post: RE: table linking user and permission
Hello Phil, the table which links the user to the permission set is (Dynamics NAV 2013R2) 2000000053 Access Control. It links to the user table (2000000120) by "USER ID" and to the Permission...
View ArticleForum Post: RE: Totals on RTC Pages
Hello Raja Venkat, just read my solution from above. I've managed to figure it out. Your solution is not very user friendly and takes some aditional steps which are not needed.
View ArticleForum Post: RE: table linking user and permission
Thanks! Exactly what I am looking for.
View ArticleForum Post: RE: Apply Customer Entries at Invoice Line Level
Hello, I would avoid implementing on line level. Too much to operate and there will be alot of inconsistency in the data because of users not operating correctly. I would suggest making different...
View ArticleForum Post: RE: Is there away to only allow one instance of Nav 2016 to launch?
Hello, BKR2016A. I have found this solution. ----------------------------------------------------------------------- For Restricting multiple Login we can use Codeunit 40 - LogInManagement. So let's...
View ArticleBlog Post: Expanding the lines FastTab of an sales order in Dynamics NAV 2016
Microsoft launched the document totals with Dynamics NAV 2015. The idea behind the Document totals are really good and I know that many users of Dynamics NAV agree with me. There is however, one little...
View ArticleBlog Post: “NAV 2017 WHAT’S NEW” FLYER AVAILABLE
“NAV 2017 WHAT’S NEW” FLYER AVAILABLE “WhatsNewNAV2017” flyer is available for partners on Partnersource (..available from Yesterday , September 23, 2016) …you can download now this document from link...
View ArticleBlog Post: NAV 2017 Flyer published
NAV 2017 flyer available on partnersource Download link for the same https://mbs.microsoft.com/Files/partner/NAV/Readiness_Training/ReadinessTrainingNews/WhatsNewNAV201722092016.pdf This document...
View ArticleBlog Post: NAV 2017 Notifications
…some time ago i found this nice question\post on Dynamics Community NAV Forum. Question Does anyone know how to create a new record of notification by programming ? What table should you create the...
View ArticleForum Post: RE: Dev environment and NAV client on a different machine and...
Hello PeteSanders, maybe this setting in the development enviroment helps. Tools ----> Options -----> Server Name best regards,
View Article