company logo

Create instance (CRT)

The command creates a new instance in the referenced collection. Creating an instance will reset the selections for all subsequent collections in the hierarchy.

Parameters:

  • keyval - key value for the new instance, when the collection is ordered and key is not auto-number. Key components have to be separated by '|'. When the key value contains special characters, it has to be quoted.
  • -Dn - re-direction to other data source.
  • -Cn - re-direction to other collection in the hierarchy or in the data source referenced by -Dn.

Syntax:

  crt [keyval] -Dn -Cn

Examples:

  crt Miller|Paul  // Create an instzance for the person Paul Miller

  crt              // Create an empty instance in the current collection

  crt -D3 -c2      // Create an empty instance in collection 2 in data

                   // source 3