RecId

hi What does generate the ‘Recid’ ? Is it the kernel, application, system or database? Slawek

Hi It’s the kernel that generates the recid. At the “insert” method, it’s generated.

Hi Slawek, Helmut is correct. It is generated by kernel. For more info on the recID generation, check out help contents (F1) of systemSequence class under AOT → System Documentation → Classes. And the table where recIDs are stored is ‘SystemSequences’ stored again under System Doc → Tables. As to the question of when it is actually generated, my suspicion is some time during xRecord.insert() / xRecord.doinsert() Regards, Harish Mohanbabu