For questions completely specific to SharePoint 2010 and **not past or future versions**
0
votes
3answers
16 views
Sharepoint 2010 products configuration wizard giving error
Small disclaimer: I am a n00b at Sharepoint. I am actually a developer and have just been given Sharepoint platform saying that I have to get it running properly =/ Have had no training, all my ...
0
votes
1answer
10 views
SharePoint 2010 Publishing - are you able to modify web part?
I have a publishing site and I created a page, which allows publishing, but also allows me to add web parts. When I open this page in Designer it informs me that I can only edit the layout mode and ...
1
vote
1answer
7 views
configuring status list using date column, if greater than [date column] status goes red
I am using a status list that is pulling from another sharepoint list, I would like to use a date column labeled "Due Date" and tell the indicator to turn red when the "Due Date" has passed...
This ...
2
votes
0answers
9 views
Need preview pane for meeting agenda replies
I have a customer who was migrated to sharepoint 2010 from previous version. When adding an agenda we need to be able to view the replies to the agenda within the site where the agenda's and replies ...
0
votes
2answers
16 views
Conditionally Require Approval on List Items
I have a calendar list, and I need to have it so that only items that meet a certain condition require approval. I have tried to use workflow, but when I fire them on the create/change event, the ...
0
votes
0answers
20 views
Is there a way to remove code from a sharepoint list?
Ok I have a custom built sharepoint list on a standard aspx page with no sharepoint header. With Sharepoint Designer I have set parameters on my list with several filters. On the page I have several ...
1
vote
0answers
18 views
Unable to choose between minor and major versions when checking in .mpp files
Add a Microsoft Project 2010 .mpp file to a SharePoint 2010 document library.
'Create major and minor (draft) versions' is turned on in the library.
Click on the .mpp file from within the doc library.
...
0
votes
0answers
17 views
Sharepoint - SAML Authentication
I have a Sharepoint web application running on SAML security (based on user e-mail). I have a problem with one user that is not managing to log-in. Basically the IT admin, have done a mistake and have ...
0
votes
0answers
13 views
“Start Time” column is not getting updated in Workflow email
I have an approval reusable workflow for a calendar list. The workflow sends an email to the approver with the start and end time of the event.
End time is displayed correctly. But the start time is ...
0
votes
0answers
11 views
OnWorkflowItemChanged fire multiple times
I have been using a State Machine workflow (SharePoint 2010).
Workflow design
Main State:
The Main State does not update the item.
The Main State contains a OnWorkflowItemChanged.
When the item ...
0
votes
1answer
34 views
Drop down custom action
I've tried to create drop down custom action for some time without any success and Google also can't help me. Anybody could to share example how to use DropDown Element as custom action?
Thx for ...
0
votes
0answers
7 views
Managed Metadata Service / Secure Store Service status = Error
I've inherited a SP2010 farm, which I'm currently inspecting for problems. When looking at the Service Applications within the default proxy pool, both the Managed Metadata Service and the Secure ...
0
votes
2answers
25 views
Managed metadata field grey when deploying with powershell
I have a powershell script that does the following:
Create web application x
Add and install some wsps
Create site collection using a site definition deployed with one of the wsps.
3b. The ...
0
votes
1answer
13 views
Can not open the package designer in visual studio 2010
I can not open the package designer in a SharePoint project.
When I double-click Package or when I right-click Package and then select "View designer" then the XML file Package.package is displayed.
...
0
votes
1answer
37 views
Control JavaScript with Ribbon Button
my aim is to add a Ribbon Button which is opening a printing dialog for a selected file in a document library. I already added the Button with SP Designer and linked it with a html file which is ...