Quantcast
Channel: YBBEST SharePoint Pie » SharePoint
Browsing all 20 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Useful links for InfoPath form development

Powershell http://msdn.microsoft.com/en-us/library/ms442691.aspx http://technet.microsoft.com/en-us/library/ee806878.aspx http://sharepoint.microsoft.com/blogs/zach/Lists/Posts/Post.aspx?ID=7 InfoPath...

View Article



Image may be NSFW.
Clik here to view.

Javascript Tips and Tricks

1. Replace all , in one Javascript string. var totalAmount= "100,000,000,000"; var find= ","; //Replace the first , with the empty string var replace=""; totalAmount= totalAmount.replace(find,replace);...

View Article

Image may be NSFW.
Clik here to view.

How to write PowerShell code part 3 (calling external script)

In this post, I’d like to show you how to calling external script from a PowerShell script. I’d like to use the site creation script as an example. You can download script here. 1. To call the external...

View Article

Image may be NSFW.
Clik here to view.

How to use SharePoint modal dialog box to display Custom Page Part2

In the first part of the series, I showed you how to display and close a custom page in a SharePoint modal dialog using JavaScript. In this one, I’d like to show you how to display some information...

View Article

Image may be NSFW.
Clik here to view.

How to create managed properties at site collection level in SharePoint2013

In SharePoint2013, you can create managed properties at site collection. Today, I’d like to show you how to do so through PowerShell. 1. Define your managed properties and crawled properties and...

View Article


Image may be NSFW.
Clik here to view.

How to deploy the advanced search page using Module in SharePoint 2013

Today, I’d like to show you how to deploy your custom advanced search page using module in Visual Studio 2012.Using a module is the way how SharePoint deploy all the publishing pages to the search...

View Article

Image may be NSFW.
Clik here to view.

How to perform feature upgrade in SharePoint2010 part2

In my last post, I showed you how to perform feature upgrade and upgrade my feature from 0.0.0.0 to 1.0.0.1. In this post, I’d like to continue on this topic and upgrade the feature again. For the...

View Article

Image may be NSFW.
Clik here to view.

How to create SharePoint2013 workflow using visual studio

If you like to use Visual Studio to create workflow in SharePoint2013, here are the steps on how to get started. 1. Create a SharePoint sandbox solution. 2. Add a list workflow 3. I add a...

View Article


Image may be NSFW.
Clik here to view.

What is new in SharePoint2013 Workflow

In SharePoint 2013, Microsoft provides a new way for creating workflows while the existing SharePoint 2010 Workflow platform has been carried forward to SharePoint 2013. SharePoint 2013 workflows are...

View Article


Image may be NSFW.
Clik here to view.

How to create multiple lines Text field that can take more than 255...

If you ever find the multiline textbox reach the limit of 255 characters, here is you need to do to remove the limit. You need to go to the site settings and then go to the site columns. Next, you need...

View Article

Image may be NSFW.
Clik here to view.

How to change xmx in SoapUI

Recently, I have to run some integration test using SoapUI. Due to the test file size , I got the error (the memory setting is too low). To fix this , I have to change the xmx from the default 2048m to...

View Article

Image may be NSFW.
Clik here to view.

Javascript Tips and Tricks

1. Replace all , in one Javascript string. var totalAmount= "100,000,000,000"; var find= ","; //Replace the first , with the empty string var replace=""; totalAmount= totalAmount.replace(find,replace);...

View Article

Image may be NSFW.
Clik here to view.

How to write PowerShell code part 3 (calling external script)

In this post, I’d like to show you how to calling external script from a PowerShell script. I’d like to use the site creation script as an example. You can download script here. 1. To call the external...

View Article


Image may be NSFW.
Clik here to view.

How to use SharePoint modal dialog box to display Custom Page Part2

In the first part of the series, I showed you how to display and close a custom page in a SharePoint modal dialog using JavaScript. In this one, I’d like to show you how to display some information...

View Article

Image may be NSFW.
Clik here to view.

How to create managed properties at site collection level in SharePoint2013

In SharePoint2013, you can create managed properties at site collection. Today, I’d like to show you how to do so through PowerShell. 1. Define your managed properties and crawled properties and...

View Article


Image may be NSFW.
Clik here to view.

How to deploy the advanced search page using Module in SharePoint 2013

Today, I’d like to show you how to deploy your custom advanced search page using module in Visual Studio 2012.Using a module is the way how SharePoint deploy all the publishing pages to the search...

View Article

Image may be NSFW.
Clik here to view.

How to perform feature upgrade in SharePoint2010 part2

In my last post, I showed you how to perform feature upgrade and upgrade my feature from 0.0.0.0 to 1.0.0.1. In this post, I’d like to continue on this topic and upgrade the feature again. For the...

View Article


Image may be NSFW.
Clik here to view.

How to create SharePoint2013 workflow using visual studio

If you like to use Visual Studio to create workflow in SharePoint2013, here are the steps on how to get started. 1. Create a SharePoint sandbox solution. 2. Add a list workflow 3. I add a...

View Article

Image may be NSFW.
Clik here to view.

What is new in SharePoint2013 Workflow

In SharePoint 2013, Microsoft provides a new way for creating workflows while the existing SharePoint 2010 Workflow platform has been carried forward to SharePoint 2013. SharePoint 2013 workflows are...

View Article

Image may be NSFW.
Clik here to view.

How to create multiple lines Text field that can take more than 255...

If you ever find the multiline textbox reach the limit of 255 characters, here is you need to do to remove the limit. You need to go to the site settings and then go to the site columns. Next, you need...

View Article
Browsing all 20 articles
Browse latest View live




Latest Images