Yeah, these aren't custom fields. We plan to put support into Studio for modifying mass update, audit, etc for default fields.
In the meantime, here is an upgrade-safe way to set these values:
create a new file at:
.\custom\Extension\modules\Accounts\Ext\Vardefs\cu stom.php
In this file, put the following:
PHP Code:
<?php
$dictionary['Account']['fields']['industry']['massupdate'] = true;
$dictionary['Account']['fields']['industry']['audited'] = true;
$dictionary['Account']['fields']['industry']['required'] = true;
?>
Then go to:
- Admin->Repair->Quick Repair and Rebuild->Repair
- Admin->Repair->Rebuild Relationships
Bookmarks