For questions completely specific to SharePoint 2010 and **not past or future versions**

learn more… | top users | synonyms

0
votes
2answers
317 views

Differentiate in ItemUpdated (ER) if file was edited or overwritted

I've an ItemUpdated Event Receiver, and I need to make different operations depending if the file was updated throw UI or overwritted. Is there any internal field that reflects this 2 different ...
0
votes
0answers
145 views

Connecting BDC/BCS Web Parts in Deployed Site Pages Module (Visual Studio)

I need to create a deployable site page that uses various BDC Web Parts to display information from a external content type. The web part must retrieve the query value from a QueryString Filter web ...
0
votes
3answers
668 views

ItemAdding getting the file name of a document

I have a document library. I want to add an itemadding event recieiever to do some validation on the file name of the document. How can I get the file name from the SPItemEventProperties
0
votes
1answer
336 views

Can I manage views based on permissions in OOTB Foundation 2010?

As problem fixes are implemented, we are uploading additional or modified documentation and procedures to a sharepoint site where our employees can review those changes. We've got another sharepoint ...
0
votes
2answers
295 views

deploy a list with specific item-level permissions in ListAdded event receiver method

I have a certain type of custom list I have designed in my 'solution.wsp', that, whenever an instance of it is instantiated, it should have at the outset a specific Item-Level permission. To further ...
0
votes
2answers
2k views

How is Infopath 2010 “Sharepoint List Form” different from “Web Browser Form” and other form types?

If to create a new Sharepoint list, browse to it and click on ribbon a violet button with Infopath logo "Customize Form", one can edit fRom Infopath Designer a fOrm used for updating/editing and ...
0
votes
1answer
265 views

“404 FILE NOT FOUND” on my username entries

In Sharepoint 2010 Central Administration --> Security --> Manage the farm admii nistrator group (Central Administration : Site Settings : People and Groups - Farm Administrators), when I click on my ...
0
votes
0answers
112 views

Document center, record center, and document workspace differences [duplicate]

Possible Duplicate: What's the difference between a document center and a records center? What are the differences between a document center, record center, and document workspace, in ...
0
votes
3answers
2k views

Error when deploying InfoPath web-enabled form (custom code in the form cannot be run)

I am getting the following error when trying to create a new InfoPath form from a forms library: The custom code in the form cannot be run. This functionality may be deactivated on the server. ...
0
votes
1answer
866 views

Forms Based Authentication Users in the SharePoint 2010 People Picker Not Working

I Created custom login page . I use this code for login if (Membership.ValidateUser(Username.Text, Password.Text)) { SecurityToken tk = SPSecurityContext.SecurityTokenForFormsAuthentication( ...
0
votes
2answers
224 views

search programatically

I have list1 columna columnb list2 columnc columnd list3 columne columnf i want to create a search code that will search ONLY on those lists and ONLY on some columns of the lists. It will ...
0
votes
3answers
6k views

Allow users to submit items to a library but not edit or delete

I have a library where I want anybody to be able to add items to it, but only a select few can edit them or delete them. The unpriviledged folk currently have "Read" permissions on the library, and ...
0
votes
2answers
2k views

Get Url of List, with all items

I created a document library by code, and I need to return the URL of the All Items page. I tried this, but its not what I am looking for SPList oSPList = ...
0
votes
1answer
810 views

WebConfigModifications Remove functionality is not working in SharePoint 2010

I am using the following code to remove a web.config modification which added to web.config via one feature Collection<SPWebConfigModification> applicationModifications = ...
0
votes
1answer
2k views

Create a list with powershell

I need to create one list with powershell with the following columns Title Url (255 max length) Description (255 max length) It must be a custom list. There is no need to create site columns or ...
0
votes
1answer
188 views

Hide option to create meeting workspaces for new sites created

I already know how to iterate over all sites in a site collection and hide the option to create meeting workspaces. http://pastie.org/3349098 This will work however for already created sites. What ...
0
votes
1answer
452 views

SP2010: Using custom user profile properties on an ASPX for custom profile tab

I'm trying create a new profile tab with some customer user properties. I've added the user properties following these StackExchange instructions. I was also able to create a new tab with some help ...
0
votes
3answers
826 views

Force a Sharepoint Group's landing page

Lets say I have two groups, Group A and Group B. By default my sites landing page is home .aspx (If I use http://sok1234:456/ It will take me to home.aspx ). Now my requirement is when a user from B ...
0
votes
2answers
929 views

How to add a file to a custom list

How do you add a column to a list that will allow you to upload a file? I know you can attach to a list item but you can not display this as a lookup in another list.
0
votes
2answers
1k views

Is it possible to migrate and attach a wss 3.0 configuration database to a new Foundation 2010 front-end?

We are preparing to migrate from WSS 3.0 to 2010. WSS is currently on a x86 operating system, so migrating to a x64 operating system will be involved as well. My co-worker's thought is to turn up a ...
0
votes
1answer
664 views

Adding and Removing fields to the user profile

Is it possible to add and remove fields from the user profile? For example I want to add a field for LinkedIn profile and remove the Schools field.
0
votes
2answers
2k views

Get the user id via javascript

How can you get the current users id using javascript? Can you do this any JS file or does it need to be added at a certain point?
0
votes
1answer
3k views

Creating a new user profile service application with exisiting databases

Is it possible to create a new user profile service application and use the exisitng the databases from a previous user profile service application? Both service applications are in the same farm. I ...
0
votes
2answers
490 views

Search issue with People Picker when limited to select from one group only

Some of you might have noticed that when you limit a people picker to select users only from one group, the search in the browse-user-dialog (or whatever it's called) won't work anymore. This is ...
0
votes
2answers
629 views

Permission problems (access denied) when listing all user profile images

We have a webapp http://intranet01 (default zone) with an internal zone AAM http://intranet and a public zone http://intranet.company.com. Everyting works fine except one solution. The solution ...
0
votes
1answer
2k views

WorkFlow with SharePoint Designer 2010 - how to set value from current list item

How to set value from current list item to a field in a custom task? Is it possible? Thanks.
0
votes
2answers
243 views

Upgrading site definition

I have a question about the upgrade process for features in SharePoint. In my feature, I'm deploying a custom site template along with a couple of list definitions, webparts, etc. Now when I upgrade ...
0
votes
1answer
738 views

re-ordering navigation for quick launch section

I don't want to go through adding an additional feature to my project. I would like to get hold of the current navigation and re-order about 6 items. There are some items on the very bottom and they ...
0
votes
1answer
1k views

how to manage SPJobDefinition.Properties using central admin SP2010?

Is it possible to manage properties for a custom job definition using central admin? The code I have in a feature receiver sets the property like this: ...

1 2 3 4 5