Hi, DevClub,
We are currently using SugarCRM Version 14.0.1 (Build 279) (Q2 2024) on Prem.
We use the Copy feature within the Quotes module. I'm currently using "custom\Extension\modules\Quotes\Ext\Vardefs\copyPrefill.php" to exclude fields from being copied to the new Quote. e.g.
Fullscreen
1
2
$dictionary['Quote']['fields']['quote_stage']['duplicate_on_record_copy'] = 'no';
$dictionary['Quote']['fields']['date_quote_closed']['duplicate_on_record_copy'] = 'no';
I would like to also restrict the copying of the Comments log to the new Quote.
Does anyone know if we still use the CopyPrefill.php file, if so, what is the correct field name to add to the copyPrefill.php file.
Or is there another method?
Many thanks for your help.