Answered by:
Set the "View" dropdown to read-only in the Lookup record pop up

Question
-
Hi all,
I have create a custom view on MY Lookup, but after set my custom view to default view. Everything is OK
But after my custom view is loaded, how can i Set the "View" and "Look for" dropdown to read-only in the Lookup record pop up
Please help me :(
- Edited by AnyMi Friday, August 10, 2012 2:30 AM
Friday, August 10, 2012 2:29 AM
Answers
-
Hello,
You should check following articles:
http://bingsoft.wordpress.com/2011/01/13/default-customer-lookup-to-contact-in-crm-2011/
http://ashwaniraghav.blogspot.com/2011/06/customer-field-in-ms-crm-2011.html
Microsoft CRM Freelancer
My blog (english)
Мой блог (русскоязычный)
- Marked as answer by AnyMi Friday, August 10, 2012 7:51 AM
Friday, August 10, 2012 7:34 AMModerator -
Hello,
Check following article - http://juicysnippets.blogspot.com/2011/08/disabling-lookup-view-picker-via.html
Microsoft CRM Freelancer
My blog (english)
Мой блог (русскоязычный)
- Proposed as answer by MubasherSharif Friday, August 10, 2012 6:37 AM
- Marked as answer by AnyMi Friday, August 10, 2012 6:45 AM
Friday, August 10, 2012 5:44 AMModerator -
Hi Andrii Butenko,
tks :)
But another way not using DOM?
I think using dom is not supported in some case :-s
There is no supported to do it at the moment.Microsoft CRM Freelancer
My blog (english)
Мой блог (русскоязычный)
- Marked as answer by AnyMi Friday, August 10, 2012 7:22 AM
Friday, August 10, 2012 6:48 AMModerator
All replies
-
From you form - select Customize from the ribbon and then Form
Select your field and then Change Properties
On the Display tab - at the bottom can you uncheck Display Search Box in lookup Dialog and the change the View Selector to 'Off' Save and Publish and see if that solves your problem.
Jason Lattimer
Friday, August 10, 2012 5:08 AMModerator -
Hello,
Check following article - http://juicysnippets.blogspot.com/2011/08/disabling-lookup-view-picker-via.html
Microsoft CRM Freelancer
My blog (english)
Мой блог (русскоязычный)
- Proposed as answer by MubasherSharif Friday, August 10, 2012 6:37 AM
- Marked as answer by AnyMi Friday, August 10, 2012 6:45 AM
Friday, August 10, 2012 5:44 AMModerator -
Hi JLattimer^^
thanks for your help, but i want to do this with a bit of code,
because in many case this view is used wihthout my custome view
Friday, August 10, 2012 6:45 AM -
Hi Andrii Butenko,
tks :)
But another way not using DOM?
I think using dom is not supported in some case :-sFriday, August 10, 2012 6:47 AM -
Hi Andrii Butenko,
tks :)
But another way not using DOM?
I think using dom is not supported in some case :-s
There is no supported to do it at the moment.Microsoft CRM Freelancer
My blog (english)
Мой блог (русскоязычный)
- Marked as answer by AnyMi Friday, August 10, 2012 7:22 AM
Friday, August 10, 2012 6:48 AMModerator -
HI :)
document.getElementById(id).disableViewPicker = 1; -> can disable "View"
so How about the "Look for" dropdown list?
Friday, August 10, 2012 7:15 AM -
Hello,
You should check following articles:
http://bingsoft.wordpress.com/2011/01/13/default-customer-lookup-to-contact-in-crm-2011/
http://ashwaniraghav.blogspot.com/2011/06/customer-field-in-ms-crm-2011.html
Microsoft CRM Freelancer
My blog (english)
Мой блог (русскоязычный)
- Marked as answer by AnyMi Friday, August 10, 2012 7:51 AM
Friday, August 10, 2012 7:34 AMModerator