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

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

Recommended Posts

Posted

I am running 5.5. Is there a way to check for a particular value in a field.

I am making a file which will be used for making Work Orders. I need to make it "User Friendly" because of the denseness of some of the users. Therefore, I am making a layout for each field that is required.

I have a field called "Art Status" which has the options, "New," "Repeat," and "Change." I would like the button which sends the user to the next screen, send them to the "Art Due Date" field, only for two of the three possibilities. If the "Art Status" is "Repeat", they should be sent past the "Art Due Date" to "Job Description."

I have only been able to figure out "isEmpty()". Please let me know if this is possible. Thank You.

James

Posted (edited)

If ["Art Status" = "New" or "Art Status" = "Change"]

Go to Field [Art Due Date]

Else

Go To Field [Job Description]

End If

Edited by Guest

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