For SharePoint-specific questions, please see the SharePoint Stack Exchange (http://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint. Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration ...

learn more… | top users | synonyms

0
votes
0answers
8 views

PreFill LookupField SharePoint

I added a bit of Jquery/Javascript code in an EditForm.aspx to: get the name of the folder and get the last part of it: the contractnumber. I then set this in a lookupfield to a list with >>>> ...
0
votes
1answer
8 views

How to rename a site in Sharepoint 2010..?

I want to know how to rename the url in sharepoint site. For example, my existing site url is http://example.com/sites/Test/Lists I want to change it to http://example.com/sites/Issue/Lists ...
0
votes
0answers
13 views

Java client accessing Excel Services on SharePoint (REST)

I am trying to write a Java client that pull data off an excel file hosted on a microsoft share point. For the life of me I can't figure this out. Question: How do I authenticate to Excel Services ...
0
votes
1answer
18 views

SharePoint C# recursive team site look up

I developed a webpart to return all the site collections and webs that a user has read access to; I want to limit the results to Team sites only. How can I accomplish this? I've looked through the ...
-5
votes
3answers
68 views

Is there any tool that can do c# code to powershell

I was wondering if there is an online tool that can convert c# code to powershell cmdlet code. I have following code that i need to have it powershell. I dont have visual studio to turn this into an ...
0
votes
0answers
10 views

Can the DataView Web Part perform Multiple Entry?

WSS 3.0 (yes... I know it is 2013 AD ) The requirement I have is that end users need to enter multiple items into a List at once. A Datasheet Web Part would be perfect, except that one or ...
-1
votes
0answers
8 views

SharePoint 2013 and Export-SPWeb [closed]

I am having trouble moving a SharePoint 2013 site from the root of one site collection, to the sub site of another. I have confirmed this works ok on 2010. I am using Export-SPWeb and Import-SPWeb ...
0
votes
0answers
14 views

Sharepoint 2007, C# workflow failed on start + console application [closed]

I made a sequential workflow in C# for SharePoint 2007 and it works pretty well. I use this when an item has a change, that's the trigger to start the workflow. I paid attention for exception and ...
0
votes
0answers
10 views

Timer Job in sharepoint 2010 [closed]

I have the below scenario I have a task list (A) where in the user will add a task in to this list. If the Task added date is 31/05/2013 this task should be triggered every month 31st irrespective ...
1
vote
0answers
16 views

Need help to resolve pulling data using ListServiceUtility

I have a method that I want to pull back data from a sharepoint list. In the method I have the following code: var listPath = new Uri(string.Format("{0}/forms/", SitePath)); var fieldNames = new ...
0
votes
0answers
23 views

Displaying page after LDAP login

I'm trying to access a sharepoint page (using a wamp server) here my code: //code starts here $ldapconn = ldap_connect("webpage.org",389) or die("failed"); if ($ldapconn) { // binding to ...
0
votes
0answers
22 views

Extract large data out of sharepoint 2010 on daily basis [closed]

We have requirment where it requires to pull the data (List ITems(With attachments)/documents/Metadata) out of SharePoint on daily basis to File Share/Database/etc ? The incremental data which will ...
-1
votes
0answers
8 views

Show workflow status in Infopath form [closed]

I am having a hard time finding how can I copy the workflow status in my infopath form. In this link from Office Website. It says that I should just add a data connection in my Infopath form and ...
0
votes
0answers
11 views

Can zRSSFeed handle HTTPS RSS Feed from SharePoint? [migrated]

I'm working on an internal website for my organization. The Company uses SharePoint to allow orgs to create their own blogs. I created a blog (in addition to a website for my org). I am now trying to ...
-1
votes
0answers
11 views

Setting the harddisk size to be converted into VM [closed]

I'm doing development on SharePoint and I'm wondering whether I can clone a production server into a VM so that I will be able to bring the same environment back to my office for testing purpose. The ...

1 2 3 4 5 896
15 30 50 per page