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

Compare with Current View Page History

« Previous Version 3 Next »

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.

Usage (Synchronous)

$ ./Console/cake job id_assigner -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