Skip all next scrips

Hello,

I want to write a scrip. This script is the first to run on a
ticket-creation.

Under certain conditions, I don’t want to run any other scrip.
So how can I do that?

Is there a way to make the script checking abort the execution of the
next scrips or make their condition-checking throw a 0 as return value?

Thanks for your help.

Cheers,
Alex

alexander_reintzsch.vcf (373 Bytes)

signature.asc (555 Bytes)

Alex,

Scrips run in a named (alphabetical) sequence. Write a scrip and name
it 1a something and in the scrip set the value of a specific CF on or
off and have the scrips that follow check the value of that CF.
I’ve done that many times.

KennSent: 12/19/2013 6:47 AM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] skip all next scrips
Hello,

I want to write a scrip. This script is the first to run on a
ticket-creation.

Under certain conditions, I don’t want to run any other scrip.
So how can I do that?

Is there a way to make the script checking abort the execution of the
next scrips or make their condition-checking throw a 0 as return value?

Thanks for your help.

Cheers,
Alex