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

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

Recommended Posts

Posted

I'm developing a contact manager and have some records which have been called and others which haven't. I flag the ones called with a timestamp, plus create a log file. I need to make a script that will get the next record within a selected state that has not been called. If I use Find in a script, it wants a hard-coded value for the state. I would like to keep the current state in a global variable and search for the next record alphabetically within that state that has not been called. Any ideas?

TIA

Paul

Posted

If your state is stored in a global, gState, for example, you can set up your find script like this:

Enter Find Mode

Set Field [ State; gState]

# Set other find parameters here

Perform Find

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