%PDF- %PDF-
| Direktori : /var/www/crm/cache/modules/Import_2/ |
| Current File : /var/www/crm/cache/modules/Import_2/UsersLastImportvardefs.php |
<?php
$GLOBALS["dictionary"]["UsersLastImport"]=array (
'table' => 'users_last_import',
'comment' => 'Maintains rows last imported by user',
'fields' =>
array (
'id' =>
array (
'name' => 'id',
'vname' => 'LBL_ID',
'type' => 'id',
'required' => true,
'reportable' => false,
'comment' => 'Unique identifier',
),
'assigned_user_id' =>
array (
'name' => 'assigned_user_id',
'rname' => 'user_name',
'id_name' => 'assigned_user_id',
'vname' => 'LBL_ASSIGNED_TO',
'type' => 'assigned_user_name',
'table' => 'users',
'isnull' => 'false',
'dbType' => 'id',
'reportable' => false,
'comment' => 'User assigned to this record',
),
'import_module' =>
array (
'name' => 'import_module',
'vname' => 'LBL_BEAN_TYPE',
'type' => 'varchar',
'len' => '36',
'comment' => 'Module for which import occurs',
),
'bean_type' =>
array (
'name' => 'bean_type',
'vname' => 'LBL_BEAN_TYPE',
'type' => 'varchar',
'len' => '36',
'comment' => 'Bean type for which import occurs',
),
'bean_id' =>
array (
'name' => 'bean_id',
'vname' => 'LBL_BEAN_ID',
'type' => 'id',
'reportable' => false,
'comment' => 'ID of item identified by bean_type',
),
'deleted' =>
array (
'name' => 'deleted',
'vname' => 'LBL_DELETED',
'type' => 'bool',
'reportable' => false,
'required' => false,
'comment' => 'Record deletion indicator',
),
),
'indices' =>
array (
0 =>
array (
'name' => 'users_last_importpk',
'type' => 'primary',
'fields' =>
array (
0 => 'id',
),
),
1 =>
array (
'name' => 'idx_user_id',
'type' => 'index',
'fields' =>
array (
0 => 'assigned_user_id',
),
),
),
'custom_fields' => false,
);