Below piece of code can be used to retrieve next record Id from the table. static void getNextRecId(Args _args) { //Table that stores record ids details for tables SystemSequences systemSequences; //Class that handles Record id generation SystemSequence systemSequence = new SystemSequence(); ; info( strFmt ( "%1" , tableNum (SalesTable))); systemSequence.suspendRecIds( tableNum (SalesTable)); info( strFmt ( "Next record id: %1" , systemSequence.reserveValues( 1 , tableNum (SalesTable)))); systemSequence.removeRecIdSuspension( tableNum (SalesTable)); }
A library with Microsoft Dynamics AX, Microsoft Dynamics 365 FinOps and Supply Chain Management, Power Platform, Integrations, development and functional processes, tricks and trip, tutorials and much more....