by =?Utf-8?B?TWFyayBCcmFpdGh3YWl0ZQ==?= <MarkBraithwaite@[EMAIL PROTECTED]
Jul 31, 2008 at 06:15 AM
Hi
I am trying to implement something similar to field level security. I
would
like to hide the Convert Lead button for certain users in our
organization.
I have written the following script which is not working correctly. My
script is:
if ( currentUserHasRole("Account Manager"))
{
do***ent.getelementById("_MBconvertLead").style.display = 'none';
}
I keep getting an 'Object expected' error when opening a Lead. I would
really appreciate any suggestions.
Many Thanks
Mark