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

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

Recommended Posts

Posted

I'm new to FM (and using Ver 6). I have a field called "status" and want to make a script to search for the records which contain "hold" and "testing" and "new". What is the best to go about this? Thanks

Posted

How many optional values are there for status? If there is only one or two more than you mentioned, then it would be most efficient to search and omit a single or multiple requests, i.e.

Enter Find Mode[]

Set Field ["status", "option1" ]

Omit Record

Duplicate Record/Request

Set Field ["status", "option2" ]

Perform Find[]

where optionX is any additional possible value.

Otherwise, multiple requests will work:

Enter Find Mode[]

Set Field [ "status", "hold" ]

New Record/Request

Set Field [ "status", "testing" ]

New Record/Request

Set Field [ "status", "new" ]

Perform Find[]

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