Comments on: PhoneBook Search – No code required http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/ Follow me on Twitter: @eusp Tue, 22 Sep 2009 05:06:31 -0700 http://wordpress.org/?v=2.8.4 hourly 1 By: naren http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/comment-page-1/#comment-16510 naren Tue, 01 Sep 2009 08:22:54 +0000 http://www.endusersharepoint.com/?p=1891#comment-16510 I have successfully uploaded this web part, but when I type a contact name to search, I am getting an internal server error. Plz do needful. I have successfully uploaded this web part, but when I type a contact name to search, I am getting an internal server error. Plz do needful.

]]>
By: Toni Frankola http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/comment-page-1/#comment-16418 Toni Frankola Thu, 27 Aug 2009 21:31:55 +0000 http://www.endusersharepoint.com/?p=1891#comment-16418 @Herb: This solutions uses JQuery from outside location. Check with your IT depertment maybe they are blocking it. The alternative is to place JQuery library locally on your SharePoint. Depending on your security settings Javascript could be disabled completely on your browser. @Herb: This solutions uses JQuery from outside location. Check with your IT depertment maybe they are blocking it. The alternative is to place JQuery library locally on your SharePoint.

Depending on your security settings Javascript could be disabled completely on your browser.

]]>
By: Toni Frankola http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/comment-page-1/#comment-16416 Toni Frankola Thu, 27 Aug 2009 21:30:52 +0000 http://www.endusersharepoint.com/?p=1891#comment-16416 @all: Jason managed to solve the problem, and the solutions does work with HTTPS. @all: Jason managed to solve the problem, and the solutions does work with HTTPS.

]]>
By: Toni Frankola http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/comment-page-1/#comment-16414 Toni Frankola Thu, 27 Aug 2009 21:30:25 +0000 http://www.endusersharepoint.com/?p=1891#comment-16414 @larry: sure the query is right in. There might also be problems with non-english SharePoint editions... @larry: sure the query is right in. There might also be problems with non-english SharePoint editions…

]]>
By: Toni Frankola http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/comment-page-1/#comment-16413 Toni Frankola Thu, 27 Aug 2009 21:29:01 +0000 http://www.endusersharepoint.com/?p=1891#comment-16413 @Ben: No this is query for a simple list. User profiles are cool but the problem is these are extracted from AD data. Usually only the HR department has the correct information about an employee (phone, email, cell) and HR dept employees do not know how to modify data in AD. It is much more simpler for them to use a simple SharePoint list. There is solution from http://www.bambosolutions.com/ that syncs User profiles with a Contacts list. @Ben: No this is query for a simple list. User profiles are cool but the problem is these are extracted from AD data. Usually only the HR department has the correct information about an employee (phone, email, cell) and HR dept employees do not know how to modify data in AD. It is much more simpler for them to use a simple SharePoint list. There is solution from http://www.bambosolutions.com/ that syncs User profiles with a Contacts list.

]]>
By: Herb http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/comment-page-1/#comment-16363 Herb Tue, 25 Aug 2009 16:31:17 +0000 http://www.endusersharepoint.com/?p=1891#comment-16363 This did not work for me. Not sure why, but I created a generic Contact list and added a few names to test. Web part is on the same page as the Contacts list. This did not work for me. Not sure why, but I created a generic Contact list and added a few names to test. Web part is on the same page as the Contacts list.

]]>
By: Jason http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/comment-page-1/#comment-16356 Jason Tue, 25 Aug 2009 08:36:50 +0000 http://www.endusersharepoint.com/?p=1891#comment-16356 Looks like you can not use this https. I have tried it on our dev environment which it works great, but with https if tosses out an error. Looks like you can not use this https. I have tried it on our dev environment which it works great, but with https if tosses out an error.

]]>
By: larry http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/comment-page-1/#comment-16348 larry Mon, 24 Aug 2009 16:45:03 +0000 http://www.endusersharepoint.com/?p=1891#comment-16348 Very nice, thanks for looking out for us guys that dont have MOSS. I do have a question. When I first applied this to my list it did not work. Then I realized my list was modified from the default Contacts. Once I Created the default contacts it worked perfectly. If the Query is modified in the script, can this be applied to another list, maybe not contacts or a modified version of contacts? Very nice, thanks for looking out for us guys that dont have MOSS. I do have a question. When I first applied this to my list it did not work. Then I realized my list was modified from the default Contacts. Once I Created the default contacts it worked perfectly. If the Query is modified in the script, can this be applied to another list, maybe not contacts or a modified version of contacts?

]]>
By: Ben http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/comment-page-1/#comment-16347 Ben Mon, 24 Aug 2009 15:38:42 +0000 http://www.endusersharepoint.com/?p=1891#comment-16347 Toni, I am a newbie to Sharepoint. What do you mean when you say: var contactsListName = "Contacts"; // enter your Contacts list name here Does that mean I have to create a contacts list within Sharepoint or can I use the url call with the user profile web service? Since the contacts list will always have employees coming and going, I was hoping to use a dynamic list. Sorry if the question is simplistic... Toni,

I am a newbie to Sharepoint. What do you mean when you say:

var contactsListName = “Contacts”; // enter your Contacts list name here

Does that mean I have to create a contacts list within Sharepoint or can I use the url call with the user profile web service? Since the contacts list will always have employees coming and going, I was hoping to use a dynamic list.

Sorry if the question is simplistic…

]]>
By: SharePoint Blogs in German http://www.endusersharepoint.com/2009/08/21/phonebook-search-%e2%80%93-no-code-required/comment-page-1/#comment-16344 SharePoint Blogs in German Mon, 24 Aug 2009 13:46:13 +0000 http://www.endusersharepoint.com/?p=1891#comment-16344 <strong>SharePoint Kaffeetasse 120...</strong> Suche Troubleshooting SPSearch and good practices for moving large files Entwicklung Building a SharePoint... SharePoint Kaffeetasse 120…

Suche Troubleshooting SPSearch and good practices for moving large files Entwicklung Building a SharePoint…

]]>