0

ID of a newly (Create 'table name')

How can I extract the ID of the new record created by: 

let i := (create 'table name');

3 replies

null
    • NYNNA
    • Louis_Cornacchia
    • 1 yr ago
    • Reported - view

    found the answer.

    theID := i.(Id)

    • John_Halls
    • 1 yr ago
    • Reported - view

    i.id or number(i) will give you the ID

    Regards John

    • NYNNA
    • Louis_Cornacchia
    • 1 yr ago
    • Reported - view

    Thanks John Halls

Content aside

  • Status Answered
  • 1 yr agoLast active
  • 3Replies
  • 60Views
  • 2 Following