24 Apr 2013

How to select the last record in a table

How to select the last record in a table

select firstOnly * from VendPurchOrderJour order by recid desc ;

No comments:

Create number sequence in D365 FO

Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...