Re: Change a field to be Reportable
Since fields in modules created by the module builder are treated as if they were system generated fields this won't work.
Go to custom/Extension/modules/yourmodule/Ext/Vardefs and create a file (e.g. reportable.php) with the following content:
<?php
$dictionary["Yourmodule"]["fields"]["thefield"]["reportable"] = "true";
?>
Rebuild extensions. Hope it works then.
__________________________
Robert Laussegger
http://www.iscongroup.net
Bei Fragen: support@iscon.at
Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
Ab sofort auch mit 6.4.2
Bookmarks