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

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

Recommended Posts

Posted

I am trying to script a find that does the following.

Enter Find Mode

Set Field, Company, to Client::Company name

(the set field is looking to a related database for the company name)

But, the set field is not working. When I check the script, it enters find mode, and then stops. It does not set the field Company to anything. Is there something that I am missing?

Posted

Hi kristen

What i do is use the set field command to sent the information to a global field into the db that i want to do the find and then use the insert calculated results command in the find mode. works ever time

Lionel

Posted

I have both of the options unselected, and it still does not perform properly. I am not to thrilled about insert calculated result, should this script work without the global?

Posted

Data doesn't exist while in Find Mode unless it is held within a global field. So use:

Set Field [gtext, Client::Company name]

Enter Find Mode [ ]

Set Field [Company, gtext]

Perform Find[ ]

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