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 trigger. design your page with this filled. see the below screenshot. in your case you can use any Intger field of your table.
↧
Forum Post: RE: Serial No.
↧
Forum 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 convinced them how great it was, then they created a "sample" application instead. That was the first version of Navision (actually called PC-Plus) in 1984. Not until very later it became optional to use Microsoft SQL Server has the database for NAV. All the way up to version 2009 you could (can) use this original and so-called native Navision server. You can read more about these "old versions" here: dynamicsuser.net/.../the-history-of-dynamics-nav-navision Additionally these old "pre role center" versions, were all "just" client/server. Which means a client and a database server. So here what you call your "Navision Server", then that's actually your native database server. The alternative would be if you had a SQL Server installed also on each VM. Today NAV is three tier. That means we have a client, an application server and a database server. The application server is NOT to be confused with what we call NAS in the classic versions. That's basically just another client. But today if you say Navision server, then what most people understand is the NAV service/server in the middle. [:)]
↧
↧
Forum Post: RE: Serial No.
which table is this "TempInspectionresultLine" ???
↧
Forum Post: RE: Serial No.
how can i create a Temporary variable of page source table
↧
Forum Post: RE: Serial No.
Design your page See below screen shots:
↧
↧
Forum 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 demo to be "canned" – i.e. a prerecorded presentation, not a live demo. They simply couldn't believe the functionality. In many ways, the native database is still superior to anything else out there ... but other requirements eventually spelled out the end. Some of the technical folks in this group can no doubt explain that :-)
↧
Forum Post: RE: Serial No.
My Source table is employee table.
↧
Blog 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 sellers. Jason Dias , a solution architect for the retail industry with Hitachi Solutions America , will describe those demands in the MSDynamicsWorld-hosted webinar, "E-commerce with Microsoft Dynamics" on September 28 ( read more ...read more
↧
Forum 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.
↧
↧
Blog 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 end of September and will be taking on a job managing the channel for enterprise research firm Qualtrics . The loss of de Freitas comes just on the heels of the departure of Dynamics channel manager and strateg... read more ...read more
↧
Forum Post: RE: NAV2017 - Web Service - Sub Page - Filter RecordID
Hello, unfortunately this don't work. I guess that is not possible. Regards Pierre
↧
Forum Post: RE: How to search across multi columns in the drop down window? set as default filter column can be multi columns?
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.
↧
Forum 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 message come when invoicing the sales order, and yest error message is triggered from the code unit (std) Any suggestions ?
↧
↧
Blog 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 read this post from Alexandar Totovic: More truth about the future of NAV Personally I think you should not be so afraid of change, I see a lot of opportunities with a great product that has an enormous potential, in the cloud, on premise,… A platform full of features and easy to integrate with the whole Office 365 stack (CDM, PowerApps, Flow, PowerBI,…) I’m also very thankful at the whole R&D team at Microsoft for all the effort they put in making it a great, easy to implement and extend and use, product! See you all at Directions EMEA…
↧
Forum Post: RE: Serial No.
[deleted]
↧
Forum Post: RE: Serial No.
Hello Seema, I written code in OnAfterGetRecord Trigger, see earlier screenshot. and i tested in my test DB, its working.
↧
Forum Post: RE: Serial No.
i tried also on aftergetrecord
↧
↧
Forum Post: RE: Serial No.
i have written the code onaftergetrecord
↧
Forum 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 Search String Text -------------------------------------------------- 3. Design Customer list page. 4. Write C/AL code in OnValidate trigger. 5. Save/Compile and Run.... See below screenshot for better understanding credit goes to peikba
↧
Forum 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, TempEmployee.Extension for SN
↧