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

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

Recommended Posts

Posted

I'm trying to crate a script that will let me update the status in my task list from defer to open once the start date is passed

Currently the script I have is:

If[Tasks::Start Date ≥ Get ( CurrentDate ) and Tasks::Priority = "Defer"]

Set Field [Tasks::Priority = "Open"]

End If

I'm sure it is something simple I'm missing, but I can't figure it out.

Thanks for any help,

Matt

Posted

Ok, changing the inequality sign made it work if I had the record selected. How can I have it go through all the records that are on the screen?

Thanks,

Matt

Posted

See the second example in Help > Creating scripts to automate tasks > ScriptMaker examples > Loop structure example.

Or check out the Replace Field Contents[] script step.

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