Quantcast
Channel: jQuery Library for SharePoint Web Services
Browsing all 6517 articles
Browse latest View live

New Post: Can GetListItems be filtered by item ID?

I want to display only one item of the GetListItems result set based on the link a user clicks on. I'm thinking of grabbing the query string ID from the href (for example,...

View Article


New Post: Can GetListItems be filtered by item ID?

Sure. Just pass the CAML you need in the CAMLQuery. M.

View Article


New Comment on "$().SPServices.SPCascadeDropdowns"

Hi, Marc. This is great stuff and I've used it for lookup columns. Can I use it for a choice/text column: I want to have a one-time lookup that doesn't change if the original look up value is modified....

View Article

New Post: Can GetListItems be filtered by item ID?

Thanks, Marc. What's the syntax? I'm new to CAMLQuery. I looked at the documentation. It doesn't list CAMLQuery. Is this it?<Query> <Where> <Lt> <FieldRef Name="ID" /> <Value...

View Article

Commented Issue: Problems with RedirectWithId function in sharepoint 2013...

Hi!I has problem when using RedirectWithId function in my NewForm.aspx.My code in NewForm.aspx:```<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server"><script...

View Article


Commented Unassigned: xData.responseXML for GetList returns "Unspecified...

I really love SPServices, so i hope identifying this issue will help to keep the quality of this library.Implemented Javascript libraries:jquery-1.10.2.min.jsjquery.SPServices-2013.02a.jsI try to get...

View Article

New Post: Can GetListItems be filtered by item ID?

Hi Marc, I added the CAMLQuery, but now I'm getting no results: var htmlTable = '<table>'; $().SPServices({ operation: "GetListItems", async: false, listName: "Attributes", CAMLQuery:...

View Article

New Post: List Level Permissions

If not, try AddPermission:http://msdn.microsoft.com/en-us/library/permissions.permissions.addpermission.aspx M.

View Article


New Post: Cross Domain using SP.RequestExecutor.js

I have not, Fredrik. It would be useful to know what problem you are trying to solve. M.

View Article


New Post: Can GetListItems be filtered by item ID?

Are you getting any errors? Are you sure you have an item with ID=758? M.

View Article

Commented Unassigned: Promises in SPGetCurrentUser method [10215]

Hello,recently I wrote a comment in closed issue [SPGetCurrentUser not being async](https://spservices.codeplex.com/workitem/10189).I would like to continue here...Suggested solution (proposed by...

View Article

New Post: Can GetListItems be filtered by item ID?

I'm not getting any errors. Yes, I have 758. I've tried it with many other list item ID's..same result.

View Article

New Post: Can GetListItems be filtered by item ID?

If you remove the CAMLQuery, do you get results? M.

View Article


New Post: Can GetListItems be filtered by item ID?

Yes, if I remove the CAMLQuery, the operation works fine.

View Article

New Post: Trying to use SPServices Promise with AngularJS Promise

I've written a small SPA application with SPServices, but decided to rewrite most of it to use Promises and improve things in general. I've decided to write this application using AngularJS, which has...

View Article


New Post: Trying to use SPServices Promise with AngularJS Promise

I solved the issue. var addUserToGroup = function (selectedUser, selectedAvailableGroups, assignedGroups, availableGroups) { var deferred = $q.defer(); var addPromise = []; var selectLength =...

View Article

New Post: List Level Permissions

I've been able to Break the Role Inheritance but I am having trouble with adding a user to a group at the list level. When the list is created it inherits groups from the site, which is fine, then I...

View Article


New Post: Using two conditions in SPFilterDropdown CAML Query, is that possible?

Hi Guys, Thanks for all your help! I’ve been using to put two conditions in the CAML Query for SPFilterDropdown and its not working. Am I supposed to use only one condition? Please help!! When I use...

View Article

New Post: Using two conditions in SPFilterDropdown CAML Query, is that possible?

Whatever you pass in as the CAMLQuery is enclosed in <Where> in the function. Therefore, you should just pass in the CAML clauses you need, like so: CAMLQuery: "<And><Eq><FieldRef...

View Article

New Post: Using two conditions in SPFilterDropdown CAML Query, is that possible?

It Worked. Thanks Marc!! I really appreciate your patience and passion! Ashmith

View Article
Browsing all 6517 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>