The process of developing software, including requirements gathering, solution design and analysis, implementation, testing, deployment, support and maintenance.
6
votes
1answer
1k views
Opening the default “New Document” editor for a given ContentType from an external C# application (Sharepoint 2010)
I'm currently working on integrating some SharePoint functionality to an existing C# application we have here. Most of the requirements have be fairly easy to implement: I'm using the ListData REST ...
3
votes
1answer
673 views
Create a farm wide timer job…is it ok?
I'm following this http://msdn.microsoft.com/en-us/library/cc406686%28office.12%29.aspx and have successfully created a TimerJob that is WebApplication wide.
this line
foreach (SPSite ...
2
votes
2answers
1k views
SetCustomProperty within OnSaveChange
Saving Custom Field Type properties using SPField.SetCustomProperty within the IFieldEditor.OnSaveChange event does not seem to work, for reasons explained elsewhere.
I've seen all kinds of bodges ...
7
votes
4answers
277 views
Options for SharePoint 2010 developer training?
What are my options for solid, relevant and affordable training for SharePoint 2010 development? I am working with a relatively small budget and would also have to do this on my own time, so it would ...
0
votes
1answer
398 views
Converting CAML to SPQuery syntax
Following CAML Query is giving me all the events for the upcoming two weeks.
Does anyone have an idea how to convert the part [Today+14Day(s)] correctly when using the
SPQuery class syntax to use the ...
2
votes
1answer
1k views
SharePoint 2010 set a custom page as home page through a feature
I have a WebTemplate using a team site as BaseTemplate,
and was wondring how I could set the default page as home page instead of the home.aspx page and this during the provisioning process of the ...
0
votes
2answers
450 views
Add a people group attribute in list programatically
I want to add a attribute (Person or Group) in List through coding,
does any one know how to do it.
thanks
0
votes
3answers
317 views
Create field definition with a type equal to Lookup (Count Related)
Reading over this link: http://blogs.msdn.com/b/jackiebo/archive/2007/02/23/lookup-count-related-the-magic-behind-sharepoint-s-comments-column.aspx
I've decided I want to add this to a feature ...
1
vote
1answer
234 views
Threshold limit problem
I am using the following Query to retrieve the latest documents of the current user:
<Where>
<And>
<Eq>
<FieldRef Name='FSObjType'></FieldRef>
...
1
vote
2answers
328 views
Remove Sharepoint RadioButtonChoiceField Focus on application page
I have an application page with a bunch of asp textbox controls and then a sharepoint RadioButtonChoiceField control. When the page loads it will always set focus to the RadioButtonChoiceField is ...
0
votes
2answers
2k views
SSIS Import Sharepoint 2010 List to SQL Server
Is there a way to do this via code? How so? I simply want to import data from a list in SharePoint 2010 to a SQL 2005 or 2008 server.
I know there are several 3rd party plug-ins that work, but I ...
1
vote
1answer
341 views
Get the DisplayName of the field from the List
Depends on the view I need to get the column name from the list.With the help of viewID I am able to retrieve the selected column from the list but I have an issue while retrieving the column names,I ...
1
vote
1answer
229 views
Sharepoint Security Trim control & its permission
We have a Custom List in SharePoint 2007, all authenticated users are allowed to add a new item into it.
Now, we have a page on which we are displaying the item details and it will be accessible for ...
5
votes
1answer
606 views
Can't get OfficialFile.SubmitFile to work
I'm trying to write a literal SOAP call (I'm integrating from a remote non-windows machine) to submit a file which currently resides in the drop-off library of the site. I created a simple file, ...
2
votes
1answer
504 views
Creating a Yes/No modal dialog box
Apologies if this is a pretty basic question but I'm a relative SharePoint newbie and I've been trying to find an answer for this for a couple of days.
I have an SPToolBarButton that provide Delete ...
0
votes
2answers
2k views
sharepoint document file url to filestream
i want to retrieve the files from sharepoint document libraries url to filestream using aspx and c# coding.
Can any help me how to do it......?
2
votes
1answer
664 views
Customize add colleagues email template
I need to customize the mail that is sent when I add a colleague in "my site" profile on SharePoint 2010 Environment.
The below URL says it is not possible however want to check if you have any other ...
5
votes
2answers
792 views
SharePoint 2007/2010 Custom Access Request Page
Does anyone know were to start to create a custom Access Request Page or how to modify the default behavior.
We would like to use our own workflow behind the Access Approval for a specific site ...
0
votes
2answers
570 views
Creating a class library in VS2010 - cannot be loaded by sharepoint
I have a Sharepoint 2010 solution with project containing a custom content type, list definition and list instance in. In this solution is an event receiver project and a standard class library ...
0
votes
1answer
210 views
Is it possible to call any standard ribbon action from .NET?
We are building an ASP.NET MVC UI to sit on top of SharePoint 2010.
One of the questions that has cropped up is how difficult/easy it will be to re-create buttons to do standard SharePoint 2010 ...
1
vote
3answers
233 views
SharePoint 2010 Web Design System Requirements
I have a background in website design and want to transition to development with SharePoint 2010. What soft/hardware is required to develop SharePoint 2010 sites?
My research has produced a lot of ...
0
votes
1answer
174 views
Custom Web part based on search object model to query accross site collections
I'm looking for examples how to build a web part (code) that queries all doc libs in a web application (Done by a created search scope, a scope exists with all the docs from all doc libs) and displays ...
2
votes
1answer
771 views
Enhanced SPLongOperation progress behaviour for intermediate actions?
When you launch some custom code, e.g. custom create new site and provisioning of this site, you can use SPLongOperation to display a modal dialog box with a green spinning wheel indicating something ...
1
vote
1answer
385 views
Is remote development possible with SharePoint 2010?
Basically I'd like to develop components for our SharePoint test environment from my development machine and use the "Deploy" functionality to go from my development machine to the test environment.
...
1
vote
1answer
477 views
Programmatically Adding a Publishing Page
Has anyone at all look at uploading a file to/using an existing SPFile in the PublishingPageCollection.Add() method?
I'm referring to this override specifically:
...
0
votes
1answer
217 views
Web part: Security trimmed results on Recently updated content for currently logged in user
I'm looking into a solution for a querry web part(?)
The web part should display the 10 last updated documents (or less), in the last 2 weeks for all the document libraries in a specific web ...
0
votes
2answers
292 views
Feature Receiver: Add users from list to a group
I have a list 'Users' with a column 'UsersToAdd' of Type "Person or Group" which I like to use for provisioning a SP group 'MyUsers' at the creating of a new site.
I have created a feature receiver ...
2
votes
2answers
295 views
Site definitions vs Web templates in SharePoint 2010 when using Feature Receivers
I've written some code which needs to be exacuted when creating a new site.
The site should look like something between a blank site and a team site. (Very basic)
And also uses a custom master page.
...
0
votes
2answers
2k views
System.Web.HttpException: Request timed out
I have SP webpart for importing budget items in SP List. For some 4000 items it tooks about 3-4 minutes (it do some custom checking, parsing and importing) to import that (on my dev pc).
But if I ...
0
votes
2answers
2k views
CEWP on Allitems.aspx in SharePoint 2010?
I have a SharePoint 2010 Discussion board and would like to add a Content Editor Webpart on Allitems.aspx page of it. I understood that we can not directly add a CEWP into the page however should use ...
3
votes
1answer
987 views
Add users to the site collection administrator group through code
You can add users to the site collection administrators group through Site Actions ->Site Collection Administrators (and add users)
But how can you do this through code?
What is the grpName?
...
0
votes
1answer
248 views
Custom App Page Change Site Title, pass new Title value
I created a custom app page with two user controls:
asp:TextBox ID="SiteTitle" runat="server" and
asp:Button ID="UpdateSubmit" runat="server" Text="Update"
The goal is to have the same behavior as ...
0
votes
1answer
4k views
SharePoint 2010: Use SP Usercontrols in custom application pages
I would like to use SharePoint User Controls in my custom application pages.
In VS2010 I've created a new project and added an application page.
I've added the follow Tagprefixes in my customapp.aspx ...
-1
votes
1answer
195 views
Add a class to a sharepoint web part project
I do apoligize in advance for that's a probably silly question but... I'm developing a custom Sharepoint Webpart and, for the sake os SOLID principle, I need to embed certain functionalities in ...
3
votes
1answer
137 views
Time conversion via ClientContext
In native SP list I have item with datetime field which shows 24.1.2010. 00:00:00.
When I try get it with ClientContext, I got that item field with the time 23.1.2010. 23:00:00.
I understand that ...
2
votes
4answers
7k views
SharePoint 2010 Code: Get list items of list in other site collection
I'm trying to access list items from an other site collection than the current "sitecollectionname" where I laungh my code in. I would like to validate the url of the current "sitecollectionname" with ...
0
votes
1answer
1k views
ClientContext security won't work with claims-based SP2010 security enabled
I want to connect to SP2010 server with claims based authorization via client context. But I have security issue. First I didn't managed to connect with default credentials. Then I wrote:
...
2
votes
1answer
416 views
Visual Studio 2010 Intellisense Breaks after Deploying to Sharepoint Site
I've ran in to this in two completely different environments now. I can build the solution and not have any problems with intellisense. If I deploy our Web Parts project to my local SharePoint 2010 ...
0
votes
1answer
683 views
Sharepoint 2010 ALERT settings - customize possible set of lists
I want to customize possible set of lists on which user can set "alerts ON".
Customizing just ribbon button ("Alert me") for not showing on specific list isn't enough because - on some list on which ...
1
vote
2answers
231 views
Social Networking in SharePoint 2010?
We would like to extend the functionality of Sharepoint 2010 to improve the Social Networking Features.
We want to trace a SharePoint 2010 user events, whatever he/she performs on the site collection ...
3
votes
1answer
238 views
SharePoint 2010 development practices
We are a group of ASP.NET developers who are new to SharePoint and we are starting fresh from SP 2010 with no prior experience with 2007. I am trying to figure out how to implement the SW development ...
3
votes
2answers
285 views
Using a shared DAL class library solution for a SharePoint farm
I was wondering what your thoughts were on a shared data access layer in a SharePoint farm.
I am well aware of the implications of accessing the SharePoint content databases directly - I am referring ...
1
vote
1answer
308 views
SharePoint 2007 Search Webservice client call - darrenjohn's API
I want to get the same result set as sharepoint search returns using webservice/object model, what is right way of doing it?
Let's say:
If sharepoint search core result webpart says 20 items/result ...
0
votes
1answer
208 views
Forms Based Authentication - default page
I have mixed authentication on my site ("Windows" and FBA).
If I go to site url I should be redirected to default.apx from 14hive\TEMPLATE\IDENTITYMODEL\LOGIN folder which contain LogonSelector ...
0
votes
1answer
117 views
SP 2010: List overview of logged on user access (500 sites, 30.000 users)
We have a platform with 500 site collections and over 30000 users.
One of the requirements is to list an overview of the sites (on the central site collection:Home page) the logged in user has access ...
0
votes
1answer
425 views
Re-order Content Types for a List in code
Has anyone been able to re-order content types for a list in code?
If I'm given a specific content type, I want to make it the default in a list, by re-ordering the SPList.ContentTypes collection and ...
1
vote
2answers
477 views
CKSDEV tools - problem with debugging
I use CKS devtools version 1.1(latest).
Problem is: I installed tools and everything was ok relating to debug (VS2010 - Tools - CKSDEV -Attach to IIS Worker Processes) but after I changed ...
2
votes
1answer
1k views
CAML 'Endswith' equivalent?
I have to pull the data from the custom list by using a CAML query.
I would like to use the "Endswith" option in the CAML query however it seems to be unsupported in sharepoint 2007.
What would be ...
3
votes
1answer
515 views
SPLongOperation never ends
I have an SPLongOperation that occasionally fails to redirect the user to a new page when the operation completes. I'm not sure what circumstances cause the problem, since I don't yet have a reliable ...
1
vote
2answers
257 views
Practical WSS 3.0 development environment?
I'm looking to set up a small development environment at home and I'm trying to figure out my options (a key consideration for me is price). Assume I have nothing but a Windows 7 32 bit PC.
I think ...
