Blog Post: C/SIDE+C/AL Vs VS Code+AL
Hi followers! … almost a year of New Development Environment! … and is still in preview ! About Vs Code & Microsoft Al I had already talked about VS Code, AL and the new development environment...
View ArticleForum Post: RE: Possible to modify a document awaiting approval
You are not missing anything here, that's the way the system is designed, once you send a document for approval you should not be able to modify the document. If you allow the user to modify then the...
View ArticleForum Post: RE: Possible to modify a document awaiting approval
You are not missing anything here, that's the way the system is designed, once you send a document for approval you should not be able to modify the document. If you allow the user to modify then the...
View ArticleForum Post: RE: Add UserID to the table for every record user add / edited...
Guys, find a way to do that already. thanks. 1. Create a field called "created by" (code 20) 2. at Form design, on insert and on modify, add the following C/AL code: "Created By" := USERID; 3. compile...
View ArticleForum Post: RE: Unable to insert records in a subpage
just in case anyone else is having this issue, it can be because the subpage page type is "List" rather then "ListPart" If you insert a record, everything looks fine and dandy then you refresh the page...
View ArticleBlog Post: How to connect NAV on Docker to an existing SQL database (quick...
When Freddy Kristiansen, Jakub Vanak and I talked about NAV on Docker at NAV TechDays, the first two questions from the audience were „can I connect NAV on Docker to an existing SQL database?“ 1 But in...
View ArticleFile: Dynamics NAV Objects usage log tool
Upgrading your customers solutions from the classic version of NAV starts with analysis and defining the project scope. Simplanova knows that this process takes time and discussion with the customer...
View ArticleBlog Post: The evolution of a Microsoft Dynamics ISV
As an organization that has developed and sold independent software vendor (ISV) solutions for Microsoft Dynamics NAV for over a decade, our story is a real-world example of how Microsoft Dynamics ISVs...
View ArticleBlog Post: A couple of AL controladdin demos – Google Maps and Tic Tac Toe
As a part of preparation for my last event of this year that concludes the conference season 2017 for me, I played around with the latest addition to the AL language stack for VS Code: control add-ins....
View ArticleAutomated NAV Object Converter and Report Designer
Simplanova team invites you to the webinar ‘ Automated NAV Object Converter and Report Designer ’. During the upcoming webinar, we will show how Simplanova NAV Upgrade converters ( Report and Dataport...
View ArticleForum Post: RE: Notification or message pop up in navision 2013r2
Particular Time??? Please Describe.
View ArticleForum Post: RE: Notification or message pop up in navision 2013r2
i want to send reminder at 5 pm everyday.
View ArticleForum Post: RE: NAV 2013 performance issues
Hi Matthew, You gave a very detailed description if your problem, but some details are missing... Affected are Customer & Item Cards, both have many "statistical" info out of the box, but many...
View ArticleForum Post: RE: NAV 2013 performance issues
Hi, How many flowfields are there in your customer table?. Flowfields can play an important role in slowing down the page.
View ArticleForum Post: RE: the Link Between G/L Register and G/L Entries
You can not use G/L Entry (Entry No.) > G/L Register(No.) - these are different No's! In fact, it's not that simple at all - G/L Register has TWO fields: "From Entry No" & "To Entry No" which...
View ArticleForum Post: RE: detailed comments in NAV code
WOW! actually it's a translation of C/AL to plain English for mere mortals (read, not programmers) to understand! To me, it doesn't make any sense, it's an overkill. Modifications must be commented,...
View ArticleForum Post: RE: item journal posting
The way you can do this is on the Item journal line table there is a function called SetupNewLine, in there the Posting date automatically gets initialized, rem that piece of code, what this will do is...
View ArticleForum Post: RE: detailed comments in NAV code
Agree.. Developers like me, prefer reading the code to reading long comments at the end of each line. A small piece of code will become very long in size. If the logic is complex, comments can be added...
View ArticleForum Post: RE: the Link Between G/L Register and G/L Entries
thank you, guess i'll find my other way around.
View ArticleBlog Post: Executive Q&A: MindsUnited on standing up a CRM for SMB practice
There is much opportunity for a services firm to capitalize on CRM investment in SMB space, but also much inertia to overcome. Microsoft partners who serve an SMB clientele may be well versed in...
View Article