Created Unassigned: Typo in SPGetListItemsJson objectType property value [10243]
In this code:```var testJson = $().SPServices.SPGetListItemsJson({ listName: "Archive", CAMLViewFields: "<ViewFields><FieldRef Name='Date' /></ViewFields>", mappingOverrides: {...
View ArticleCommented Unassigned: Typo in SPGetListItemsJson objectType property value...
In this code:```var testJson = $().SPServices.SPGetListItemsJson({ listName: "Archive", CAMLViewFields: "<ViewFields><FieldRef Name='Date' /></ViewFields>", mappingOverrides: {...
View ArticleCommented Unassigned: Typo in SPGetListItemsJson objectType property value...
In this code:```var testJson = $().SPServices.SPGetListItemsJson({ listName: "Archive", CAMLViewFields: "<ViewFields><FieldRef Name='Date' /></ViewFields>", mappingOverrides: {...
View ArticleClosed Unassigned: Typo in SPGetListItemsJson objectType property value [10243]
In this code:```var testJson = $().SPServices.SPGetListItemsJson({ listName: "Archive", CAMLViewFields: "<ViewFields><FieldRef Name='Date' /></ViewFields>", mappingOverrides: {...
View ArticleCreated Unassigned: UpdateContentType is not a unique name [10244]
UpdateContentType is used in both Lists.asmx & Webs.asmx. Due to this overlooked bug or undocumented "feature", the call will always be directed to the Webs.asmx web service.I was using SharePoint...
View ArticleNew Post: GetPermissionCollection for subsite w/ inheritance broken
I know this is an old post, but I needed to do this exact thing myself. I read this article and many others and came up with the same results ... I kept getting the same results for subsites as for the...
View ArticleNew Comment on "$().SPServices.SPAutocomplete"
Hi, is it possible to return another column like the ID of the row? and is there a version working with a business data services entity? thanks.
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Marc, I'm getting 'column not found', my column has got spaces - is this an issue? I even tried using "_x0020_" still getting the same error.
View ArticleNew Post: Get list item count for a week
Hi All I am new to coding and as such may need lots of help. The end goal is for the code to count the number of items in a list but for a week (Monday to Sunday) and then reset itself on the Monday...
View ArticleNew Post: Get list item count for a week
Alan: Great to hear from you. You'd need to generate a CAML query what gave the week's items. It would look something like...
View ArticleUpdated Wiki: $().SPServices.SPDropdownCtl
Function$().SPServices.SPDropdownCtlCertificationFunctionalitySPDropdownCtl was previously a private function I used in SPServices to find dropdown controls in the DOM. Because of the changes to the...
View ArticleNew Post: SPCascadeDropdowns not working within if statements
I resolved this issue by using SPCascadeDropdowns for the first two dropdowns and then using SPFilterDropdown for the third dropdown. It works well.
View ArticleNew Post: Get list item count for a week
Hi Marc Currently I have this code:<script type="text/javascript" src="/scripts/jquery-1.11.0.min.js"></script> <script type="text/javascript"...
View ArticleNew Post: SPCascadeDropdowns not working within if statements
Glad you solved it. The SPCascadeDropdowns logic is fixed to the field when it's first called, so the conditional logic you showed above wouldn't have worked. M.
View ArticleNew Post: Get list item count for a week
Ok, so you probably need to figure out the date range in your script as well. moment.js is a great library to use for stuff like this. Once you have the data, you can write it into the page with jQuery...
View ArticleNew Post: SPCascade on other language
Hi all, please, can you help me ? I tried to use cascade feature, I prepare me own web part. used parameters: -GUID current list -GUID relationshiplistparent column static name -child column static...
View ArticleNew Post: SPCascade on other language
I'm not sure that I've ever had anyone ask about Slovak before. It's possible (and somewhat likely given what I've seen with other languages) that the translations in the element attributes for Slovak...
View ArticleNew Post: Exact same GetListItem code works when in one library documents set...
Exact same GetListItem code works when in one library documents set welcome page but not another library set document page on the same site. I am trying to use SPServicews to view data in a document...
View ArticleNew Comment on "$().SPServices.SPFindPeoplePicker"
I was having problems with this until I discovered that there was whitespace in the <nobr> tag. So, make sure there is no whitespace around your field name: <nobr>FieldName</nobr> is...
View ArticleNew Post: Get list item count for a week
Another approach to using "hard" dates is to take advantage of the <Today> element and it's OffsetDays attribute... Here is a sample of code that uses the <Today> CAML element to get all...
View Article