New Post: Setting CAMLQuery for SPServices GetListItems within Sharepoint...
Just for an example, here's a CAMLquery I just set up: CAMLQuery: "<Query><OrderBy><FieldRef Name='PublishDate'...
View ArticleCommented Feature: SPCascadeDropDown - Allow Non-Hierarchical Selections in...
From: http://spservices.codeplex.com/discussions/404608Would it be complicated to have a new boolean parameter, let's say "NonHierarchical",and if it is true, the already selected children are not...
View ArticleNew Comment on "People"
To search Principals the following code works: $().SPServices({ operation: "SearchPrincipals", webURL: "/", searchText: "bauer", maxResults: 100, SPPrincipalType: "SPPrincipalType.User", completefunc:...
View ArticleNew Post: Setting CAMLQuery for SPServices GetListItems within Sharepoint...
Well, that answers my question. I am not authorized to use SharePoint Designer. The organization that owns the servers here have it in their head that if I use SPDesigner, I may destroy civilization...
View ArticleNew Post: Setting CAMLQuery for SPServices GetListItems within Sharepoint...
If you are forced down this route, there are much better javascript editors than Notepad. One surprising favorite seems to be Visual Studio (with extensions). There are others such as Aptana Studio,...
View ArticleUpdated Wiki: People
Function$().SPServicesWeb ServicePeopleSupported OperationsOperation Options MSDN Documentation Introduced ResolvePrincipalsprincipalKeys, principalType, addToUserInfoListPeople.ResolvePrincipals...
View ArticleUpdated Wiki: SearchPrincipals
Function$().SPServicesWeb ServicePeopleOperationSearchPrincipalsExampleHere's an example provided by StefanBauer. Thanks!To search Principals the following code works:$().SPServices({ operation:...
View ArticleUpdated Wiki: SearchPrincipals
Function$().SPServicesWeb ServicePeopleOperationSearchPrincipalsExampleHere's an example provided by StefanBauer. Thanks!To search Principals the following code works:$().SPServices({ operation:...
View ArticleUpdated Wiki: People
Function$().SPServicesWeb ServicePeopleSupported OperationsOperation Options MSDN Documentation Introduced ResolvePrincipalsprincipalKeys, principalType, addToUserInfoListPeople.ResolvePrincipals...
View ArticleNew Post: Access Page Owner contact email?
Hello,I'm trying to create a page contact email link for our footer that grabs the current page's contact information--either the page owner from the people picker, or the contact email. This footer...
View ArticleNew Comment on "$().SPServices.SPFilterDropdown"
wassim87, look for CALM query description. my example: <And><Or><Eq><FieldRef Name='Supervisor' /><Value...
View ArticleNew Post: Are there any issues with IE 9 ?
Hi,I'm using Sharepoint 2007 and 1.8.3/jquery.min.js / SPServices-0.7.2.min.js to set up cascading drop downs.They are working just fine under FF and Chrome but are not working under IE9 I use. And I...
View ArticleNew Post: Are there any issues with IE 9 ?
E:I use IE9 as my primary browser as I build SPServices these days, and everything works fine for me. I'm not sure what the issue might be for you, but you may want to see if you are getting any script...
View ArticleNew Post: Access Page Owner contact email?
Will:If your pages are publishing pages, then the page contact is probably a column in the Pages list. You can get at that using GetListItems for the page in the library. If it's other types of...
View ArticleNew Post: Access Page Owner contact email?
Yep, using publishing pages, either Welcome pages or Article pages, depending on what the users choose. I believe the Site Owner contact is a column that belongs to any Publishing content type. I'll...
View ArticleNew Post: Access Page Owner contact email?
OK, I think I got the function. I'd love to know from the coders here if this could be written a little better, as it seems to me I'm querying the entire xml string for a single field and... I dunno is...
View ArticleNew Post: Access Page Owner contact email?
OK, this is interesting. This returns the Page Contact, using the CAMLQueryOptions to expand the user field (thanks fereko). I'm assuming the contact with ID 1 is always the page owner (seems to be in...
View ArticleNew Post: Access Page Owner contact email?
OK, if anyone ever needs to get information about the current page, use the _spPageContextInfo object (thanks to John Liu)var thisPageID =_spPageContextInfo.pageItemId; console.log("this Page's ID: ",...
View ArticleNew Post: Access Page Owner contact email?
Will:The current page's info is also on the current URL, of course. You just need to filter for the current page. It looks like you're heading in the right direction.M.
View ArticleNew Post: SPServices GetListItems throws intermittent issue
Hi, Please help! I am using jquery.SPServices-0.7.2.min.js , and calling SPServices GetListItems in the following fashion. It is working intermittently and throws error in xData statusError...
View Article