Guten Morgen,
das Feld wird leider nicht angezeigt. Die Version 6.1 habe ich allerdings im Einsatz.
/www/sugarpro/custom/Extension/modules/Notes/Ext/vardefs/blafeld.php
Code:
<?php
$dictionary['Notes']['fields']['blafeld']=
array (
'name' => 'blafeld',
'vname' => 'LBL_BLAFELD',
'type' => 'varchar',
'len' => '3',
'studio' => 'visible',
'comment' => '',
);
?> /SugarPro/modules/Notes/metadata/subpanels/ForHistory.php
/SugarPro/modules/Calls/metadata/subpanels/ForHistory.php
/SugarPro/modules/Meetings/metadata/subpanels/ForHistory.php
/SugarPro/modules/Emails/metadata/subpanels/ForHistory.php
/SugarPro/modules/Tasks/metadata/subpanels/ForHistory.php
ergänzt um
Code:
'blafeld' => array(
'name' => 'blafeld',
'vname' => 'LBL_BLAFELD',
'target_record_key' => 'blafeld',
'width' => '10%',
'sortable' => true,
'force_exists' => true
), So sieht es momentan bei mir aus.
Ein Label hatte ich anfangs zum Testen nicht benutzt, hab es nun angepasst und es wird nicht übernommen.
Ich muss dies ja auch irgendwo noch definieren.. nu wo?
Bookmarks