开发者

Link an email to compose in SugarCRM

开发者 https://www.devze.com 2023-03-13 22:20 出处:网络
I have a custom module with an email 开发者_高级运维field. What I want is in the detail view a link to the email. When I click on it, the compose mail wizard of SugarCRM should open in a pop-up window

I have a custom module with an email 开发者_高级运维field. What I want is in the detail view a link to the email. When I click on it, the compose mail wizard of SugarCRM should open in a pop-up window.

I tried with this code in my custom detailviews.php file:

'customCode' => '<a onclick=\'SUGAR.quickCompose.init($j_quickComposeOptions);\'>{$fields.doctorprimaryemailaddress.value}</a>' 

But this code does not open the Quick Compose window. Do I need to add any more?


If you set the "mail client" setting in the user profile to SugarCRM instead of external this should happen automatically.

0

精彩评论

暂无评论...
验证码 换一张
取 消