Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Function Function_List Miscellaneous Version:v8.4}} ====== NEXT_SEQUENCE_NMB ====== ===== Description ===== Returns next value of the specified auto-incremented attrubute ===== Parameters ===== - Name of the business object that owns the auto-incremented attribute - Name of the auto-incremented attribute - Optional expression that calculates the value identifying group of instances as specified in the auto-incremented attribute - Optional expression that calculates the starting value of the sequence as specified in the auto-incremented attribute ===== Example ===== <code aim>IF Object.AutoIncAttr IS UNDEFINED THEN Object.AutoIncAttr = NEXT_SEQUENCE_NMB('Object', 'AutoIncAttr', Object.GroupValue) </code> Last modified: 2023/07/28 04:25 Log In