API for interacting with SharePoint from .NET, Silverlight, and JavaScript.
0
votes
0answers
178 views
current user is always is administrator on a SharePoint App
I have tried following solution to check the current user's permissions on the current host web in a SharePoint hosted app, however the user is always administrator.
function sharePointReady() {
...
0
votes
0answers
199 views
Error while Updating Sharepoint 2013 List from Apps [closed]
How to update SharePoint Site list from SharePoint 2013 Apps ?? When we access list from app which is already create on site, Its giving error like access denied ?
1
vote
3answers
1k views
Creating Nested Folders via Client Object Model
I'm trying to create nested folders in my document library so it looks like this:
http://site/PublicDocuments/Folder1/Folder2/Folder3/
The document library "Public Documents" exists but none of the ...
4
votes
1answer
223 views
Error using javascript to retrieve a SharePoint list's items
I am trying to use this method to query items of a column of a list in my SP site via javascript (the reason I am doing this is to display that info on the page by modifying the html tags in the DOM), ...
0
votes
1answer
76 views
Fill the fields in new form for an item
I've came across a requirement where I need to fill some of the fields in newform.
So basically we start from view item, where we can see an existing item in a list, then we click something like move ...
2
votes
1answer
224 views
Display all documents from multiple document libraries using client object model
Can anyone help me with the code to display documents from multiple document libraries using javascript client object model. I have done displaying from single document library.
0
votes
0answers
468 views
CAML Query for sub folder documents javascript
I'm trying to query for documents in a specified sub folder of a document library. Using U2U CAML builder, I can generate the query and return successfully within it.
However, when I run the query ...
1
vote
0answers
52 views
COM BCS model programmatic creation methods
Following the source code found here: http://code.msdn.microsoft.com/office/Creating-SharePoint-2010-ad694d17
I've managed to create the Create, Update and Delete method, but only the Delete ...
0
votes
1answer
243 views
Import bulk data (over 5000 List Items) into SharePoint
I have an Microsoft Office 2010 AddIn which imports Data into SharePoint. The tool creates a Dictionary with over 5000 Values. Every Value is a C#-Class with Data and represents a SharePoint List ...
3
votes
1answer
81 views
Copy folder from Source-Library and paste it to Target-Library?
I need to copy a folder from a SharePoint 2010 library and paste this folder into another library e.g. the folder: "myTestFolder" from mysharepoint/sourcelibrary to mysharepoint/targetlibrary
...
27
votes
6answers
19k views
How do you get the current list item in JavaScript?
There's all kinds of ECMAScript class library examples around but all of the ones I find show how to retrieve all list items (through SP.ClientContent) but how do you get the current list item? I'm ...
1
vote
1answer
231 views
Getting TermSet and Terms from Microsoft.Sharepoint.Client.Field
I'm having a hard time trying fo figure this one out.
I can only use Microsoft.Sharepoint.Client for this. I'am working with Sharepoint 2013.
I need to list all Fields (Metadata) For a certain ...
2
votes
1answer
649 views
JavaScript Client object model get content type
I have created a JavaScript file and deployed across my site collection. The code is supposed to get the content type ID from any upload form, figure out what this content type is and based on this ...
0
votes
1answer
171 views
Client Object Model to SharePoint Links List
I want to get URLs from SharePoint Links list using client object model javascript, can someone help me, I tried the following script but when I am alerting its result it shows me the URL value as ...
1
vote
0answers
91 views
SPFieldUrl does not work
I have an external list, items in that list have a field that contains an url. I want to show this url as a link in sharepoint form.
I found this example
and defined in my Creator and Updater methods ...
2
votes
0answers
77 views
Filter Calendar view by Title in SharePoint 2010
i want to filter calendar view using title field. Is it possible to filter calendar view without make changes in modify view ?
3
votes
1answer
87 views
Anonymous access issue in SharePoint 2010
I set an anonymous access to home page in sharepoint 2010. but when i open page like
'http://servername/Sitepages/homepage.aspx'
, i working but when i open
http://servername/
, its not ...
0
votes
1answer
1k views
Getting selected items from a SharePoint:ListViewByQuery webpart, embedded in a Visual Webpart
I am having trouble getting the selected items from a ListViewByQuery webpart, using the Client Object Model (JavaScript).
Code (server-side)
<SharePoint:ListViewByQuery runat="server" ...
0
votes
0answers
132 views
Get Distinct Count of Columns in a sharepoint List based on other column values using Javascript
I need to get Distinct count of columns in a sharepoint list based on other column.
For Example, a List look like this,
Name Location Gender
AAA Mumbai Male
BBB ...
0
votes
1answer
258 views
How to get server datetime without postback using JSOM or services
My application page may be long time without reloading, and user changed system date and time. And I need to know datetime from server, not from client.
1
vote
0answers
77 views
SharePoint Online External Sharing Feature - Available through API?
I have a case where we would like to create a web part for use in SharePoint Online where users can request to share a site with an external vendor. We would like to automate the process of Sharing to ...
1
vote
1answer
100 views
Accessing page metadata properties via clientside API
Morning all,
Can anyone advise if it's possible to access a document / web part page properties via the client/JSCript API for use elsewhere on the page.
To put this in context, I've inherited a ...
3
votes
1answer
1k views
How to retrieve items from document libraries using client context without performance lag
I need to retrieve items/list items from SharePoint 2010 document library and display it in a list ListView using C#. I have used following CAML query to retrieve list items and its properties.
...
0
votes
0answers
68 views
how to access the Managed Properties at Site Collection Level and at Global Level in SharePoint2013 .**
Any help will be really appreciated if someone can point to find a good way of
How to access the Managed Properties at Site Collection Level and at Global Level in SharePoint2013 .**
My requirement ...
-1
votes
1answer
131 views
Display Calculated column in List NewForm
How to display Calculated column in SharePoint List NewForm.aspx?
0
votes
0answers
101 views
How to add LinkItem inside folder in sharepoint list of type Links
I have SharePoint 2010 in which i have a list whose type is "Links". Inside this "Links" list, i have a folder.
I want to add link item to this folder programatically.
I am using ...
4
votes
4answers
6k views
Javascript to display sharepoint list items on page load
With Client Object Model API and a bit of javascript, I want to retrieve the items of a sharepoint list and display them into the web page, when the web page loads.
I've successfully implemented ...
1
vote
1answer
379 views
How get item in CommandUIHandler EnabledScript use javascript
can anyone help me with the problem:
I have a list external items from my system and i add a custom button on a ribbon. My item has a state and depending on the state my button should be available or ...
0
votes
0answers
232 views
Build CAML query by value from ClientPeoplePicker
I use these lines of code:
<SharePoint:ClientPeoplePicker ID="clpUser" runat="server" UseLocalSuggestionCache="True"/>
JS:
var peoplePicker = ...
0
votes
1answer
59 views
Performance of LoadQuery degraded (almost) linearly along with the number of documents in library
The following piece of code creates an empty document in a library and get back all fields for the document (to set them later, and real document text will be loaded in a separate process):
string ...
0
votes
3answers
588 views
how to check CamlQuery results
.I am running below query against a sharepoint list.
How to check the results of below Camlquery? cPop is set with value 'AboutUs'.
Result is always zero records although list has valid matching ...
5
votes
5answers
965 views
When I execute a CAML query, how do I know what ListItem details I can include?
I was querying a SharePoint library, trying to retrieve some file attributes. Apparently some things like FileType and Date are not supported, even though those fields are listed as a built in field. ...
2
votes
1answer
188 views
ECMA/js CSOM retrieving items from multiple lists with async processing? how?
I am struggling with javascript and learning callbacks, and applying this to SharePoint 2010 specific js/jquery methods of getting and savings values from lists. So I am recently getting into the ...
6
votes
4answers
770 views
ExecuteOrDelayUntilScriptLoaded too slow in Firefox and Chrome
I want to use CSOM but waiting around 2 or 3 seconds after page load before I can even do my first query is crazy! See below. Using jQuery dom ready shows a reasonable ready time, but SP.ClientContext ...
1
vote
1answer
115 views
Windows 8 App using COM dlls of Sharepoint gives error “Cannot resolve Assembly or Windows Metadata file 'System.Web.Services.dll'”?
I have created a sample app using Windows 8 C# XAML to get site info of SharePoint 2010 using COM Dlls. I have added reference of:
C:\Program Files\Common Files\microsoft shared\SharePoint ...
0
votes
1answer
72 views
where i can find trace for item.systemupdate()
I am working on a project which was initially developed by someone else. few of my list items are getting updated but i am not getting anything in version history. I believe that some schedule job is ...
1
vote
0answers
93 views
Getting column information from a sharepoint 2010 list
I'm trying to figure out how i can get information about a column in a Sharepoint List, like what type of column it is (single line, number, date etc...) and whatever additional column info that ...
0
votes
3answers
373 views
jquery client object model to return json: what about caml vs. js filtering?
trying to learn client object model (ecma/js/jquery) approach to returning json data and working with that. below I will supply a quick example, but my question is basic context of how would I go ...
0
votes
1answer
132 views
FlyoutAnchor PopulateQueryCommand through clientContext
I have a problem.
I want to add Custom action on a Sharepoint Edit form. This must be FlyoutAnchor and i want generate his content dynamically.
I'm adding them throuh ClientContext object model(using ...
0
votes
1answer
226 views
Registering pageComponent using ClientObjectModel
is there any ways to register PageComponent using client object model?
I want to add custom action on the edit form with dynamically populating FlyoutAnchor. But when page has been loaded i recieve ...
4
votes
3answers
401 views
Commit modal dialog and then display notification
I have a modal dialog that I commit by calling window.frameElement.commitPopup(), and this is great because it refreshes the parent window.
However I would also like to display a notification on the ...
4
votes
3answers
2k views
How to access list in SharePoint Hosted App?
I want to create an Sharepoint hosted app but how to access list in these App ??
0
votes
1answer
246 views
SP.Web.EnsureUser(user) does not seem to work. (JavaScript Client OM)
Supposedly, SP.Web.ensureUser(user) works according to this MSDN link but I cannot seem to get it to work in my JS code.
While debugging, I can see that SP.Web exists and the user variable is ...
1
vote
0answers
34 views
How add personal list for all users
I want to integrate Sharepoint with my external system. Sharepoint should load tasks from my system and show them in the list on user personal page. Integration should be done using Sharepoint ...
0
votes
2answers
584 views
Remove non full controlled Permission Sharepoint Groups from a SharePoint List using Client Object Model
I have SharePoint List which has stop inheriting from the Parent Sub Site. I need to retrieve the SharePoint Groups which are not been assigned with Full Control on the List. Then need to remove them ...
1
vote
1answer
787 views
How to open a form in a modal dialog popup using C#
I have virtually no experience with web development but now I need to create a web part for SharePoint 2010 and I am stuck.
The web part is supposed to find all content types derived from folder ...
0
votes
2answers
4k views
How do get selected item of list?
I have a webpart .I add a listviewbyquary in createchildcontrols and a hyperlink in visualwebpart.
i use this
http://graegert.com/featured/using-the-editorpart-to-create-a-custom-listview-web-part
...
0
votes
0answers
145 views
Convert Sharepoint Calendar Recurrence Data from xml to string
I am creating actual events from sharepoint recurring instances, i want to convert recurrence dat which is xml to string, how can i do it automatically.
1
vote
1answer
489 views
List item validation using .NET Client Object Model
On a SharePoint Foundation 2010 installation, I have a list defined and have set some simple validation rules on a couple of the fields:
Text field (required)
Number field (required, min: 50, max: ...
9
votes
3answers
4k views
How to traverse SharePoint Library in Client Object Model?
I have SharePoint Library and i want to traverse all folder and sub folder of it using client object model.
Can anybody have solution ?




