New Post: SPCascadeDropdown can't find parentColumn Issue
pMzQ: Do you mean migrated from 2007 to 2013 on Office365? M.
View ArticleNew Post: UpdateListItems Not Updating List?
Paul, thanks so much for the help! It was precisely what I needed. You're right-- there was no escaping going on. I completely forgot about the conversion to XML prior to submitting to the list. In...
View ArticleNew Post: UpdateListItems Not Updating List?
Interesting way of escaping HTML... Did not realize that .text() was also a setting - I always thought it was only a getter. Thanks for posting back your solution... /Paul.
View ArticleNew Post: Add a column to default view
Hi, I have been trying to add a column to a list and used the below code with the help from this forum. But when the column is created it not added to the default view of the list. Can any one help me...
View ArticleNew Post: Add a column to default view
You'll first want to verify that your column is added to the list. After that, you'll want to use the UpdateView operation. There's an example in the docs that will get you...
View ArticleNew Post: Retreiving the Approved By field using SPServices
Hi, I'm new to using SPServices but I was wondering if there is a way to get the Approved By field of a workflow related to a list? Does anyone have example code that can help? Regards, Vinny
View ArticleNew Comment on "$().SPServices.SPRequireUnique"
I am trying to get SPRequireUnique to work on a page with a customized Data Form Web Part without success. Any ideas on that? To further complicate things, on the same page I am using SPServices 0.7.2...
View ArticleCreated Unassigned: ParentObject Null in $.fn.SPServices.SPCascadeDropdowns...
Iv'e had code in production that worked perfectly up until last week. Then without changing anything it started throwing the following error;__Uncaught Type Error: Cannot call method 'push'...
View ArticleCommented Unassigned: ParentObject Null in $.fn.SPServices.SPCascadeDropdowns...
Iv'e had code in production that worked perfectly up until last week. Then without changing anything it started throwing the following error;__Uncaught Type Error: Cannot call method 'push'...
View ArticleEdited Issue: ParentObject Null in $.fn.SPServices.SPCascadeDropdowns [10224]
Iv'e had code in production that worked perfectly up until last week. Then without changing anything it started throwing the following error;__Uncaught Type Error: Cannot call method 'push'...
View ArticleNew Post: Title Changed for Required Fields after CU for sharepoint 2010
Title for required fields has been changed after updating with the SharePoint 2010 CU. My custom code using SPServices is not working any more :( Is any body else also facing the issue?
View ArticleNew Post: Title Changed for Required Fields after CU for sharepoint 2010
Yes, I'm getting reports of this from others as well. Can you tell me what sorts of things you're doing that are no longer working? SPServices function calls? Which ones? Also, do you have your own...
View ArticleNew Post: Perform client side validation on Enhanced Rich Text box
I want to perform client side validation(Required) on Enhanced Rich text box. I am reading the value as suggested in...
View ArticleNew Post: Title Changed for Required Fields after CU for sharepoint 2010
My NewForm and EditForm contains required fields and I am performing some business validations on required field values. i,e. value entered by user must meet some conditions. I am using getListItems...
View ArticleNew Post: Title Changed for Required Fields after CU for sharepoint 2010
What you'd be doing with Brandon's code is changing the title in each of the elements, so it's a bit of a band aid. It would be better to come up with better selectors for those column types. I'm...
View ArticleNew Post: Perform client side validation on Enhanced Rich Text box
Are you on SharePoint 2010? And I believe the December CU? M.
View ArticleNew Post: Perform client side validation on Enhanced Rich Text box
yes i am using SharePoint 2010. and facing the issue without December CU.
View ArticleNew Post: SP2013 - StartWorkflow
Hello, I'm looking to start a list workflow on an item via button press. Per:http://spservices.codeplex.com/wikipage?title=StartWorkflow I need the template ID of the workflow, but have been unable to...
View ArticleNew Post: CAML Query problem
Hi I'm trying to get a value from a list based on the the current user logged in. So I'm using your wonderful SPServices and I've got it partly working. If the code below has query = "" then it works,...
View ArticleNew Post: CAML Query problem
After looking at more examples I added <Query> tags around the query line and it worked. L
View Article