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

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

Recommended Posts

  • Newbies
Posted

I'm trying to develop a script that passes a value from one field to another field in a different table.

I have two layouts, one for each table.

The tables and their fields are:

Layout1

ID

Layout2

Layout1_ID

My script as it is right now changes to Layout2, creates a new record and then quits.

What I need is to somehow pass the Layout1::ID from the record that the script is executing from and have it filled into Layout2::Layout1_ID after creating a new record.

I'm thinking this might be possible with the script parameter option, but I don't know how to accomplish this.

Any tips would be greatly appreciated.

Thank you.

Posted

Set Variable [ $ID; Table1::pkID ]

Go to layout [Layout2]

Set Field [ Table2::fkID; $ID ]

This topic is 6449 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.