REFERENCE


GetAll command
Used in a Server.Load script to fetch the ID table of all Note IDs from the database. This command must be used before other commands -- for example, Stamp -- that operate on random documents in the database because those commands pick random notes out of this table. If this command is not used, the master ID table will start from scratch.

Syntax

GETALL [collection|recent]

Used in a Server.Load script to fetch the ID table of all Note IDs from the database. This command must be used before other commands -- for example,

Examples

GetAll Recent -- the most recent items in the most recently opened collection.

GetAll Collection -- all the items in the most recently opened collection.

Related topics