chevell Posted June 2, 2005 Posted June 2, 2005 I need to have a script create records in a remote database. I'm sure its absolutely simple and I think i've even done it before, but I can't for the life of me remember how to do it. Thanks!
David Kachel Posted June 3, 2005 Posted June 3, 2005 There are several ways to do this, depending on what kind of record(s) you need. If the files are related and there is only a 1 to 1 relationship, a simple Set Field relationship::fieldName script step will automatically create the record. If there is a 1 to many relationship to the remote file, or if the records in the remote file are not related to your local file, a Perform Script step that names a script in the remote file will work. Do your record creation in that script. Pass needed information via script parameters, or lookups, or whatever will work best under the circumstances.
Recommended Posts
This topic is 7116 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