Skip to main content

What it is

A collection of IBatchItem.
This object is not available on the Web Verification Station for checking rules locally.

Methods

Definition

Description

Move(item : IBatchItem, position : int)

Moves the element to the specified position in the collection.

Note: Call this method on the collection where the element needs to be moved.

Note: The position parameter may take values starting from 0 and up to the size of the collection.

Properties

Example of the Move method

This script runs several consecutive scenarios to assemble sets from unsorted lists of documents:
  • Disassembles sets
  • Groups documents by type in the specified order
  • Groups documents by the specified key field
  • Assembles documents into sets with the same key field