New Post: SPGetCurrentUser and userdisp.aspx
When ever I try to use SPGetCurrentUser, I do not get any results. I can see that there is some sort of error: GET = Failed to load resource. So I tried pasting in the URL that fails, the userdisp.aspx...
View ArticleNew Post: SPGetCurrentUser and userdisp.aspx
Here is the error info I get out of Chrome's console: [Error] Failed to load resource: cancelledsend ([native code], line 0) send (jquery-1.8.3.min.js, line 2) ajax (jquery-1.8.3.min.js, line 2)...
View ArticleNew Post: SPGetCurrentUser and userdisp.aspx
It should work no matter how you are set up, but people do some odd things. Note that the URL the function "scrapes" is "/_layouts/userdisp.aspx?force=true". The force=true tells SharePoint not to go...
View ArticleNew Post: SPGetCurrentUser and userdisp.aspx
The same thing happens in IE8. The page still redirects to My Site person.aspx. It could be a quirk in how our sharepoint is installed. I saw in some other comments that the ID should be available...
View ArticleNew Post: SPGetCurrentUser and userdisp.aspx
Chris: It depends what version of SharePoint you're running. There's JavaScript variable called _spPageContextInfo.userId that will give you the current user's ID in SharePoint 2010 and 2013. M.
View ArticleNew Post: Need Help with SPServices GetListItem
Thanks Marc, As always, you guys have been very helpfull in almost anything about SharePoint and occasionally even non SharePoint issues. When it comes to SharePoint Communities SPServices probably has...
View ArticleCommented Issue: async on version 2013.01 and caching [10182]
From https://spservices.codeplex.com/discussions/444799Marc,This is going to be long… I did not want to post yesterday night because I wanted to first do some testing so that I could prove my...
View ArticleCommented Issue: async on version 2013.01 and caching [10182]
From https://spservices.codeplex.com/discussions/444799Marc,This is going to be long… I did not want to post yesterday night because I wanted to first do some testing so that I could prove my...
View ArticleNew Post: receive xml
Thanks, I have understand that what I want is not possible in the client side, thanks for all.
View ArticleNew Post: receive xml
It probably is, but you're not giving me enough to go on to be very helpful. M.
View ArticleNew Post: SPCasdadedDropdown not handle "Required Field" in O365
sympmarc wrote: Gabor: If you are using 2014.01, then you shouldn't need to add the " Required Field" postfix. (In fact, you never should do it.) In SharePoint Online with the 2013 UI, the dropdowns...
View ArticleNew Post: SPCascadeDropdowns Required Field bug when using Content Types
If you have a list with content types enabled and the required status is true in one CT and not in another it is not handled properly. It uses "GetList" to determine if the child field is required. It...
View ArticleNew Post: receive xml
no problem, you can be sure I will ask for another thing in the nex days and you will help me.
View ArticleCommented Issue: async on version 2013.01 and caching [10182]
From https://spservices.codeplex.com/discussions/444799Marc,This is going to be long… I did not want to post yesterday night because I wanted to first do some testing so that I could prove my...
View ArticleCommented Issue: async on version 2013.01 and caching [10182]
From https://spservices.codeplex.com/discussions/444799Marc,This is going to be long… I did not want to post yesterday night because I wanted to first do some testing so that I could prove my...
View ArticleNew Post: Before I get started... Can this be done?
This is all new to me, but I'm ready to start learning. Before I dive in I just wanted to check that this is the right tooling for what I'm hoping to achieve, which is: the form for a new list item...
View ArticleNew Post: Before I get started... Can this be done?
Are your other "fields" also Lookup fields? or just regular input fields? or just HTML display (read only) elements?Answer is: yes, it can be done... If the other production fields are lookups, then I...
View ArticleNew Post: Before I get started... Can this be done?
Thank you Paul. Good to know it can be done. The other fields aren't lookup fields. So I have to follow the javascript route. That will be a bit of a journey, because I haven't used javascript before....
View Article