0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 07:52:36 +00:00
salesagility_SuiteCRM/modules/jjwg_Address_Cache/metadata/SearchFields.php
Dillon-Brown 3f39d9f153 braces
2019-01-25 13:51:46 +00:00

13 lines
454 B
PHP
Executable File

<?php
if (!defined('sugarEntry') || !sugarEntry) {
die('Not A Valid Entry Point');
}
$module_name = 'jjwg_Address_Cache';
$searchFields[$module_name] = array(
'name' => array('query_type' => 'default'),
'current_user_only' => array('query_type' => 'default', 'db_field' => array('assigned_user_id'), 'my_items' => true, 'vname' => 'LBL_CURRENT_USER_FILTER', 'type' => 'bool'),
'assigned_user_id' => array('query_type' => 'default'),
);