I modify my Contacts popupdefs.php in this way:
$popupMeta = array('moduleMain' => 'Contact',
'varName' => 'CONTACT',
'orderBy' => 'nombre_comercial_c',
'listviewdefs' => array(
'NOMBRE_COMERCIAL_C' =>
array (
'width' => '30%',
'label' => 'LBL_NOMBRE_COMERCIAL',
'link' => true,
'default' => true,
),
),
'searchdefs' => array(
'nombre_comercial_c',
'nombre_fiscal_c',
'cif_c',
)
);
?>
But it appears in the Adavanced Search Contacts too. And if I deploy de Advanced Search view in Studio, the Advanced Search form appears in the popUp.
żAny idea?


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks