New Post: List Level Permissions
Time to cop to my beginner mistake.. Apparently I was missing a backslash in the userLoginName so it looked like "DOMAIN\alias" rather than "DOMAIN\alias". Works fine now! Thanks for your help!
View ArticleNew Post: Cross Domain using SP.RequestExecutor.js
I wanted to use SPServices in an app to do all sorts of things. Since the app is in another domain (and sometimes makes cross domain calls to other site collections), the javascript proxy provided by...
View ArticleNew Post: Can GetListItems be filtered by item ID?
myahia wrote: 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"...
View ArticleNew Post: Can GetListItems be filtered by item ID?
Works great now! Thanks a million!! CAMLQuery: "<Query><Where><Eq><FieldRef Name='ID' /><Value Type='Counter'>758</Value></Eq></Where></Query>",
View ArticleNew Post: Possible to use SPLookupAddNew to upload a document?
I have a list with a lookup column pointing to a document library. Some of the users are asking if they can upload the reference file from the list form rather than having to go upload to the library...
View ArticleNew Post: Possible to use SPLookupAddNew to upload a document?
The easiest thing to do would be to add a button onto the form that opens the upload dialog to the library. Once the user is finished uploading and tagging the document, a callback can be fired...
View ArticleNew Post: GetListItems: Intermittent Loading & Firefox Errors
Hi All, I am getting intermittent loading of my JQuery in Internet Explorer & Receiving the below error in Firefox: TypeError: $(...).SPServices is undefined My Script is below, i have tried...
View ArticleNew Post: Show/Hide form selections based on drop down selection possible?
I have a single library to upload documents to. All the documents need a Department, Group, Category and Type field selected. However, based on the Category, there are other fields that need to be...
View ArticleReopened Feature: Case insensitive SPGetQueryString? [10195]
From https://spservices.codeplex.com/discussions/465313So what if I add an option called lowercase which is false by default. If you set it to true, you'll get all the parameter names back in lowercase.M.
View ArticleEdited Feature: Case insensitive SPGetQueryString? [10195]
From https://spservices.codeplex.com/discussions/465313So what if I add an option called lowercase which is false by default. If you set it to true, you'll get all the parameter names back in lowercase.M.
View ArticleCommented Feature: Case insensitive SPGetQueryString? [10195]
From https://spservices.codeplex.com/discussions/465313So what if I add an option called lowercase which is false by default. If you set it to true, you'll get all the parameter names back in...
View ArticleNew Post: listItems qury with caml on taxonomy field
The following code works fine when there is no query but gets error from the service when the caml is sent. the location is the number before the ";#" of value of ows_HRLocations (I tried "Contains" on...
View ArticleNew Post: Or result or jQuery movement
Hi, I've implemented your library and it runs like a charm! The only problem I encounter is when I'm appending the result to my css id and want to use some jQuery effects on that element, there's no...
View ArticleNew Post: Show/Hide form selections based on drop down selection possible?
I was able to achieve my request through the following code. If there is a way to improve the code, please let me know. Thanks!//Variables //FieldNameToHideShow equates to the field you don’t want...
View ArticleNew Post: listItems qury with caml on taxonomy field
Ofer: There's no "<In>" with the SOAP Web Services. Try this: CAMLQuery: "<Query><Where><Eq><FieldRef Name='HRLocations' LookupId='TRUE'/><Value...
View ArticleNew Post: Office 365 update changes 'Display Name' on required fields- breaks...
FYI - I had left my debug on. User's were getting errors on there forms that a field could not be found by SPServices. MSFT has changed the display name of required fields when it lands in the DOM. I...
View ArticleNew Post: Office 365 update changes 'Display Name' on required fields- breaks...
That's very weird. Can you send me a snippet of the page source where you're seeing that? Also, what version of SPServices and jQuery are you using? Thanks, M.
View ArticleNew Post: Office 365 update changes 'Display Name' on required fields- breaks...
Crap. I can see it in one of my pages, too.<selectid="Region_59566f6f-1c3b-4efb-9b7b-6dbc35fe3b0a_$LookupField"title="Region Required Field">M.
View ArticleNew Post: Office 365 update changes 'Display Name' on required fields- breaks...
I was using 0.7.1a. In the process of fixing by breaks today I changed to 2013.02a. jQuery version 1.7.2<select title="Division Required Field"...
View ArticleNew Post: Office 365 update changes 'Display Name' on required fields- breaks...
Keeps ya on your toes!
View Article