Disable Convert Lead
-
Thursday, October 30, 2008 1:24 PM
Hi,
I need to know how it's possible to disable or hide the Convert Lead for some users and leave it for others.
I didn't find anything in the privileges or maybe there's something i didn't know about?
Or could it be done programmatically?
Thanks in advance
All Replies
-
Friday, October 31, 2008 7:41 AM
Hi,
Any idea concerning the below?
-
Saturday, November 01, 2008 9:06 PMModerator
Hi Sabine,
There is no priviledge in which you can enable or disable this button. You could do this in the form onload though. Depending on the version you're using, look here:
CRM 3.0: http://ronaldlemmen.blogspot.com/2006/05/finally-there-show-and-hide-fields.html
CRM 4.0: http://jianwang.blogspot.com/2008/01/crm-40-check-current-users-security.html
These posts are about showing or hiding fields on the form, but with using the Internet Explorer Developer toolbar you can examine the DOM and locate the ID of the button. You can then hide the button by using the same approach as the attributes described in the blog posts.
Hope this helps,
Ronald Lemmen
- Marked As Answer by DavidJennawayMVP, Moderator Monday, May 11, 2009 5:12 AM

