mzimm Posted October 3, 2003 Posted October 3, 2003 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
-Queue- Posted October 3, 2003 Posted October 3, 2003 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[]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now