richshone Posted December 15, 2000 Posted December 15, 2000 Any ideas how to import records into a file with a unique ID field so they all get assigned their own unique IDs upon imoport. So far, I haven't been able to do this. Thanks...
Chuck Posted December 15, 2000 Posted December 15, 2000 When records get imported, the newly imported records are the found set. If you have a field for the record id, you can loop through the found set and use the Set Field script step to assign the unique ID to each record that has been imported. Chuck
LiveOak Posted December 16, 2000 Posted December 16, 2000 If you make your auto-entered serial number a composite of items such as Status(current date), Status(Current Time), and Status(Current Record ID), you can set the import to update (checkbox) and be assured that a duplicate number will not be assigned. -bd
Recommended Posts
This topic is 8815 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now