New Post: SP2007 UpdateListItems with Hyperlink column
I have list column that is defined as a hyperlink. I am using a non-sharepoint page to add new items as well as update them. When I add a new record, all is fine excep that the hyperlink is displayed...
View ArticleNew Post: Creating a new infopath document in document library using SPServices
Nothing in your code jumps out at me as wrong. My example (simplified) looks like this:$().SPServices({ operation: "CopyIntoItemsLocal", async: false, SourceUrl: strTemplateSource, DestinationUrls:...
View ArticleNew Post: SP2007 UpdateListItems with Hyperlink column
I think if you change this line:<Field Name='RequestLink'>http://teams8xxxxRequest/DispForm.aspx?ID=1234</Field> to something like this:<Field...
View ArticleNew Post: SP2007 UpdateListItems with Hyperlink column
Matthew, Thanks for the suggestion. I tried this on a test list and was unsuccessful. Here is the POST:<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleNew Post: SP2007 UpdateListItems with Hyperlink column
Bill: I just ran this in the IE Developer Tools interactively on a generic Links list and it worked: $().SPServices({ operation: "UpdateListItems", async: false, batchCmd: "New", listName: "Links",...
View ArticleNew Post: SP2007 UpdateListItems with Hyperlink column
Marc, thanks for jumping in. Here is what I am using for a test case. I don't see anything different other than a space after the comma. After testing I found that the space is REQUIRED for this call...
View ArticleNew Post: SP2007 UpdateListItems with Hyperlink column
Yup, I just caused the same error you were getting by removing the space. Sometimes it's the little things... M.
View ArticleCreated Feature: New Function: SPFindMMSPicker [10124]
Create a new function to work with the Managed Metadata Picker based on SPFindPeoplePicker and this post:http://sympmarc.com/2012/12/16/getting-the-value-of-a-managed-metadata-column-with-jquery/
View ArticleNew Post: Add attachment to sharepoint list
Hi, How to create new list item with attachment in sharepoint list. I have created new item sucessfully. But how to add attachment to sharepoint list using spservice. Plz guide
View ArticleNew Post: AddPermission to folder
Ah, I thought a file/folder counted as a list item. Ok - back to the drawing board - got to figure out how to set permissions on folders and files!
View ArticleNew Post: Dropdown field sending null on form submission
Hi Marc. Thanks so much for your hard work. I'm creating a Work Order form for staff to submit help desk issues to our IS dept. In the form, I have a 'Requester' lookup field (from User Information...
View ArticleNew Post: Cross Domain Resource Sharing (CORS) & iOS HTML5 pages....
Hi Marc, We are planning on writing staright HTM5 pages that will be used on iOS devices. These pages will live on a sever that is in a different domain than our SharePoint server. I have a few...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
I am having trouble with the CAMLQuery ... it is not working but the main relationship is not failing. I have confirmed the field name to be correctly spelled. Could the bit type be an issue? Here is...
View ArticleNew Post: Dropdown field sending null on form submission
I have a 'Requester' lookup field (from User Information List) that I am able to pre-select with the logged in user's name using your SPGetCurrentUser() function. That part works great! I can even set...
View ArticleNew Post: AddPermission to folder
You may be running into this problem. Look over this thread and see if it helps you find the answer:http://spservices.codeplex.com/discussions/394762 Cheers, Matthew
View ArticleUpdated Wiki: UserProfileService
Function$().SPServicesWeb ServiceUserProfileServiceA big thanks to Matt Bramer for his help in wrapping the remaining operations for this Web Service.Supported OperationsOperation Options MSDN...
View ArticleNew Post: Dropdown field sending null on form submission
Excellent suggestion. I've tried it both ways (ControlMode="New" and ControlMode="Display") but neither will submit the value that is set in the dropdown to the list. I'm trying it out using a People...
View ArticleUpdated Wiki: UserProfileService
Function$().SPServicesWeb ServiceUserProfileServiceA big thanks to Matt Bramer for his help in wrapping the remaining operations for this Web Service.Supported OperationsOperation Options MSDN...
View ArticleUpdated Wiki: UserProfileService
Function$().SPServicesWeb ServiceUserProfileServiceA big thanks to Matt Bramer for his help in wrapping the remaining operations for this Web Service.Supported OperationsOperation Options MSDN...
View ArticleNew Post: getting Display names of columns
Can somebody please help me out in getting column display names of a list in sharepoint?? I am very new to sharepoint and spservices
View Article