Leads custom field that exists in Account

Hi Gurus,

Is there a way to put a field in the leads module that already exists in the account module.

SugarCRM CE 6.5.22.

For instance, I have a request to insert a custom field in the leads that is the annual revenue of the company. If a put a custom field (_c), then, when the lead is converted I will have to enter the information again in the account part because the account already have a annual revenue field. So, is there a way to reuse the account field in the leads part in a way that, when I convert the lead, the revenue information will be in the account information?

all the best,

Daniel

Parents Reply
  • Sorry, didn't work

    I put the log line there:

    convert_lead2.png

    Did the repair:

    Repair_1.png

    Repair_2.png

    but the only lines from today in my log are:

    Fri Feb 5 15:42:30 2016 [24445][-none-][FATAL] SECURITY: User authentication for paul.bernard failed

    Fri Feb 5 15:42:30 2016 [24445][-none-][FATAL] FAILED LOGIN:attempts[1] - paul.bernard

    as I canceled the conversion of the lead, my last record in account table is old:

    mysql> select max(date_entered) from accounts;

    +---------------------+

    | max(date_entered)   |

    +---------------------+

    | 2016-01-12 16:25:45 |

    +---------------------+

    1 row in set (0.02 sec)

    mysql> select max(date_modified) from accounts;

    +---------------------+

    | max(date_modified)  |

    +---------------------+

    | 2016-01-12 17:02:16 |

    +---------------------+

    1 row in set (0.00 sec)

    and just to be sure I'm modifying this file:

    public_html/sugarcrm/modules/Leads/views/view.convertlead.php

    and the log I'm looking is:

    public_html/sugarcrm/sugarcrm.log

    all the best,

    Daniel

Children