display data stored in one module in another module

I have address field which is stored in accounts module while creating the account. Here what I want is this address field should reflect in all modules can any one clearly explain me about this query .thanks in advance.
  • Seeking help for this thread? ( include\SugarFields\Fields\Address\EditView.tpl
    to custom\include\SugarFields\Fields\Address\EditView.tpl

    And change code in EditView.tpl (P.S not quite easy but feasible)
  • Hi M Waleed Raza,

    This is for Sugarcrm CE 6.5.20.

    I understand this thread is old - apologies.

    I have 2 modules Module_1 and Module_2.

    They are not related.

    Module 1 has the following fields.

    Module_1_field_1,

    Module_1_field_2,

    Module_1_field_3,

    Module_1_field_4,

    Module_1_field_5

    What I need is to do is to display

    Module_1_field_2 and

    Module_1_field_3

    in the list view of Module_2.

    I have seen some posts regarding achieving similar results for related modules, but as I am an absolute beginner for programming, I do not understand what exactly is to be done for modules that are not related.

    I followed what you have given above, but without any luck.

    I have hundreds of fields to be created from one module in another and therefore, I need a way to create these fields using code and not using Studio.

    Any assistance is much appreciated.

    Thank you.

    BP