[quote="ajb":1n0d9jxe]Probably you don't have a permission to add record, but I see a possible reason that you may have a permission to add new record, but not to clone.
Have you set some custom permission rules for the companies?
Add access is based on the custom defaults for the record, but the clone permission is based on the add permission of current record.
File: modules/Utils/RecordBrowser/RecordBrowser_0.php line 1237:
if ($this->get_access('add',$this->record)) {
Base_ActionBarCommon::add('clone',__('Clone'), $this->create_confirm_callback_href(__('You are about to create a copy of this record. Do you want to continue?'),array($this,'clone_record'),array($id)));
}
[/quote:1n0d9jxe]
I had access to the clone option the other day, but it disappeared, I've not changed anything since, as far as I am aware, other than adding some arrays on common data items.