You are on page 1of 2

<?

php
//WARNING: The contents of this file are auto-generated

// created: 2022-01-29 02:12:09


$dictionary['Case']['fields']['jjwg_maps_geocode_status_c']['inline_edit']=1;

// created: 2022-01-29 02:12:09


$dictionary['Case']['fields']['jjwg_maps_lng_c']['inline_edit']=1;

// created: 2022-01-29 02:12:09


$dictionary['Case']['fields']['jjwg_maps_address_c']['inline_edit']=1;

$GLOBALS['dictionary']['Case']['fields']['filename'] = array (

'name' => 'filename',

'vname' => 'LBL_FILENAME',

'type' => 'file',

'dbType' => 'varchar',

'len' => '255',

'reportable' => true,

'comment' => 'File name associated with the note (attachment)',

'importable' => false,

);

$GLOBALS['dictionary']['Case']['fields']['file_mime_type'] = array(

'name' => 'file_mime_type',

'vname' => 'LBL_FILE_MIME_TYPE',

'type' => 'varchar',

'len' => '100',

'comment' => 'Attachment MIME type',

'importable' => false,

);

$GLOBALS['dictionary']['Case']['fields']['file_url'] = array (

'name' => 'file_url',


'vname' => 'LBL_FILE_URL',

'type' => 'varchar',

'source' => 'non-db',

'reportable' => false,

'comment' => 'Path to file (can be URL)',

'importable' => false,

);

// created: 2022-01-29 02:12:09


$dictionary['Case']['fields']['jjwg_maps_lat_c']['inline_edit']=1;

?>

You might also like