How to Show cases as popup in Account Detail View?

we are using sugarcrm community edition and we want to show Cases in account detail view as a popup. Please tell us how can we do that. if someone opens the account and if that particular account has the cases in it doesnt matter opened cases or closed it should appear as popup in the Detail View of Accounts..

please help your support is appreciated.

Thanks

Parents
  • Hi Gaurav,

    Just to move ahead, you can start with writing javascript code in view.detail.php file of Accounts module - custom/modules/Accounts/views/view.detail.php or a separate js file and include it in your detailviewdefs.php - custom/modules/Accounts/metadata/detailviewdefs.php

    As you are using SugarCE, you can make use of yahoo ui library to create popup and use standard ajax call to bring data from PHP file and display on the popup.

    Let us know if this helps.

    Regards.

    Hats

Reply
  • Hi Gaurav,

    Just to move ahead, you can start with writing javascript code in view.detail.php file of Accounts module - custom/modules/Accounts/views/view.detail.php or a separate js file and include it in your detailviewdefs.php - custom/modules/Accounts/metadata/detailviewdefs.php

    As you are using SugarCE, you can make use of yahoo ui library to create popup and use standard ajax call to bring data from PHP file and display on the popup.

    Let us know if this helps.

    Regards.

    Hats

Children