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.
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?
Yes. with auto number configuration YES, while creating a record you can left it blank.
regards