sharepoint webinar

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

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 server farm solution, as shown below: 3, add New item, select Workflow Template, the follow

Lookup features in SharePoint 2013

The lookup feature of SharePoint 2013 is the ability to extend other list fields to the current list option, but when too many options are available, it can be cumbersome to choose, so we take a js+ajax approach and improve the presentation to make the operation more convenient. Show effect The following figure, when I entered in the textbox in Beijing, will be the opening of the Beijing option, loaded into the Drop-down options, if nothing input, i

How to find a page layout in SharePoint 2010

Accustomed to 2007 of the page layout, although the feeling is not too easy to use, especially to start contact very do not understand page layout and the relationship between the page, but then clear, feeling or very good, especially for the same format of the site, modify the layout without changing the page situation, or very effective, well, said a pile of nonsense, Say 2010 inside, look for template pages. Open Designer2010, and then open your own web site, find the previous Page Layout fo

Introduction to SharePoint 2010 Site Backup Restore

Today, I tried to SharePoint2010 the website backup and restore, search some documents from the Internet to see, and then try their own, feel and 2007 of the operation is not too much difference, with you to share the way you try the command line and database methods, 2007 of their common is also the two ways. 1, command line way, on the server side, all Programs-Microsoft SharePoint products-sharepoint Ma

SharePoint 2010 Voting System expansion scheme

Recently, about the SharePoint 2010 Voting system expansion program, sorted out, to achieve the following function points: 1. You can dynamically configure a polling data source, such as all information that needs to be voted on each time. 2. Support Extended picture/video voting and configure picture join jump address to view picture/video details. 3. Can dynamically configure the picture/video display width, length, such as a picture size, 100*10

SharePoint 2013 tip: Active directory sync display of user photos

In order to maintain the consistency of communication information, it is necessary to set up Sharepoint,exchange, Lync and other information to update display, for example, employee avatar information. This article describes how to synchronize the display of user avatar information for Active Directory Active Directory in SharePoint 2013. First, import the ad Activity directory properties into the user pro

How to create and correlate content databases to specified Web applications and site collections in SharePoint

A Web application is not limited to using a single content database. SharePoint allows you to correlate multiple content databases to Web applications. One reason is based on the size of the content database. If it is greater than 200G, it makes sense to divide it into two content databases. Another consideration is the type of data in the content database. If a marketing site contains pictures and videos, it is reasonable to create a content databas

How SharePoint finds the template ID of a list

When we add ribbon operations, or the operation of a specific template, often need listtemplate values, we often need to search a variety of Web pages to find matching listtemplate values, in fact, there is a relatively simple method. The registrationid= "101" on the XML header, defined as ribbon, means the document library. 1, the following figure, open the "website content", add the application, we select the document library, click "Advanced Options"; 2, look at the URL of the ListTemp

How to open a SharePoint link library link in a new window

Links in either 2007 or 2010 link libraries in SharePoint are open on the current page. Many users will want to open in a new window, but SharePoint does not support, in 2007 can be changed schema.xml file But it doesn't seem to be possible in 10, and the following method is available in 07 and 10. Add a Content Editor WebPart under the View webpart of a link libraryAdd the following JS code

How to create a site column of the Lookup type in SharePoint to resolve a cross-station problem

In some cases, we need to refer to data in other lists, such as a list called country on the site Collection, and a list called employee on its subsite (WebSite), If you want to refer to the country data in the employee on the child site, we will typically create a site column on collection. This is a solution. There is also a solution, we can also create a lookup type of site Column in the project, its Scope for site, along the way, I naturally created a site column,scope=site, but in fact far

SharePoint 2010 Workflow Solution Creation custom Site Workflow Activity

Create a custom Web site workflow Activity First, create a project that contains and tests the custom workflow activity. Create a Site Workflow custom activity Item 1. Display the New Project dialog box by pointing to New on the File menu and clicking New Project. 2. Expand the SharePoint node under Visual C #, and then click 2010. 3. In the Templates pane, select Sequential Workflow. 4. In the Name box, type YunCode.WorkFlow.CustomActivity, and

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 2013,

SharePoint PowerShell Learning IV using PowerShell to manage document libraries

Use PowerShell to create a document library The list of actions and actions for a document library is similar, and in this chapter, if you create a document library, upload a file to the document library To create a document library, we also need to use the Add () method in SPListCollection. PS > $spWeb = get-spweb-identity http://SPServer PS > $listTemplate = [Microsoft.SharePoint.SPListTemplateType]::D ocumentlibrary PS > $spWeb. Lists.add ("My Documents", "My Doc Library", $listTemplate)

SharePoint 2010 Document management: Star rating feature

As we described earlier, document management is the one that makes it more intuitive and convenient for the documents in your opponents to be integrated, which documents are valuable and which are more popular, all with this star comment. Of course, this is a SharePoint 2010 features, there may be unsatisfactory place, we are still selective use it ~ ~ ~ ~ First, document library preparation: 1. Create a new document library, as shown below: 2.

SharePoint 2013 App Development sample (ii) Get user information

In this example, we'll show you how to get user information: 1. Open Visual Studio 2012. 2. Create a new SharePoint 2013 app:userprofiletest. 3. Choose Sharepoint-hosted, finish the spot. 4. Open default.aspx: Add Knockoutjs and Sp.userprofiles.debug.js (contains user profile information): Modify Title: User Information Join User display: 5. Open App.js Modify as follows: The first

Content Manager for SharePoint 2010 (organizer)

If we use a SharePoint site to store departmental/team documents, we usually build the appropriate document libraries and folders in the site in advance, according to the structure we want. For example, we will create a "technical document library", to hold documents for the technical category while creating a business document library that holds business categories of documents, and in the Technical document library, you may also create folders such

Step by step SharePoint 2007 of 41

Implementation Search (4)--Set crawl schedule Summary In the previous article, we have actually implemented the search function. However, we found that if I upload a document, then no matter how the search, this is why? This article describes the last part of implementing search in SharePoint-setting crawl schedule. Body The procedures for each step are recorded below. 1, first into document center in the Documents list page, and upload a name

SharePoint 2010 Consolidated Silverlight 4 application--bing map control

In this article, we'll show you how to integrate Silverlight applications in SharePoint 2010. The Bing Map control is used in the example. The completed effect chart is as follows: Development environment In this example, the development environment we use includes: 1, Visual Studio 2010 2, SharePoint Server 2010 3, Silverlight 4 Tools for Visual Studio 2010 4. Bing Maps Silverlight Control SDK Befor

How can multiple individuals start debugging at the same time when debugging SharePoint Web Part?

Web If a person is debugging Web Part, the w3wp process will be consumed by this person. Other people have no way to open any ASP.net program on the site. Is there any good way to do that? Can you allow project team members to start debugging at the same time without concurrent conflicts? --------------------------------------------------------------- Workaround: New features based on IIS 6: Application Pool Each application Pool initiates an independent w3wp.exe process. So, you can configure

The transaction log for SharePoint 2010 database xxx is full

, because the log is full. All right, let's get my brother hard. Execute the following SQL command:Use wss_content_xxxx; GO --Set the database to the simple recovery model, ALTER DATABASE wss_content_xxxx SET RECOVERY Simple; GO --Compressed to 100M DBCC shrinkfile (wss_content_xxxx _log, 100); GO --Recovery ALTER DATABASE wss_content_xxxx SET RECOVERY full; GO Log file dropped to 100M, after a preliminary test, SharePoint everything works! The whole

Total Pages: 15 1 .... 11 12 13 14 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.