Forum Post: RE: Serial No.
Hello, Best Idea is create Temporary variable of page source table. In OnOpen Trigger filled this Temporary record with data by increasing one and then GET this Temporary record in onafterGerRecord...
View ArticleForum Post: RE: failed Add new field in Resource Ledger Entry Table
In the really old days, Navision only got created, because 3 collage kids had created what they thought was the most incredible database ever. They tried to sell this database to IBM in Denmark. To...
View ArticleForum Post: RE: failed Add new field in Resource Ledger Entry Table
Yes, that database was so indestructible that even a salesman couldn't destroy it :-) I ran demo's for years on it, and my biggest challenge was that folks with technical insight often believed the...
View ArticleBlog Post: What are buyers demanding from B2B ecommerce in 2017?
It is hardly news that ecommerce platforms are "table stakes" in selling to retailers, distributors and manufacturers. What is new, and continues to evolve, are the demands that those buyers place upon...
View ArticleForum Post: RE: Serial No.
Then Declare Temporary record variable of Employee and use "Total Absence (Base)" field for increasing the value. its a decimal field, you can also use.
View ArticleBlog Post: Microsoft Dynamics channel VP Tony de Freitas to depart
Microsoft veteran and Dynamics channel program director Tony de Freitas has announced he will be leaving for a new role. In an email to partners, he revealed that he will be ending his position at the...
View ArticleForum Post: RE: NAV2017 - Web Service - Sub Page - Filter RecordID
Hello, unfortunately this don't work. I guess that is not possible. Regards Pierre
View ArticleForum Post: RE: How to search across multi columns in the drop down window?...
Thanks Erik, i have Read. But now I can not get the fitler text which on "Item No.' like the 'a' in the picture. What do you think? Thanks in advance.
View ArticleForum Post: RE: Sales Invoice ### Already Exists
I have the same issue (some what same), when we check the sales header table, we can see that there is a Invoice number for that particular Sales order, but not for the other sales orders. Error...
View ArticleBlog Post: The future of ‘NAV’
Apparently there was some confusion at Directions US about the future of Dynamics NAV. I was not there and so I don’t really know what was said, but I saw a lot of reactions on social media. So, please...
View ArticleForum Post: RE: Serial No.
Hello Seema, I written code in OnAfterGetRecord Trigger, see earlier screenshot. and i tested in my test DB, its working.
View ArticleForum Post: RE: Search functionality in Table
Hello, 1. Design the Customer List Page. 2. Declare global Variables ----------------------------------------------------- Name DataType Subtype Length No of Hits Integer Customer Record Customer...
View ArticleForum Post: RE: Serial No.
Hello, Instead of "Total Absence (Base)", use TempEmployee.Extension, Actualy "Total Absence (Base)" is a flowfield, that's why u got like that. see below screenshot in page design add,...
View Article