开发者

Link an email to compose in SugarCRM

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜