Back to Index

 

Job Sequence

If Block objects

 

The IF objects allows you to write some VB.NET code, returning True or False, to specify whether or not the Job Sequence should perform a particular set of actions.   Each IF block must begin with the IF object and end with the End If object.   For instance;  maybe you have a separate process that runs during the week vs. during the weekend.   You could build something like this:

To write the necessary code, simply dbl-click on the IF or ELSEIF object.  A code-behind window will appear where you can write the necessary VB.NET code. The code must return a True or False boolean value.

Properties

Alias

Alias identifier.  Aliases are used on all design objects to simplify coding and to ensure each object has a unique identifier.

Code

The VB.NET code to perform any logic necessary to determine a Boolean True or False value.

Name

Descriptive name for this object.  You can enter any text to describe the object.  When a job is selected, this property is set to the job name if it has not already been set by the developer.

 


© 2003 - 2007 Relational Solutions, Inc. - All rights reserved