Inhaltsverzeichnis



EntityIfCase

The Jobstep EntityIfCase is a Boolean switch and evaluates the mapping function stored under the Expression property. If the result is true, the jobsteps associated with OnTrue are executed. If the function result is incorrect, the job steps associated with OnFalse are executed.

GENERATED src=„eBiss.ClassLib.Resources.JobSteps.EntityIfCase“ changed=„„
Properties
NameDescription
TypeClass name of the jobstep
NameName for the jobstep that will appears in the job designer
DescriptionOptional description for the jobstep
XPath queryHere XPath functions can be specified, whose result returns true or false.\\\\If the result is true, the steps associated with OnTrue are executed.\\\\If the function result is false, the steps associated with OnFalse will be executed.

Examples

Note: The input from this job step are documents (EntityObjects) that have already passed through the Loader . Therefore, the XPATH expression is applied directly to the message structure.

Note: See also evaluation or filtering of messages in jobs

The following JobSteps are usually connected to the EntityIfCase