To retrieve a SharePoint version there's no need to go to Central Administration. You can easily see it if you enter the URL
http://mig1/_vti_pvt/service.cnf
To retrieve a SharePoint version there's no need to go to Central Administration. You can easily see it if you enter the URL
http://mig1/_vti_pvt/service.cnf
I prefer not to store operation system Windows 10 and my files on the same drive. When I have to reinstall Windows and loose data on system drive, I will not remove my files if they are on another drive. That is why I recommend to store your files on the second drive.
(read more...)With SharePoint 2010 you can disable usage of modal windows in List settings. But if you use calendar view, it does not matter what you have installed in the settings – all the list forms will be opened in modal windows. How to disable them?
(read more...)This post is about SharePoint web services. In SharePoint 2010 you can use only SOAP requests to get or to send data from or to SharePoint web sites. A bit below in this post you can see the list of WSDL URL addresses.
Javascript never had good ways to use multiline strings before ES6 had appeared. In ES6 you can use template literals – strings delimited by backticks instead of quotes, single or double. But what to do if you can not use ES6 possibilities?
(read more...)In SharePoint queries you should use date in the format 'yyyy-mm-ddTHH:MM:SSZ', for example, 2019-09-30T09:00:00Z. But the input form of the SharePoint datetime controls returns the value as 'dd.mm.yyyyy', the time value you will recieve in another way.
(read more...)After installation several Windows updates on servers with SharePoint I had started to recieve the warnings "The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered.". It means that I can not use PowerShell for administration SharePoint.
I created an application which rendered a report in HTML. To improve it, I wanted it to open the rendered file in browser to simplify the viewing one. In the beginning I thought about using the CMD file, but I found a better solution.
(read more...)To sync the time on a computer with Windows OS you can run the command in console:
w32tm /resync /force
(read more...)Today in a test SharePoint environment I found that I don't have one of SharePoint features which I have in the productive environment. I reinstalled the solution with this feature several times, but it hadn't appeared.
(read more...)