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

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

Recommended Posts

Posted

I would like to know how I change two fields (both with drop-down menues) whenever I run the copy event script.

First field is "Show Status" which has 8 choices. The one I want to display on the copied event is "Need Info"

Second field is "Show eng status" which has 3 choices. The one I want to display on the copied event is "Need techs".

Anyone know how to do this?

Posted

I guess you could store the current value of those two fields in variables. Then set those two fields to "Need Info" and "Need Techs" and have a script step save a copy. Then set the fields back to their orig values in the first file by setting the fields to the variable values that you set earlier.

However, what is the purpose of saving files in this manner?

Posted

Thanks for your reply. I figured it out after an hour or so.

What I did was to use the Set Field script for each of the two fields.

Works like a charm.

ex: Set Field [ events932::Show status; ("NEED INFO")]

and Set Field [ events932::Show eng status; ("NEED TECHS")].

I added these to spript lines underneath the previous 'Set Field' spript line.

And it works!!

Chris

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