Jump to content

Need help with this perform find script


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

Recommended Posts

Good grief TP. Lighten up. We are here to assist not critique someone's typing and english. Get a life.

Victor, I understood you just fine. I ain't got no problem with how words are put on papers - I only got problems with them there people with critical spirits who think they's better than everone else. Ignore his rudeness please. Most of us here on Forums are quite nice but, as with any mix of people, there's always a few that lack manners. crazy.gif

Link to comment
Share on other sites

Ender,

thanks you for all your help. I figured out what the problem was. The problem had to do with the field StudentID. Everything is working fine now, except that I want to included student that have these statuses, Applied, Pending. The script work fine when I just included one Status to be found.

This is how I am trying to set up the script so it finds the student that has the same programID but also the statuses:

#Bring over global values for Program and Event

Set Field [

Link to comment
Share on other sites

Each Set Field [status] step is overwriting the previous one.

Try

.

.

.

Set Field [ProgramID, gProgramID]

Set Field [status, "enrolled"]

Duplicate Record/Request

Set Field [status, "applied"]

Duplicate Record/Request

Set Field [status, "pending"]

Perform Find

Link to comment
Share on other sites

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