New Post: Does SPDisplayRelatedInfo Work With Normal Input Fields?
This worked at one point, but I just tested in my environment with 2013.01 and it no longer does. It was an interesting side effect, really. M.
View ArticleNew Post: Office 365 SharePoint 2013
It sounds like you're doing everything right. Have you looked at the Net traffic in Firebug or Fiddler? M.
View ArticleNew Post: CopyIntoItems to update existing document
There is no error. I get ErrorCode 0x00000000. But the field is not updated in SharePoint. The file is modified and shows a new Modified date/time and a new version in version history. I can't figure...
View ArticleNew Post: Update Parent record according to child status
Tnks for the response. I have already written function of PreSaveAction which wil validate few fields according to condition. Now issue is i m unable to check for status of all child records and if it...
View ArticleNew Post: Update Parent record according to child status
Deepak: It's impossible to "send me code for the same" because your particular needs are unique. You're going to have to write it yourself. M.
View ArticleNew Post: CopyIntoItems to update existing document
You should look at the returned item, though, to see what's going on. I recommend using Firebug to loom at the Net traffic. M.
View ArticleNew Post: Update Parent record according to child status
Thks for the reply. yes i can write or change the code myself. can you guilde me how to start or have pseudo code or can you send me few code which is similar to my requirement. I have tried with...
View ArticleNew Post: CopyIntoItems to update existing document
I checked with Firebug. Here is the post:<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"...
View ArticleNew Post: Office 365 SharePoint 2013
Hi Mark, I had a look at what is going on with Fiddler and each time the parent drop down is changed there is a single request which returns an http 502 with the following message: DNS Lookup for...
View ArticleNew Post: UpdateListItems with numeric sharepoint 2010 field
sympmarc: thanks for the quick reply ... after further investigation it appears that the fact the column is defined as numeric might be a red herring ... I am working on a pre-existing list with list...
View ArticleNew Post: Office 365 SharePoint 2013
Aidan: That's odd. That seems to indicate that there's no servername passed in the url for the request. What type of page are you using the call in? M.
View ArticleNew Post: Office 365 SharePoint 2013
Hi Mark, It is newform.aspx. Over https. The code has been added to a CEWP. Aidan
View ArticleNew Post: Does the jQuery release 1.10.n solve the conflict with SPServices?
Just saw notice of this, so thought I'd ask...
View ArticleNew Post: Office 365 SharePoint 2013
That's pretty ordinary. The only other thing I can spot is that you have a <span> inside your script tag that references jQuery. I don't see how that could matter, but try taking it out. Have you...
View ArticleNew Post: Does the jQuery release 1.10.n solve the conflict with SPServices?
I haven't had a chance to test it yet. Let me know what you find out! M.
View ArticleNew Post: Does the jQuery release 1.10.n solve the conflict with SPServices?
I just dropped 1.10.1 into my test environment and I'm not seeing any issues, but obviously it's a bit cursory. M.
View ArticleNew Post: UpdateListItems with numeric sharepoint 2010 field
You should be able to update anything that you can do through the UI. Keep in mind that if you have check out/check in turned on, you'll need to check out the item before you update it. And yes,...
View ArticleNew Post: CopyIntoItems to update existing document
Are you sure that the InternalName of the column you want to update is Company? If it is, you should see "ows_Company" in the results. Also, do you need to check the item out before the update? M.
View ArticleNew Post: Update Parent record according to child status
Take a look through the examples here in the discussions. There's lots of stuff that shows GetListItems in action. M.
View ArticleNew Post: SPServices - How to set a search scope and filtering settings
Take a look at this thread. I'm not much of a search jock, so I'm not sure of the exact answer. Let us know if you get it! M.
View Article