0
votes
0answers
24 views

SharePoint URL Issues (my-site) [closed]

I have an issue dealing with the SP2013 my-site pages. I am testing out solutions I have been deploying and for some reason when I try to go to my dev environment (http://my.test.net) the link does ...
0
votes
0answers
19 views

How to open list only with list guid in URL

my questions is shot but very specyfic one. i have list in sharepoint with name "lib" and url: root/sites/dev2/lib/Forms/DispForm.aspx?ID=1 i can easly get list item using list "name", but i ...
0
votes
1answer
130 views

How do I set the value of a URL field in the SharePoint 2013 JSOM

Anyone know how to set the description and url of a URL field in the SharePoint 2013 JSOM? All the field settings examples I've seen use spListItem.set_item(fieldName,fieldValue) which works great for ...