August 4, 201015 yr I'm trying to write a script that copies an ID number from one Layout/Table, goes to another Layout/Table and finds any records with the same ID that I copied. I'm trying the Perform Find and Set Variable script steps but can't get it right... Many Thanks
August 4, 201015 yr Set $var to ID Go to Layout Other Enter Find Mode (no pause) Set field to $var Perform Find (no restore) However, if you have a relationship btw the two tables using this field, then you can use the Go to Related Records script step.
Create an account or sign in to comment