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

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

Recommended Posts

Posted

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

Posted

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.

Posted

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.

Posted

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

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 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.