vectorRequestAND

The output is the logical AND of the outputs of all included requests. This means that it will evaluate to true only if all the enclosed requests evaluate to true. The requests after the first false outputted are not evaluated.

Example

<vectorRequestAND>
  <ANDRequestWrapper>
      <requestPrint />
  </ANDRequestWrapper>
</vectorRequestAND>

This consists of

Places this can be found

In vectorRequest there is a choice between all of the following