Options

What generates the RecId

slawkoslawko Member Posts: 6
edited 2005-01-05 in Dynamics AX
hi
What generates the 'Recid' ?
Is it the kernel, application, system or database?

Slawek

Comments

  • Options
    slawkoslawko Member Posts: 6
    hi
    I found the answer:

    It's the kernel that generates the recid.
    More info under help contents (F1) of systemSequence class under AOT -> System Documentation -> Classes
    And the table where recIds are stored is 'SystemSequences' stored under System Documentation -> Tables
    It is genererated probably in xRecord.insert() / xRecord.doinsert()

    Slawek
Sign In or Register to comment.