Batch operation queue
Overview
Object to represent a queue of records that require some kind of batch operation
| Object name | batch_operation_queue |
|---|---|
| Table name | psys_batch_operation_queue |
| Path | /preside-objects/datamanager/batch_operation_queue.cfc |
Properties
property name="queue_id" type="string" dbtype="varchar" maxlength=35 required=true indexes="queueid,recordqueue|1";
property name="record_id" type="string" dbtype="varchar" maxlength=35 required=true indexes="recordid,recordqueue|2";