form_record_id

Viewing 1 reply thread
  • Author
    Posts
  • April 20, 2011 at 4:34 AM #3375

    Anonymous
    Inactive

    What are the rules for this field and how is its value generated? Can an import of new records provide their own record ids?

    Thank you,

    David

    April 20, 2011 at 4:50 AM #4582

    Brendan
    Keymaster

    Hello David,

    The form_record_id are just strings which I generate as the primary key for the record. You can use any value you like during import as long as each value is unique within your database. If a record with the specified form_record_id is found in the database, the record will be updated. If it’s not found, it will be inserted as a new record.

    Thanks!

    Brendan

Viewing 1 reply thread

You must be logged in to reply to this topic.