HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/public_html/crm/modules/AOD_IndexEvent/metadata/listviewdefs.php
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
$module_name = 'AOD_IndexEvent';
$listViewDefs [$module_name] =
    array (
        'RECORD_MODULE' =>
        array (
            'type' => 'varchar',
            'label' => 'LBL_RECORD_MODULE',
            'width' => '10%',
            'default' => true,
        ),
        'NAME' =>
        array (
            'width' => '30%',
            'label' => 'LBL_NAME',
            'default' => true,
            'link' => true,
            'customCode' => '<a href="index.php?action=EditView&module={$RECORD_MODULE}&record={$RECORD_ID}">{$NAME}</a>',
        ),
        'DATE_MODIFIED' =>
        array (
            'type' => 'datetime',
            'label' => 'LBL_DATE_MODIFIED',
            'width' => '10%',
            'default' => true,
        ),
        'ERROR' =>
        array (
            'type' => 'varchar',
            'label' => 'LBL_ERROR',
            'width' => '50%',
            'default' => true,
        ),
    );
?>