Documentation

Import
in package

Configuration file: Config\Modules\Import.

Table of Contents

$ADD_PICKLIST_VALUE  : mixed
Missing picklist values are added
$BATCH_LIMIT  : mixed
Individual batch limit - Specified number of records will be imported at one shot and the cycle will repeat till all records are imported
$CREATE_REFERENCE_RECORD  : mixed
Records for reference fields modules are created while importing, when record is not found.
$IMMEDIATE_IMPORT_LIMIT  : mixed
Threshold record limit for immediate import. If record count is more than this, then the import is scheduled through cron job
$SAVE_BY_HANDLERS  : mixed
Save record including handlers

Properties

$ADD_PICKLIST_VALUE

Missing picklist values are added

public static mixed $ADD_PICKLIST_VALUE = false

$BATCH_LIMIT

Individual batch limit - Specified number of records will be imported at one shot and the cycle will repeat till all records are imported

public static mixed $BATCH_LIMIT = 250

$CREATE_REFERENCE_RECORD

Records for reference fields modules are created while importing, when record is not found.

public static mixed $CREATE_REFERENCE_RECORD = false

$IMMEDIATE_IMPORT_LIMIT

Threshold record limit for immediate import. If record count is more than this, then the import is scheduled through cron job

public static mixed $IMMEDIATE_IMPORT_LIMIT = 1000

$SAVE_BY_HANDLERS

Save record including handlers

public static mixed $SAVE_BY_HANDLERS = true

        

Search results