microsoft sharepoint 2013

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

SharePoint 2013 Visualization Workflow Custom Approval interface

SharePoint 2013 Visualization Workflow Custom Approval interfacewhen using SPD to develop a workflow, the default approval page does not meet the requirements and looks ugly. So customizing this page is a must. The URL to the workflow Approval page shows that this is an InfoPath page. All directly go to SPD's workflow to modify this InfoPath pageFirst look at the default task approval page, and note that th

Beginning SharePoint®2013 Development 4th chapter-understanding common developer tasks in your development options

Beginning SharePoint? 2013 Development 4th chapter-understanding common developer tasks in your development options although everything in sp2013 is technically an app, you will find that you are building different types of apps, the same task is encountered multiple times. It is helpful to identify these familiar tasks so that you can exercise related skills when using them frequently. The common tasks you

Membership condition for using caml in SharePoint 2013

Use the membership condition of caml in SharePoint 2013. Membership is used to determine whether a user belongs to a certain group. It is applicable to SP group, AD group, and AD group nested in SP group. The following filter conditions indicate that the records of the group (P group, AD group, and AD group nested in the SP group) that the current user belongs to the assignedto field are filtered out: The

SharePoint 2013 obtains user and user attention information

SharePoint 2013 obtains user and user attention information 1. The person who follows the application Static void getfollowedusers (string username, string siteurl) { Using (spsite site = new spsite (siteurl )) { Spservicecontextcontext = spservicecontext. getcontext (SITE ); Userprofilemanagerprofilemanager = new userprofilemanager (context ); If (profilemanager. userexists (username )) { Userprofileuser

Beginning SharePoint®2013 development 14th chapter-use office services to develop the application word automatic service and the new Powerpoint automatic service

Beginning SharePoint? 2013 development 14th chapter-use office services to develop the application word automatic service and the new Powerpoint automatic service the new Powerpoint automation services are taken to sp2013 for local presentation of PowerPoint, word automation services brings to Word documents in sp2010 the function of converting documents to other formats on a server scale. Be

How to use Silverlight in SharePoint 2013

1. Open vs, create a Silverlight program, such as:2, configuration Select the default, of course, you can also uncheck the host application, such as:3. Add a Silverlight control, 2 label and a button to define the attributes;The ID in Silverlight is name,text in Silverlight is content, such as:4. Double-click the button control to write the control's clicking event, such as:5. Then build this project, such as:6. Open the folder in the browser, such as:7. Find the Xap file we build, such as:8. Up

How to use Silverlight in SharePoint 2013

1. Open vs, create a Silverlight program, such as:2, configuration Select the default, of course, you can also uncheck the host application, such as:3. Add a Silverlight control, 2 label and a button to define the attributes;The ID in Silverlight is name,text in Silverlight is content, such as:4. Double-click the button control to write the control's clicking event, such as:5. Then build this project, such as:6. Open the folder in the browser, such as:7. Find the Xap file we build, such as:8. Up

SharePoint 2013 Development Document management fields small notes

feel messy; Well, the later is still to be optimized, take a look at the Dispform page and AllItems page display!AllItems page display, public override string Getfieldvalueashtml (object value) field in this method to do the show, nothing special to say, hehe;Dispform page display, such as:Below, describe the file structure of the solution, such as:SummarizeA recently developed field, the process and the problems encountered in the record, it is a small accumulation of it, there are many unusua

SharePoint 2013 Development--Developing and deploying WebPart

spContext = SharePointContextProvider.Current.GetSharePointContext (Context); using (var clientcontext = Spcontext.createuserclientcontextforsphost ()) {Clientcontext.load (cl Ientcontext.web, Web = web. Title); Clientcontext.executequery (); This. Label1.Text = "Site Title:" + clientContext.Web.Title + "I added a previous csom to the code, and I wanted to use a simple combination to tell you that we can actually do a lot of things in it.F5 build and deploy the app, after successful pop-up brow

Getting Started with SharePoint 2013 development: Using Visual Studio to create master pages

All along, the creation of a SharePoint master page was created and modified using SharePoint Designer, and then exposed to SharePoint 2013, where you can use HTML files to import through the design manager, The master page is then generated for use, but the effect is not good. In fact,

SharePoint 2013 bug about custom display list forms

1. In SharePoint 2013, we hide the listformwebpart on the dispform page and use the custom display list form to display the part, because it is easier to customize the display we need; 2. If you find the document in the folder, an error will be reported when you view the attributes, for example: 3. An error is reported, for example, if there is no project: 4. There is no such problem for projects t

SharePoint 2013 bug about custom display list forms

1. In SharePoint 2013, we hide the listformwebpart on the dispform page and use the custom display list form to display the part, because it is easier to customize the display we need; 2. If you find the document in the folder, an error will be reported when you view the attributes, for example: 3. An error is reported, for example, if there is no project: 4. There is no such problem for projects t

SharePoint 2013 Calendar View compatibility issues

Access to the SharePoint calendar view on IE11, found to join compatibility View after access, normal, such as:Do not join compatibility View IE11 access, there are compatibility issues, such as:Because some of the environment has problems, some environment is not a problem, compared a bit, found patching kb3054792, after patching, restart can;Patch Address: http://www.microsoft.com/zh-cn/download/details.aspx?id=47055In particular, before solving the

SharePoint 2013 Manage View permissions through HttpModule

, remember to quote MicroSoft.SharePoint.dll this file;7, of course, but also to create a jump page, we go to the page library, we see only a page can not find the time to access the page, we add a page without permission, such as:8, click on the Ribbon menu above files inside new Document, select page, such as:9, fill in the title and URL Name, and then select the page layout of the Jump page, click Create, such as:10, after the creation, go to the page library, find the page we created, edit p

Tab with Web Parts in Sharepoint 2013

Tab with Web Parts in Sharepoint 2013Implement a feature about tabbing content with multiple Web Parts, each associated with a header in a list. I'll achieve it in SharePoint 2013.To tab Select Web Parts, I can regared the Web Part zone as a Div, and all the Web Parts should is a single panel. Here is my steps:1. Create a page layout2. Add a div as a container, i

SharePoint 2013 Workflow Design: Using a visual view of designer

SharePoint 2013 enhances workflow capabilities, and designer also adds a visual Design view, which is similar to Visio's Design view (which requires Visio 2013 support), and here's a quick introduction to using workflows in Visual view. 1, create a list workflow, select the Workflow test list, the following figure: 2, fill in the workflow name, choose Platfor

Cancellation of a SharePoint 2013 master page and an HTML page association

In the new version of SharePoint 2013, there are new features that can be imported into the master page through HTML, then the HTML and master pages are associated, and when you change the HTML page, master automatically synchronizes the changes, however, sometimes we don't need such associations, so We want to cancel this association. In fact, the operation is very simple, just find the HTML page in the de

The relationship of SharePoint 2010/2013/2016 content databases to site collections

"-$ ($_. Name) "; foreach ($site in $_.sites) {write-output $site. URL}}The red Arrow refers to the name of the content database, and the following is the site collection that is stored under that content database.You can see the content database: wss_content_2018 There are two sites below.Question 4: If I know the site collection or site URL, how do I know which content database it belongs to?Well, in fact, problem 3 can solve your problem, but I am happy, so answer your sentence more, execute

SharePoint 2013:the "New Web Application" button is disabled are the central administration

After installing SharePoint foundation2013, directly through the URL to access the central administration, want to enter application management to new, you will find the New button is gray, Even if you're using a system administrator account and you're installing a SharePoint account, it doesn't help.To solve this problem, just open the Start program, find Sharepint Admin Center Right click Open as Administ

BEGINNING sharepoint®2013 Development 8th Chapter-Distribution Sp2013apps application life cycle

BEGINNING SHAREPOINT? Development 8th-Distribution Sp2013apps Application lifecycle after you have an application in the store, it is important to track any issues that people encounter and post updates to add new features, or to change any issues. In any ecosystem, a popular application often has owner-in-chief developers who help customers solve problems and issue updates to correct frequently asked questions. In addition, customers like to buy apps

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.