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.

Performing Find on Constrained Set

Featured Replies

I have a task list that I use to manage work orders at my cabinet shop.  This list contains all work orders for all customers.  Each record essentially contains three fields:  Customer Name - Task Description - Status.

Status can be either "Pending" or "Complete"

The Status Field is populated with the status "Pending" with an auto-enter upon record creation.

When I want to thin the list down to tasks germane to a specific customer I click on that customer's name then run the following script:

1) Set Error Capture [ on ]

2)  Copy [ Select ]

3) Enter Find Mode [   ] 

4) Paste [ Select ]

5  Perform Find  [  ]

This script returns all the records germane to a specific customer but does not differentiate between Pending Tasks & Completed Tasks.

Is there a way to filter for a specific customer but constrain the list of work orders to just those tasks that are still "Pending"?

I don't want to see all the tasks.  I just want to see the tasks that remain.

For starters i would refrain from using COPY / PASTE as these fields need to reside on the layout and they also mess with the users clipboard.

You should  set a Variable to whatever it i is you are copying ( i am assuming the customers ID? )  - and then enter find mode and SET FIELD to that variable and if you wish to include an AND search you will set field Status to "Pending" along with what other field your searching on.

Set Error Capture [on]
Set Variable $ID = Table::ID
Enter Find Mode
Set Field: Status | "Pending"
Set Field: Table::ID | $ID
Perform Find

This is an AND find all records who's customer = 12 AND status = "Pending"

 

 

  • Author

Thank you so much!  That was exactly what I needed.

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.