sharepoint

AutoComplete Search Box in sharepoint site (webpart ?)

Hi, Can we develop the webpart as search webpart with using the Ajax Auto complete textbox? What should the logic? Guide me, If available some where please forward me. ...

Weird Workflow Behavior in Sharepoint 2007

I have a Document Library A and a list B. When a document added to A, an item is created in B with the Title = A.Url. Another workflow runs whenever a document is updated in A which makes a lookup: B.Title = A.Url, and changes another column in B in found item. Item Change Workflow always gives "Error Occurred: List item is not found"....

SharePoint: You cannot grant limited access permission level

My team implemented a UI to assign/revoke permission levels to users on a certain SharePoint list. The UI supplies an "undo" feature to restore the rights the user had before they were changed through our UI. Now there is a problem if the user had the "Limited Access" permission level: This permission level is removed when you do a chan...

Sharepoint Webservices - GetUserInfo

I am trying to call GetUserInfo on a sharepoint list (using the sharepoint web services), which seems to work ok, but only If the user I am trying to get details for has already added an item to the list using the actual sharepoint site. I would like to be able to call GetUserInfo for people that havent already added an item to the list...

In SharePoint, how can the "Issue ID" column of an issues list be included in the detail form (DispForm.aspx) and/or alert emails?

We've created a pretty standard issue tracking system based off of SharePoint's template with just a few extra columns. On the list view (AllItems.aspx), the first column is called "Issue ID" and has a number. Our developers and QC use that number in discussions. However, that number doesn't seem to want to show up on the detail form ...

How to update Sharepoint list using SSIS?

Hi, I am using SSIS to transfer data from MS SQl server as data source and Sharepoint list as data destination. Now, I need to fire an update command on the sharepoint list. Please guide me to implement this. ...

Problem with EMail action in SPD 2010

Any ideas why EMAil action would not send out emails? Outgoing SMTP is configured and is sending out the usual notifications. However custom email via the EMail action is not sending emails when used inside custom workflow. SPD is 2010 and Sharepoint version is 2010 ...

"The specified view is invalid" error for some users when browsing for images on a Sharepoint Site

I have just inherited a Sharepoint publishing site after a work colleague left. There are about a dozen users on the site, most of which are listed as site owners and can modify content. Three of them are unable to add images when editing pages. They can start editing a page and click on the Image icon to bring up the "Edit Image Propert...

Where can I get the Microft SharePoint assemblies?

Hi, I am trying to workup an automated tool for SharePoint interaction through a Powershell script. Am running into a SharePoint.dll not found issue and upon looking it up(including previous posts in StackOverflow), it seems its available in the server. I do not have access to a Sharepoint installation at the moment. Is there some place...

Is it possible to search in all the content of files uploaded to SharePoint Server?

Hi, there. I wish to made available a functionality that searches in all pages and content inside all the documents (word, excel, pdf, etc.) present in our SharePoint Server 2007 that all the users uploaded. Anyone could tell me if this is possible? Thanks in advance. Regards. ...

Is there a reference document for OOTB SharePoint web part interfaces?

I want my web parts to act as providers and consumers with Out-Of-The-Box (OOTB) SharePoint web parts, including filters. To design these web parts I need to know the interface of the OOTB web parts, eg. a "Links" web part provides an IWebPartRow, with a Type, URL and Notes. I can get the information by: a web part programmed to inte...

SharePoint Documents Library - Change "Document Created By" field

Hello, I have a code that changes the username in various SharePoint lists, mostly by the "Author" column. It all works fine on normal lists, but it doesn't seem to work on the "Shared Documents" list which is a document library. Whether I change the username in "Created By" or "Document Created By", the change doesn't seem to take ef...

Custom Ribbon action to open sharepoint creation wizard

Hi All, Do you have an idea of how can I open sharepoint site creation wizard from a custom action ribbon using javascript I think. I need to preselect the site defintion template too. Many thanks in advance, Jaime ...

How to load the Sharepoint list values into Infopath Form?

Hi, I have a sharepoint list with columns as "ItemID" and "ItemName". And i have an Infopath Form with fields "myID" and "myname". If i enter some value in myID field, corresponding value from sharepoint list have to be appear in "myname" field. I have iimplimented this without using custom code.It works but very slow and fire some al...

XSL - How to disable output escaping for an attribute?

I've had the following <a> tag: <a href="http://myserver/_forms?url={@FileRef}&amp;amp;id=5"&gt;...&lt;/a&gt; One of the files is called "File's got apostrophe.xml". The output of the XSL is: <a href="http://myserver/_forms?url=/blah/File&amp;amp;#39;s got apostrophe.xml&id=5">...</a> The problem is that the apostrophe is HTML-esca...

Does an HTTPS SharePoint Site Need to Use HTTPS-Compliant Web Parts?

We are planning to create a new sub-site within our company's intranet site, which is built on SharePoint 2007. We want to add a 3rd-party weather web part (which is just a widget to display the local weather forecast) to the home page of the new intranet site. Since the intranet site uses HTTPS, do we need to find an HTTPS-compliant w...

Inheriting list item permissions via permissions on lookup field item

Say you have two lists in Sharepoint, let's call them "house" and "region". Each house is assigned to a region via a lookup field. List item permissions are set on regions. Now I want the users only to only see the houses which belong to the regions they have read access to. I reckon it should be relatively simple I see no easy way o...

How to get a folder from CAML Query?

I have a List which has a two level hierarchy of folders. Something like this: List Folder_1 SubFolder_1 Item 1_1_1 Item 1_1_2 SubFolder_2 Item 1_2_1 Item 1_2_2 Item 1_2_3 Folder_2 SubFolder_1 Item 2_1_1 Item 2_...

All sites give Error 500 under Sharepoint Foundation (SP2010)

I've just installed Sharepoint Foundatuion on my W2008 64bit server and got it up and running as far as being able to access the Central Admin etc just fine. I did have to disable 32 bit apps in the application pools for all the SP sites and also, following a tip on here, add a config option for bitness64 as a prerequisite for the servi...

How to find item count in a SPFolder?

I have a List that stores items in a folder hierarchy. I notice that SPFolder.Files.Count is always zero. Is there a way to find out how many list items are there in a folder? ...