Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7194 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

The easiest way is to create a relationship between the two files and with this relationship bring the data into the second file. Create a serialized ID number for the first file, FirstFileID. Then in the second file create a new field also called FirstFileID. In the FirstFile, create a script that copies the FirstFileID then calls a script in the second file. The script in the second file with first paste the contents of the clipboard to FirstFileID. You can now use a relationship to move the data into the secondfile.

Few things to keep in mind, using this method you erase what is in the clipboard which may anger your users, you could use global in the first file with a 1:1 relationship in the the files to gain access to that gloabl eliminating need to use the clipboard. Also, why copy the data into the second file if you have access to it with this new relationship?

Posted

The easiest way is to create a relationship between the two files and with this relationship bring the data into the second file. Create a serialized ID number for the first file, FirstFileID. Then in the second file create a new field also called FirstFileID. In the FirstFile, create a script that copies the FirstFileID then calls a script in the second file. The script in the second file with first paste the contents of the clipboard to FirstFileID. You can now use a relationship to move the data into the secondfile.

Few things to keep in mind, using this method you erase what is in the clipboard which may anger your users, you could use global in the first file with a 1:1 relationship in the the files to gain access to that gloabl eliminating need to use the clipboard. Also, why copy the data into the second file if you have access to it with this new relationship?

Posted

The easiest way is to create a relationship between the two files and with this relationship bring the data into the second file. Create a serialized ID number for the first file, FirstFileID. Then in the second file create a new field also called FirstFileID. In the FirstFile, create a script that copies the FirstFileID then calls a script in the second file. The script in the second file with first paste the contents of the clipboard to FirstFileID. You can now use a relationship to move the data into the secondfile.

Few things to keep in mind, using this method you erase what is in the clipboard which may anger your users, you could use global in the first file with a 1:1 relationship in the the files to gain access to that gloabl eliminating need to use the clipboard. Also, why copy the data into the second file if you have access to it with this new relationship?

Posted

Alitheg, If you really do need to create a separate file, try export from your prime file and then 2 x import (via external script) in your secondary file.

If you are not copying the records exactly, then just export/import a key and look up what you need.

Posted

Alitheg, If you really do need to create a separate file, try export from your prime file and then 2 x import (via external script) in your secondary file.

If you are not copying the records exactly, then just export/import a key and look up what you need.

Posted

Alitheg, If you really do need to create a separate file, try export from your prime file and then 2 x import (via external script) in your secondary file.

If you are not copying the records exactly, then just export/import a key and look up what you need.

This topic is 7194 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.