Add a new checking set affecting a single job type
Procedure
-
In Studio, open the
UWIssueCheckingSettypelist. - Add a new typecode entering a code, name, and description.
-
Add the same typecode to the TriggeringPointKey.ttx typelist
extension.
Next, link the checking set typecode to the triggering point key.
-
In UWIssueCheckinSet.ttx,
add a
category. SettypelisttoTriggeringPointKeyandcodeto the typecode value. - Open gw.job.JobProcessUWIssueEvaluator.gs.
-
In the forJobtype method, instantiate
a new
JobProcessUWIssueEvaluatorwith the appropriateCheckedAtproperties set. Assign it tothis.JobProcessEvaluator. If this code already exists, you can add aCheckedAtproperty.For example, the forSubmission method in the default configuration is as follows:static function forSubmission() : JobProcessUWIssueEvaluator { return new JobProcessUWIssueEvaluator() { :CheckedAtAllBlockingPoints = {"All"} } }
