Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Find current value of text field in script

Featured Replies

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

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

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.