sugarcrm version - community edition
so I have role defined as single user that has everything set to owner, but when I create an email campaign (probably newsletter too), the select box for mailboxes will show all inbound email boxes even if they are set to personal. I should be able to modify the following code to only show the current logged in users mailbox, but I'm having trouble. Here's the line from EditView.html:
The same is true for the email templates on the same page. Even though there is a acl set to owner view, you can see all templates. Would like to make it so that would work too...PHP Code:<td ><slot><select id='inbound_email_id' tabindex='1' onchange='set_from_email_and_name(this);' name='inbound_email_id'>{MAILBOXES}</select> <SPAN id='from_email' style="font-style:italic">{DEFAULT_FROM_EMAIL}</SPAN></slot></td>
any help appreciated.
TIA


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks