Hi everyone,
I want to have āNameā text field default to āBLANKā when the record is first created.
Currently, the text field defaults to whoever creates the record.
I tried following in custom\Extension\modules\Agreement\Ext\Layoutdefs_override_Agreement.php,
$dictionary[āAgreementā][āfieldsā][āuser_nameā][ādefaultā] = āā;
But no luck.
I found out that I can do this using a logic hook. But I donāt know how to do it as Iām new to suiteCRM and coding.
Can anyone help me to resolve this?
Thanks