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

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

Recommended Posts

Posted

Hiya,

I am trying to generate a script to run a find based upon the current value in a text field (field title "Interviewer").

This field shows values from a related file and the user enters the data via a popup value list. It is a non-global field.

What I am trying to do is find all the records that pertain to the value of the Interviewer field, then run a sub-script

that generates a report/summary report. I have the script for the latter part, but I would like some help to put

together the script for the initial find.

Thanks in advance

Jodi

Posted

Run a script which finds all the records for the current interviewer (checking that you have an interviewer allocated to the record), like this

If[isEmpty(Interviewer)]

. Show Message[No Interviewer has been assigned to this record]

. Exit Script

End If

Copy[select,Interviewer]

Enter Find Mode []

Paste[select,Interviewer]

Perform Find[]

Then follow on with the script steps (or a subscript) to generate your report.

Assign the script to a button like "Show All for This Interviewer"...

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