You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

The Identifier Assignment Job Plugin runs bulk Identifier Assignment for a CO.

Configuration

  1. This is a core plugin, and so is enabled by default.

Usage (Asynchronous)

This Job can be scheduled using the UI via COConfigurationIdentifier Assignments > Autogenerate Identifiers For All.

Queued jobs will be processed by Registry Job Shell when run with the -r flag.

Usage (Synchronous)

Registry v3.3.x

$ ./Console/cake job id_assigner -s --coid co [--object-type type [–-object_id id]]

Registry v4.0.0 and later

$ ./Console/cake job IdAssignerJob.IdAssigner -s --coid co [--object-type type [–-object_id id]]

  • co: Numeric CO ID to run identifier assignment for.
  • id: Numeric ID of the object to run identifier assignment for. If specified, --object-type must also be specified. If omitted, run identifier assignment for all objects of the specified type.
  • type: Object type to run identifier assignment for: CoDepartment, CoGroup, or CoPerson. If omitted, run identifier assignment for all object types.


  • No labels