microsoft sharepoint 2013

Discover microsoft sharepoint 2013, include the articles, news, trends, analysis and practical advice about microsoft sharepoint 2013 on alibabacloud.com

Manually updating user information in a SharePoint 2013 database

Tp_login is the login name, Tp_title is the name value, Tp_email is an e-mail address, such as:We can execute the following update statement, which is updated as follows:UPDATE [testresult]. [dbo]. [UserInfo] set tp_title='linyu'where tp_id= 25, some cases update the UserInfo table, the user information has been updated, but some special circumstances, but also need to update the user information list, it is necessary to update the Alluserdata table, such as:6, first through a query statement,

Create event log messages for document libraries in Microsoft Windows SharePoint Services

Applicable:Microsoft _ WINDOWS _ SharePoint ServicesMicrosoft Office SharePoint Portal Server 2003 Summary: Use this article and sample code to enable the document library event log message in Microsoft Windows SharePoint Services. This document describes how to create an event handler for use in

Limitations of SharePoint 2013 (ii) Site collections and lists/document libraries

this limit is exceeded, actions on Group, such as adding a delete user, creating a new Group, and so on, will slow down.Limitations of lists and document librariesSharePoint supports a single file of 2GB maximum. You can set the size of the file that allows the user to upload the maximum, and the default limit for SharePoint 2013 is 250MB. Large files can take up too much storage space and can degrade farm

SharePoint 2013 page access, multiple "_layouts/15/start.aspx#" in the middle of the URL

Original: SharePoint 2013 page access, URL in the middle of a number of "_layouts/15/start.aspx#"Problem Description:I want to visit the following pageHttp://Host/_layouts/15/ManageFeatures.aspxClick on the page after the address is not wrong, but the middle of a more "_layouts/15/start.aspx#"Http://Host/_layouts/15/start.aspx#/_layouts/15/ManageFeatures.aspxAs follows:Workaround:1. Enter Site Settings – Ma

SharePoint Foundation 2013 cannot use the search feature after upgrading SP1 patches

After you have installed SharePoint Foundation with SP1 directly, you find that the new site does not have a default search box.650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/79/DD/wKioL1ac-2DxDgazAAHSRSHwYQQ964.jpg "title=" 5.jpg " alt= "Wkiol1ac-2dxdgazaahsrshwyqq964.jpg"/>Specific error characteristics:1. Add search Box Web Part, save page Error "Common language runtime detects invalid program"650) this.width=650; "src=" http://s4.51cto

Introduction to SharePoint 2013 Cross-site collection publishing features

In the SharePoint Server 2013 site implementation, we often encounter cross-site collection fetch data, and 2013 of this cross-site collection publishing feature, just to meet our needs.With cross-site publishing in SharePoint 2013, we can use lists and other libraries to st

Limitations of SharePoint 2013 (iv) Manipulating document libraries with Windows Explorer

Although SharePoint is b/s, it can be accessed in a browser, but many people prefer to use Windows Explorer to interact with SharePoint.Using Windows Explorer, you can add and remove replication names, and so on, just as you do with local folders and files.Select a document library and click Open With Explorer on the Ribbon:This opens in Windows Explorer.Open a local folder and create a new folder and file. The folder ends with. files. Then drag folde

SharePoint 2013 drag and drop files and folders

SharePoint 2013 drag and drop files and folders in SharePoint 2013 drag-and-drop files, very simply, drag and drop directly into the SharePoint document library. Here's how to drag and drop a folder. Browser Environment IE (other browsers do not seem to be) Website--

SharePoint 2013 Settings "Log on as a different user"

Log in to the WEB server and open the C:\Program Files\Common Files\Microsoft Shared\Web server Extensions\15\template\controltemplates The "welcome.ascx" file under the directory, add the following code:sharepoint:menuitemtemplaterunat= "Server"ID= "Id_loginasdifferentuser"Text= "Description= "Menugroupid= "+"Sequence= "+"Useshortid= "true" />The entire file code is as follows:%@ RegisterTagprefix= "

How to Create a wiki library in SharePoint 2013

They use the wiki page to share their knowledge and enhance team cooperation. The following describes how to use the SharePoint 2013 wiki. I will use this Wiki page (the current page) as an example for the tutorial. To edit a page, click the Edit page icon at the top of the page. Of course, there are also a variety of functions available for operation on the page tab. When editing a page, you can easi

SharePoint 2013 Site Template Development overview

SharePoint development, which has been in contact with designer, is designed to work with Visual Studio, the former design pages, the latter develop features, collaborate with each other, and complete SharePoint site development. Until SharePoint 2013 touches the site template, it is found that the site can also be dev

SharePoint 2013 update users with PowerShell

. AddUser ("i:0#.w| $newDomainName \ $username","","",""); + $group. Removeuser ($user); -write-host $username; + } A } at } - - $web. Dispose (); -$site. Dispose ();Code logicLogic is simple, find the site, get all the user groups of the top-level site, traverse each user, if it is the dev environment, add the same name of the production environment user name, while deleting the development environment users;AdvantagesHigh efficiency, fast speed, eliminating manual processing time;

SharePoint 2013 Workflow Learning: Example of Visual Studio development

SharePoint 2013, which references WF4.0 Foundation, supports the design with designer and Visio, but has limited functionality, and Visual Studio can develop more functional workflows, and here's a quick example. 1, this example uses the VS 2013 version, creates a new SharePoint empty project; 2, deployed as a serv

Getting Started with SharePoint 2013 development: Code Definition List

customizing lists with Visual Studio is often used in SharePoint development because many times we don't create lists manually, and manually creating lists synchronizes fields between the test server and the official machine, so we often use code to define lists or document libraries. Especially in workflow development, we often use the Code definition Task list, or the history list, to store the relevant data we need to store. In Visual Studio

Beginning SharePoint®2013 Development 6th Chapter -- develop, integrate, and build application integration options in sharepoint2013

Tab: 2013 SharePoint windows azureBeginning SharePoint? 2013 Development Section 6th-the new application model in the application integration option sp2013 in the development, integration, and building application sp2013 in sharepoint2013 provides many options, deeply integrate your applications with SP, other systems,

Getting Started with SharePoint 2013 development: Timer tasks

The SharePoint Timer task, also known as Timerjob, is performed by the timer service in the service, managed in central administration, and is a feature similar to the Windows Task Scheduler, which performs some of the required functions on a regular basis to avoid impacting server performance. In the development of SharePoint 2013, many times I will choose

SharePoint 2013 accidentally dragged a sibling folder into a sub-folder how to drag it back

Today landing the company's collaborative platform, accidentally the document library inside the three folders dragged to the other sibling folder below, because the SharePoint 2013 drag function, I really was hand mistake, hand mistake.Because I have administrator rights, I dare not casually, because I found that there is no place on the SharePoint site can prov

Convert an HTML file to a master page in SharePoint 2013

Original: Convert an HTML file to a master page in SharePoint 2013SharePoint 2013 offers many new features, and let's look at the ability to convert HTML pages to master pages. This feature makes it easier for designers to design Master pages and implement them in SharePoint, which is a great feature. Come on, get to the chase! ~1, first, create a new HTML page,

SharePoint 2013 Configuration HTTPS (SSL)

certificate to import, click Next, such as:16. Store the certificate in SharePoint, such as:17. Click Next to complete the Certificate Import Wizard, such as:18. In the Certificate SharePoint node, you can see the certificate we imported, such as:19. Go to SharePoint Admin Center and find security – manage trusts such as:20. Click the New button in the top left

SharePoint 2013 Configuration HTTPS (SSL)

certificate to import, click Next, such as:16. Store the certificate in SharePoint, such as:17. Click Next to complete the Certificate Import Wizard, such as:18. In the Certificate SharePoint node, you can see the certificate we imported, such as:19. Go to SharePoint Admin Center and find security – manage trusts such as:20. Click the New button in the top left

Total Pages: 15 1 .... 8 9 10 11 12 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.