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

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

Recommended Posts

Posted

Basically, i am tryin to find student that are part of program but also that had the status Enroller. There is a field call Status which is drop down menu. it contain Enrolle, Applied. my Set Field [

Posted

Ender,

that work like a charm but i encounter a issue. basically it import the same studen 9 times when i run the script should be imported only once. could be because of the loop?

thanks

victor

Posted

Just curious: with your poor English grammar, how could you be a teacher? If you could rewrite your question using standard English, perhaps we could help you further.

Posted

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

Posted

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 [

Posted

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

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