| bio | website | plumsail.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 6 months |
| seen | May 8 at 12:38 | |
| stats | profile views | 20 |
SharePoint, .NET, Silverlight, Administration. http://plumsail.com
|
Mar 28 |
comment |
How to modify user profile properties using javascript in SharePoint 2013 (Online)? Thank you. I know about server API, but I work with SharePoint Online, so it is not my case. I'll be looking for alternatives. |
|
Feb 21 |
comment |
Missing Site Collection Feature Permission prevents custom web parts from being added to a page Hi, is this error happen for every page or only one? Maybe this is really problem with page? Check ULS SharePoint logs also, often it provides more information then Windows Event Viewer logs. |
|
Nov 29 |
comment |
How to change the (no title) text in a list So, any list view is xslt list view web part, you can customize xslt for this web part using SharePoint Designer, so visually on the current list view Title will be the link, contains text you want |
|
Nov 16 |
comment |
CAML query how to change to get a range from a date start to date end Use CAML Query Builder to make queries. It is for 2003 and 2007 SharePoint, but also works fine with SharePoint 2010 u2u.be/res/tools/camlquerybuilder.aspx |
|
Nov 15 |
comment |
Office 365 and Office 2013 Oo, I had similar problem after installing some windows updates, unfortunatelly I don't know correct way to solve this problem, it problem gone away after couple of days for me and I didn't research it. |
|
Nov 14 |
comment |
Advantages/disadvantages of Timer Jobs vs. PowerShell scripts I think this is not the best way to think about client like this, but this is topic for different converstaion, I think we should stop at this point. |
|
Nov 14 |
comment |
Advantages/disadvantages of Timer Jobs vs. PowerShell scripts And you are right, backuping SharePoint databases to store the schedule is not real advantage, here I'm wrong. |
|
Nov 14 |
comment |
Advantages/disadvantages of Timer Jobs vs. PowerShell scripts of course you can run it under SharePoint account, but you need to manually specify it, also you need manually specify schedule, also target customer (if you work with customer) will have possibility to change your code, so, they can crash something. That it isn't the best way to provide ready to use functionality which I believe should be installed as easy as you can and have to be protected from modifications. If you work on your farm, all have direct access to client farm and you need to do fast modifications, you needn't things I described below, you can just use PowerShell script. |
|
Nov 13 |
comment |
SP2013 search - Is there a way to force the crawling of an item in the next incremental crawl? So, to clarify, there is no possibility to push content to crawl. Instead MS created continuous craws. |
|
Nov 9 |
comment |
How to restore Site Collection from one environment to another As I know there are no possibility to grab all webs in one piece by Import-SPWeb, but there are some options in SharePoint content deployment to grab child sites with parent. Read little bit about that, may be it will be helpful for you. Check this post as a starting point khdraft.blogspot.ru/2011/04/… There is C# code, but you also can implement it using PowerShell. |
|
Dec 10 |
comment |
Javascript to get GUID from SharePoint Thisisme, do you write multiline CAML query, you need to write it in single line, or check this article electrictoolbox.com/javascript-multi-line-strings. It provides guide, how to write multiline strings in JavaScript |
|
Dec 10 |
comment |
Javascript to get GUID from SharePoint This link points to the post about using client object model in C#. I agree client object model is good, but we talk about JavaScript, this is not correct link. Also I dont see any problem in using SharePoint services, it is also provided by Microsoft, this is just wrapper around it. What to use is your choice. |
|
Nov 15 |
comment |
How do I detect new SPList is created? "a new Document Library is created" or "capture the creation of the SPList (SPDocumentLibrary) at time of creation"? Depends on it you can use different kinds of event receivers. |
|
Nov 10 |
comment |
I'm looking for help on creating a help site within SharePoint 2010 I agree, this variant is possibly better. There could be probjems with links to the styles and images, use Style Library in the root web to store it. You also could create assets library to store other resources, such as images. It is possibly to edit content in windows explorer, but do not forget to activate Desktop Experience Feature on the current machine to allow it. |