disable phone call ,letter
- hii have a requirement for my clienthe want to disable activities and he must be able to use only service activity,he should not see phone call, letter,email,appointmentbut all the other's functionality should not be effectedis there any way to do thisThanksvarun kumar
Answers
- I don't believe there is a supported way to accomplish what you want to do right now.
Best Regards, Donna- Proposed As Answer byDonna EdwardsMVP, ModeratorFriday, November 13, 2009 6:18 PM
- Marked As Answer byScott Sewell, CustomerEffectiveMVP, ModeratorFriday, November 13, 2009 7:16 PM
All Replies
- the link provided was really helpfulbut this does not solve my requirmenti want exactly the reverse of thisi want to disable all the other activities except service appointmentplease help me with some other solutionThanksvarun
- I don't know if it work but if you give the users no rights on the entities you want to block.
I think that you don't see them anymore- Proposed As Answer byHuub van de Wiel Friday, November 06, 2009 12:48 PM
- This article was fine: Link
go to the \Activities
and edit dlg_create.aspx
<%
//RenderListItem(Util.Task, Privileges.CreateActivity);
//RenderListItem(Util.Fax, Privileges.CreateActivity);
//RenderListItem(Util.PhoneCall, Privileges.CreateActivity);
//RenderListItem(Util.Email, Privileges.CreateActivity);
//RenderListItem(Util.Letter, Privileges.CreateActivity);
//RenderListItem(Util.Appointment, Privileges.CreateActivity);
RenderServiceAppointment();
//RenderCampaignResponse();
%>
And this will be working
My Dynamics CRM Blog: http://bovoweb.blogspot.com- Proposed As Answer bykgorczewski Friday, November 06, 2009 1:54 PM
- As an aside, hacking CRM aspx pages is unsupported. It might work but remember to reverse it out for rollups and updates.
Leon Tribe
Want to hear me talk about all things CRM? Check out my blog
http://leontribe.blogspot.com/
or hear me tweet @leontribe
Want to hear me talk about all things CRM? Check out my blog http://leontribe.blogspot.com/ or hear me tweet @leontribe - i have tried this but not working
- security roles can restrict the users but they cannot make it invisible in some placesand more over we cannot individually restrict phone call, letter etcwe can restrict the whole activitiesthis does not work in my case as i need the service activity
- I don't believe there is a supported way to accomplish what you want to do right now.
Best Regards, Donna- Proposed As Answer byDonna EdwardsMVP, ModeratorFriday, November 13, 2009 6:18 PM
- Marked As Answer byScott Sewell, CustomerEffectiveMVP, ModeratorFriday, November 13, 2009 7:16 PM

