Created Unassigned: SPDisplayRelatedInfo specific to one content type [10204]
I am using a Custom List having multiple content types.I wanted to use the SPServices - SPDisplayRelatedInfo specific to one content type. Can you please help me in finding the solution
View ArticleNew Post: SPDisplayRelatedInfo specific to one content type
You can just add the call to the page. For Content Types where the column isn't available, it will fail silently. If you want to make it a little more efficient, just check the value of the Content...
View ArticleClosed Unassigned: SPDisplayRelatedInfo specific to one content type [10204]
I am using a Custom List having multiple content types.I wanted to use the SPServices - SPDisplayRelatedInfo specific to one content type. Can you please help me in finding the solution Comments:...
View ArticleNew Post: GetAllSubWebCollection Access Denied
sympmarc wrote: To use this operation, the user must have permission to iterate over the sites in the Site Collection. The only way around it that I know of is to give them that permission. M. Hey...
View ArticleNew Post: GetAllSubWebCollection Access Denied
Shennu: Sounds like you're passing in some bad parameter(s). Can you post your code? M.
View ArticleNew Post: SPCascadeDropdowns - $().SPServices.SPListNameFromUrl() empty
Hi. My problem is basically the same as described in this discussion: http://spservices.codeplex.com/discussions/287245 $().SPServices.SPListNameFromUrl() is empty, and therefore, the code fails when...
View ArticleNew Post: SPCascadeDropdowns - $().SPServices.SPListNameFromUrl() empty
What function are you calling? Can you show your code? Are you calling from the root site, perchance? M.
View ArticleNew Post: SPCascadeDropdowns - $().SPServices.SPListNameFromUrl() empty
Hi Marc, Thanks for the quick response. It was an error with the version if jquery. I was using 1.9.1. After changing to 1.8.1, it worked.
View ArticleNew Post: the operation GetGroupCollectionFromUser doesn't work for some users
I have found that the $().SPServices.SPGetCurrentUser() returns an empty logonName when used at a subsite level, versus a root site level, where the LogonName does populate properly. I am using...
View ArticleUpdated Wiki: Documentation
Please read the documentation (starting with theGeneral Instructions at the bottom of this page) before asking questions. I'm happy to help out, but it's so much nicer when folks read the...
View ArticleUpdated Wiki: $().SPServices
Function$().SPServicesCertification See individual Web Services pages for certification specifics.NotesAs of version 2013.01, all calls return a jQuery deferred object aka a promise.As of v0.7.2, the...
View ArticleUpdated Wiki: Documentation
Please read the documentation (starting with theGeneral Instructions at the bottom of this page) before asking questions. I'm happy to help out, but it's so much nicer when folks read the...
View ArticleUpdated Wiki: $().SPServices
Function$().SPServicesCertification See individual Web Services pages for certification specifics.NotesAs of version 2013.01, all calls return a jQuery deferred object aka a promise.As of v0.7.2, the...
View ArticleReviewed: SPServices 2013.01 (dic 05, 2013)
Rated 5 Stars (out of 5) - Excellent, the most powerful script for SharePoint in my current experience.
View ArticleNew Comment on "Documentation"
Excited to get this to work, but seem to be having an issue. I have duplicated the code and I am using the Google and cloud flare references. For some reason the cascading drop downs work in edit mode,...
View ArticleNew Post: GetAllSubWebCollection Access Denied
sympmarc wrote: Shennu: Sounds like you're passing in some bad parameter(s). Can you post your code? M. Hey Sympmarc, thanks for getting back. here is the code, it is called from a CEWP on the home...
View ArticleNew Post: SPListNameFromUrl throws execption when used for a file stored in...
Hey, did you have by chance the time to look into this issue?
View ArticleNew Post: Cascading dropdown in SP2013 - child items not showing
I have the same scenario as the author of this discussion: https://spservices.codeplex.com/discussions/471893. I have the following script in a CEWP on the newform.aspx of MyList.<script...
View ArticleNew Post: GetAllSubWebCollection Access Denied
Shennu: Performance definitely will be less if you take the GetWebCollection route, but it'll work. If you look at the network traffic you should be able to see more detail on what the parseError is. M.
View Article