1
vote
1answer
53 views

Lists included in an App for SharePoint 2013

I've seen that when I create an Autohosted App for SharePoint 2013 (or any other type of Apps), I'm then able to add a new item to the SharePoint Project such as a List. I can then add/edit/delete ...
0
votes
1answer
149 views

CAML Query to get Lookup field value

I've written an autohosted-app to show a few data that are in a list. To get the data in the list, I use this piece of code with a CAML Query. using (var clientContext = ...
0
votes
3answers
195 views

SharePoint-hosted app don't get my lists

I'm developing a SharePoint-hosted app for SharePoint 2013 (in Office365), but I've a problem accessing lists within a SharePoint-hosted app. My code is well printing the lists, but it only show me ...
1
vote
2answers
147 views

Import a single row from Excel spreadsheet

I'm currently trying to copy a single column from an excel sheet and import it in an existing list on sharepoint. I tried this via microsoft access, but i'm only allowed 255 characters per row! Is ...
1
vote
1answer
47 views

Displaying Custom Webpart in every view of a List?

i have a List called "Persons" in a SharePoint 365 (aka Online). This List contains 4 or 5 Views (The administrator can add more view depend on the actual situation). On the default list, I have a ...
1
vote
0answers
63 views

Merge lists and add listname in a new column

As the title says I want to merge some lists with the same columns together and then add a new column with the name of the list this item was extracted from. Is it possible to do this out of the box ...
0
votes
1answer
111 views

Allow users to filter a list using text input on SharePoint Online

I have a requirement to allow users to filter a list by entering a search string. I've been following the guide here: ...
0
votes
2answers
70 views

In a list (2010), can I have a Choice type field that can dynamically be filled as users add new values to that field (if it didn't already exist)?

A list of projects are in the Choice field already. As new projects are started a user (without designer access) wants to add a new project and in the future be able to select it from the drop down, ...
4
votes
2answers
640 views

Creating a poll in Sharepoint Online (lists or other approach)

There seem to be many web parts available for on-premise versions of SharePoint but I've not been able to find an easy way of doing them on SharePoint Online. My idea was to create a list that had a ...
2
votes
2answers
638 views

Get listitem using jquery or javascript from Office 365(Sharepoint Online)?

there are good solutions to get data from office 365, and move it to another platform using client object model.. i.e Wictor Wilen solution. its work in code behind. i have tried to get list data ...
1
vote
2answers
2k views

How do link Sharepoint Lists across different sites - SharePoint Online?

How do link SharePoint Lists beetwen different sites in SharePoint Online? Example: List CONTACTS from https://test.sharepoint.com/sites/testsite/ to list CONTRACTS on ...