0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-16 22:33:34 +00:00
salesagility_SuiteCRM/modules/AOR_Scheduled_Reports/metadata/SearchFields.php
Dillon-Brown acf296012d Revert "Merge branch 'hotfix' into develop"
This reverts commit d08f74643d, reversing
changes made to b137595f91.
2018-07-31 15:24:44 +01:00

159 lines
No EOL
3.3 KiB
PHP
Executable file

<?php
// created: 2014-12-10 12:48:04
$searchFields['AOR_Scheduled_Reports'] = array (
'name' =>
array (
'query_type' => 'default',
),
'account_type' =>
array (
'query_type' => 'default',
'options' => 'account_type_dom',
'template_var' => 'ACCOUNT_TYPE_OPTIONS',
),
'industry' =>
array (
'query_type' => 'default',
'options' => 'industry_dom',
'template_var' => 'INDUSTRY_OPTIONS',
),
'annual_revenue' =>
array (
'query_type' => 'default',
),
'address_street' =>
array (
'query_type' => 'default',
'db_field' =>
array (
0 => 'billing_address_street',
1 => 'shipping_address_street',
),
),
'address_city' =>
array (
'query_type' => 'default',
'db_field' =>
array (
0 => 'billing_address_city',
1 => 'shipping_address_city',
),
),
'address_state' =>
array (
'query_type' => 'default',
'db_field' =>
array (
0 => 'billing_address_state',
1 => 'shipping_address_state',
),
),
'address_postalcode' =>
array (
'query_type' => 'default',
'db_field' =>
array (
0 => 'billing_address_postalcode',
1 => 'shipping_address_postalcode',
),
),
'address_country' =>
array (
'query_type' => 'default',
'db_field' =>
array (
0 => 'billing_address_country',
1 => 'shipping_address_country',
),
),
'rating' =>
array (
'query_type' => 'default',
),
'phone' =>
array (
'query_type' => 'default',
'db_field' =>
array (
0 => 'phone_office',
),
),
'email' =>
array (
'query_type' => 'default',
'operator' => 'subquery',
'subquery' => 'SELECT eabr.bean_id FROM email_addr_bean_rel eabr JOIN email_addresses ea ON (ea.id = eabr.email_address_id) WHERE eabr.deleted=0 AND ea.email_address LIKE',
'db_field' =>
array (
0 => 'id',
),
'vname' => 'LBL_ANY_EMAIL',
),
'website' =>
array (
'query_type' => 'default',
),
'ownership' =>
array (
'query_type' => 'default',
),
'employees' =>
array (
'query_type' => 'default',
),
'ticker_symbol' =>
array (
'query_type' => 'default',
),
'current_user_only' =>
array (
'query_type' => 'default',
'db_field' =>
array (
0 => 'assigned_user_id',
),
'my_items' => true,
'vname' => 'LBL_CURRENT_USER_FILTER',
'type' => 'bool',
),
'assigned_user_id' =>
array (
'query_type' => 'default',
),
'range_date_entered' =>
array (
'query_type' => 'default',
'enable_range_search' => true,
'is_date_field' => true,
),
'start_range_date_entered' =>
array (
'query_type' => 'default',
'enable_range_search' => true,
'is_date_field' => true,
),
'end_range_date_entered' =>
array (
'query_type' => 'default',
'enable_range_search' => true,
'is_date_field' => true,
),
'range_date_modified' =>
array (
'query_type' => 'default',
'enable_range_search' => true,
'is_date_field' => true,
),
'start_range_date_modified' =>
array (
'query_type' => 'default',
'enable_range_search' => true,
'is_date_field' => true,
),
'end_range_date_modified' =>
array (
'query_type' => 'default',
'enable_range_search' => true,
'is_date_field' => true,
),
);