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

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

Recommended Posts

Posted

I have two fields, one is catagory, and one is class. How can I make a script that would find matching records based on whatever is in those two fields, even if the content of those fields change?

Posted

Create two global fields:

Fined_Category

Fined_Class

And this script:

Set field Fined_Category Category

Set field Fined_Class Class

Enter Find mode not restore without pause

Set field Category Find_category

Set Field Class Find_Class

Performe Find

Posted

Or just create a relationship between the globals and your category and class fields and use

If [not IsEmpty(yourRelationship::serial)]

Go to Related Record [show only related; "yourRelationship"]

End If

Posted

Would I change my existing fields catagory and class to global or create two additional fields for the script to work? Is the script exact wording that you recommended?

Have you heard the indie rock band Guided By Voices?

Posted

Create two additional. Script steps you choose from window and you will understand how constructe each step.

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