I have a module named Cases
in my SugarCRM
environment which has several fields like name
, id
, account_name
, date_created
, description
and so on, and one custom field named custom_account_number
.
I want to set its value to the one of the account_name
field, how can I do that using a custom php script in custom folder?