7
Views
3
Comments
Solved
Create a record with filled id
Question

Is it possible to add a new record to a table with a filled ID?

I'm updating the record before the create and it doesn't work.

The ID has to match the ID from other database.

Champion
Solution

Hi Ana,

If am understanding correctly you want that ID should not be autoincrement. If this is the case you need to set Is Auto Number to No for ID.  Once you set NO it will not enter the ID automatically and you can use the ID from other database.

I'm having that configuration, but on the create I do an assign and ID isn't well filled.

With the AutoNumber configuration that should work, right? Or there is any more action that I need to do?


Champion

Yes. with auto number configuration YES, while creating a record you can left it blank.

regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.