New Comment on "$().SPServices.SPGetCurrentUser"
Mark, This is a great tool, but I'm using: var thisUsersValues = $().SPServices.SPGetCurrentUser({ fieldNames: ["ID", "Name", "SIP Address"], debug: false }); How can I get specific column value using...
View ArticleNew Comment on "$().SPServices.SPGetCurrentUser"
For those that are asking how to get multiple column values. Just use: var thisUsersValues = $().SPServices.SPGetCurrentUser({ fieldNames: ["Title", "EMail", "Office"], debug: false });...
View ArticleNew Post: How to display all DispForm.aspx pages in a lightbox?
How can I display DispForm.aspx pages from anywhere on my SharePoint 2007 site in a lightbox (a modal dialog page that appears on top of the page where I clicked on the link). How do I also make sure...
View ArticleNew Post: Treeview from MOSS 2007 List
I have a similar requirement, but the data comes from multiple lists. The links are related by lookup columns (there is a lookup column in the parent list [Entities] that has columns from the child...
View ArticleNew Post: Does GetListCollection support mutiple templates
Thanks Marc, I was searching for hours on spservices never thinking it was a jQuery issue. Still getting familiar with your library and jQuery syntax. Thanks again, Dan
View ArticleNew Post: Can't get CAMLRowLimit working
Does anyone see any problems with the code below? I not getting some items returned because of the default view set on the list I am querying. $().SPServices({ operation: "GetListItems", async: false,...
View ArticleNew Post: Can't get CAMLRowLimit working
Since you're specifying the ViewFields and RowLimit, you should be overriding the default view. I can't see anything obvious. M.
View ArticleNew Post: Cascade "pre filter" ?
I am building a list with 500 molds and 500 gages, the cascading drop downs work great for the molds, but now I am ready to add the gages, I can use the same drop downs and just add the records, but...
View ArticleNew Post: Cascade "pre filter" ?
Is it possible to save the scripting to a file, and then depending on the choice selection at the top of the form, use either script A or script B? (script A for molds and Script B for gages) Then have...
View ArticleNew Comment on "$().SPServices.SPArrangeChoices"
this is great little script!! wonder how to pass in multiple columnName values instead of redoing the script!
View ArticleNew Post: Contributing
Hey, First of all...kudos for this project! I have some things that I have "changed"/improved that I would like to contribute back to the project. How would be the best approach to issue a pull...
View ArticleCreated Unassigned: SPFindMMSPicker missing from 2014.01 [10253]
I can't find the SPFindMMSPicker function in the 2014.01 release. Is that intended?
View ArticleNew Post: Contributing
BR: I have to admit that as basically the lone developer on this, I use my own brain for code management. Probably not the best idea, but I haven't invested the time to move to anything else. If you...
View ArticleNew Comment on "$().SPServices.SPFindMMSPicker"
Did you ditch this in the 2014 release? I see it in 2013, but not 2014.
View ArticleNew Post: SPCascadeDropDowns not working if parent field required even with...
Hey jreddell145, I'm having this same issue. Just to get your script running you can change the relationshipListParentColumn: "SURVICE_x0020_Division" to relationshipListParentColumn:...
View ArticleNew Post: Can't get CAMLRowLimit working
Hi Marc, I have been searching the internet longer than I would like to admit and I finally found a fix for my issue in a previous post on the discussion board....
View ArticleNew Post: SPRedirectWithID - Can I delay the load of the Edit Page?
I've got this working beautifully, but my only issue is that I have my end users entering a 9 digit number which I then convert to a "Unique ID" as text with a workflow off of a lookup table. My...
View ArticleNew Comment on "GetListItems"
I have a custom column that is a picture with a hyperlink. Can I use this to return this type of field?
View ArticleNew Comment on "GetListItems"
Is it possible to get this to work for a custom column? I have a column that is a hyerlinked picture. I would like to use this code so that I can display the column a certain way. I am having trouble...
View Article