New Post: Get the username of system account
yes sir SHAREPOINT\system is the account name but in _catalogs/users/simple.aspx it is display as DOMAIN\username. How can I display it like that?
View ArticleNew Post: Get the username of system account
I think I'm still missing what you want to do. SHAREPOINT\system is the account name. M.
View ArticleNew Post: Get the username of system account
Thanks for the reply sir. What I want to do sir is get the username associated to System Account or SHAREPOINT\system is it possible?
View ArticleNew Post: Office 365 SharePoint 2013
Hi Mark, I have got it working by adding relationshipWebURL: "/" to the script. In my circumstances of Office 365 - SharePoint 2013 it looks like this is required although I have only tested on one...
View ArticleNew Post: getGroupCollectionFromSite (About Me)
Hi, I found some helpful posts here on how to list the SP groups on an ASPX page. The only thing I can't get done is to show the 'About Me' description of the groups. If I use the 'description'...
View ArticleNew Post: Does the jQuery release 1.10.n solve the conflict with SPServices?
I agree. I've replaced 1.8.3 with 1.10.1 in more than a half-dozen scripts, and all seems well.
View ArticleReviewed: SPServices 2013.01 (Jun 13, 2013)
Rated 5 Stars (out of 5) - Excellent tool that facilitates SharePoint Web Service access through javascript.
View ArticleNew Post: Office 365 SharePoint 2013
Ah. If the list is in a different site (web), you do need to specify it. It's not enough to supply the GUID for the list. This is truewhether you're working in Office365 or on premises. Glad you...
View ArticleNew Post: IGNORE THIS THREAD REAL ISSUE WAS NOT USING INTERNAL NAMES...
sympmarc: the issue turned out to be using a display name and not internal name for a field... but I want to personally thank you for taking the time to answer
View ArticleNew Comment on "$().SPServices.SPArrangeChoices"
Marc, this information is great. I'm new to programing though. I have a custom form with about 40 questions with radio options for 1-5. Where do I need to place this code in this form? Also, if I am...
View ArticleNew Post: IGNORE THIS THREAD REAL ISSUE WAS NOT USING INTERNAL NAMES...
That'll get you every time. Glad you caught it! M.
View ArticleNew Post: Update Parent record according to child status
Thks for the info.. I tried with few of sample and googling for SPServices.. I was able to succussly change the status from child list by adding content editor web part and in that had button and after...
View ArticleNew Post: "About Me" information from a web service
Sorry to bump this post, but I have the same problem see My Post. Can you explain with code samples how you did this? Kind Regards, Benno
View ArticleNew Post: [noob] Can I use SPServices from outside the SP site ?
All is in the title, but let's be more specific. After reading the first steps documentation, I realize that the page using the SPservices is hosted within the SP site. But I'd want to read the content...
View ArticleNew Post: getGroupCollectionFromSite (About Me)
Hi Benno_BE, I think this may be what you are after:<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> <script type="text/javascript"...
View ArticleNew Post: "About Me" information from a web service
Hi Benno, I've put a post up on your other posting, with what I hope will be an answer for you...
View ArticleNew Post: getGroupCollectionFromSite (About Me)
Hi alibby251, Thank you for your response. Unfortunately this is not doing exactly what I want it to do. The script that you provided does exactly the same as my script and gives this result: What I...
View ArticleNew Post: getGroupCollectionFromSite (About Me)
Hi Benno, Mmm - I see what you mean by the differences! I based my code on SP2007 (which I have to use for the time being) - can I confirm that the details you need are from...
View ArticleNew Post: Using SPFilterDropdown in a self referencing lookup
That's, odd, myreferences to jQuery and SPServices seem to be correct and pull down both correctly:<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"...
View Article