VICH Posted August 15, 2005 Posted August 15, 2005 i have layout a that is records in list view or requests and it has the option to accept or deny...when either is chosen i have a script run and it is supposed to take all the information from that request and make a new record on a layout from a seaperate table and then display accepted or denied...i was going to use set fields to carry over the info but that didn't work how do i transfer current info to a new record in a different table is basically what i am asking
Slobey Posted August 15, 2005 Posted August 15, 2005 If you want to use set fields, you will need a relationship. If the request has a unique ID then you can set a global field with that value, create a new record in the separate table, set the field with that global and then set the remaining fields with the relationship.
-Queue- Posted August 15, 2005 Posted August 15, 2005 Set global fields, or a single global text field with the data delimited as desired, with the current record's data. Then retrieve the data from the global(s) when creating the new record.
VICH Posted August 16, 2005 Author Posted August 16, 2005 there is no direct route..i have to go a round about way like that...i'm sure it will work but trying to keep the scripting down as much as possible
Recommended Posts
This topic is 7042 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