New Post: Is SPFindPeoplePicker missing SPServices node in its definition?
Russ: You are correct. It looks like that "feature" crept back into the new version. ARGH! I've got a 2013.02b coming. Or maybe 2014.01. M.
View ArticleNew Post: get list item (XML) and update coulm
Please try to spell out what you're looking for rather than just posting a pile of code, OK? What do you want to do with managed metadata? M.
View ArticleNew Post: UpdateList Items not updating choice column
In the code you've posted above, you're trying to set the column with an InternalName of "ParticipantStatus" to the value "Notification". I doubt that's what you intend. The Status just indicated if...
View ArticleNew Post: StartWorkflow woes
I was just looking for StartWorkflow examples and ran across your unanswered post. Sorry I missed it originally. I think the issue is the URL you're passing in. It should be something like this fro...
View ArticleNew Post: workflow parameters
Sorry I never got back to you on this. I'm actually looking for how to do exactly this. If you worked it out and wouldn't mind posting back how, I'd appreciate it! I can't figure out how to access the...
View ArticleNew Post: Is SPFindPeoplePicker missing SPServices node in its definition?
:) You're doing great work! Now, if I can do as well...
View ArticleNew Post: L_Menu_BaseUrl in 2013.02a
I'm getting an immediate error on updating to 2013.02a. From FireBug: ReferenceError: L_Menu_BaseUrl is not defined on line 21. This is just a jshint item so I can manually remove for now and keep...
View ArticleNew Post: Using SPFindPeoplePicker with a Client side People picker
Just new to SPServices (what a find!) and getting to grips with the SPFindPeoplePicker in particular. Everyones seems to be using it with standard forms etc but I'm looking to use it with a client side...
View ArticleNew Post: Trying to return distinct values with SPCascadeDropdowns
I've got a really simple use case for SPCascadeDropdowns. I'm basically creating a hardware request form that will filter the available servers for request based on Memory, CPU, and Disk space; then...
View ArticleNew Post: Trying to return distinct values with SPCascadeDropdowns
It sounds like you're cramming all of the relationship data into the one list. It's better DB practice - and will make the function work the way you want it to - if you normalize the data into separate...
View ArticleNew Post: Using SPFindPeoplePicker with a Client side People picker
I wasn't sure from your StackOverflow post what you were doing exactly. Does it result in a standard SharePoint People Picker? As I mentioned on SOF, you might just want to pluck the function out of...
View ArticleNew Post: L_Menu_BaseUrl in 2013.02a
Yes, I screwed up. 2013.02x is not my finest release. I'll be putting out a fixed version asap. M.
View ArticleNew Post: Using SPFindPeoplePicker with a Client side People picker
Pretty sure it does...the resultant HTML looks like this.<div id="peoplePickerDiv" title="ppEmployee" class="peoplepicker"> <div dir=""> <div class="sp-peoplepicker-topLevel"...
View ArticleNew Post: Using SPFindPeoplePicker with a Client side People picker
For posterity:http://sharepoint.stackexchange.com/questions/87176/get-the-id-and-name-from-multiple-client-side-people-pickers-to-store-in-a-list/87329 M.
View ArticleNew Post: Using SPFindPeoplePicker with a Client side People picker
I've given this a little more thought..I think i can use the SpFindPeoplePicker as is. if i use the following code $('#sp-peoplepicker-topLevel').dialog('option', 'title', 'employeePP'); to rename the...
View ArticleNew Post: Am I missing something using SPCascadeDropdowns?
I'm using the following code and I have checked, rechecked and then checked again to make sure the values that I'm using are correct so I'm hoping to just having some different eyes will make the...
View ArticleNew Post: Am I missing something using SPCascadeDropdowns?
Do you see any errors in the Console? Also, can you set the 'debug: true' option on the SPCascadingDropdowns to see if it detects any issues?/Paul -- Paul T.-- Sent from Mobile
View ArticleNew Post: Using SPFindPeoplePicker with a Client side People picker
ok it would seem to me that the Client side peoplePicker seems to act a little differently to the OTB one. I'm using the following code to set it up and then update the title so it best reflects the...
View ArticleNew Post: Am I missing something using SPCascadeDropdowns?
I set debug: true but it doesn't report any errors, nor is there anything that shows up odd or anything beyond the fact that the cascading doesn't work for that field while it does work fine for the...
View ArticleNew Post: Am I missing something using SPCascadeDropdowns?
Jeff: You said that it used to work, but doesn't now. Did anything change in the underlying lists? Did you add items? Delete Items? etc. M.
View Article