Skip to main content

Home/ Microsoft SharePoint Tips & Tricks/ Group items tagged 2013

Rss Feed Group items tagged

Hostforlife Hosting

How to Resolve Workflow Suspended Error in SharePoint 2013 - European Sharepoint 2013 H... - 1 views

  •  
    Sometimes, you have a requirement is to send email to multiple groups while item is created in list/library in SharePoint 2013. Then, you was using a SharePoint designer workflow. But you face Workflow Suspended issue. In this post, we will explain to you how to resolve Workflow suspended error in SharePoint 2013.
trimantra

Create Site Column, Content Type for multilingual site in SharePoint 2013 | Trimantra Blog - 0 views

  •  
    To create site column, content type and page layout for multilingual site first we have add resource file in our SharePoint project. The basic mechanism of localizing a SharePoint 2013 feature is same as we have in SharePoint 2010 and in Moss 2007. Resource File To deploy resource file to…
  •  
    To create site column, content type and page layout for multilingual site first we have add resource file in our SharePoint project. The basic mechanism of localizing a SharePoint 2013 feature is same as we have in SharePoint 2010 and in Moss 2007. Resource File To deploy resource file to…
Emilyn Manuela

How to Use JavaScript Object Model to Add Item into List - 1 views

  •  
    In this post, you will learn about how to add an item to SharePoint 2013 list using JavaScript client object model. If you have a …
trimantra

SharePoint Error: This page allows a limit of 200 controls, and that limit has been exc... - 0 views

  •  
    I have created a custom page layout through visual studio 2013 on which there are a large number of controls are registered. The page that I had created through the page layout on that page I faced this max control limit issue. Generally , when working with a SharePoint master page, page layout, forms we might will face this type of issue. The problem was we have a large number of controls registered. The limit is set in the web.config file. By Default controls limit is set by 200. To resolve this issue open the web.config file, located in a virtual directory in c drive. Find the safe control block as shown below and increase the "MaxControls" limit and do IISRESET.
  •  
    I have created a custom page layout through visual studio 2013 on which there are a large number of controls are registered. The page that I had created through the page layout on that page I faced this max control limit issue. Generally , when working with a SharePoint master page, page layout, forms we might will face this type of issue. The problem was we have a large number of controls registered. The limit is set in the web.config file. By Default controls limit is set by 200. To resolve this issue open the web.config file, located in a virtual directory in c drive. Find the safe control block as shown below and increase the "MaxControls" limit and do IISRESET.
Hostforlife Hosting

How to Cancel Workflows Which Are Not Completed - 1 views

  •  
    Here, we can use a very good way using PowerShell approach to cancel not completed workflows in SharePoint 2013.
trimantra

Create List for multilingual site in SharePoint 2013 | Trimantra Blog - 0 views

  •  
    In our previous blog we have seen that how to create site column, content type for multilingual site. Now we will create custom list for all multilingual site with different name on feature activation.   try { using (SPSite site = new SPSite(RootSiteUrl)) { SPWebCollection allWebs = site.AllWebs; foreach (SPWeb…
  •  
    In our previous blog we have seen that how to create site column, content type for multilingual site. Now we will create custom list for all multilingual site with different name on feature activation.   try { using (SPSite site = new SPSite(RootSiteUrl)) { SPWebCollection allWebs = site.AllWebs; foreach (SPWeb…
Drew Medina

Listing and Deleting - 0 views

  •  
    This post, talks about listing, deleting and working with SharePoint listitem versions in Document Libraries and Lists.
trimantra

Create a Custom config file for Codeigniter | Trimantra Blog - 0 views

  •  
    By default, CodeIgniter has one primary config file, located at "application/config/config.php" What if we want to have a custom configuration file? What if we want to create custom config array with desired name? Codeigniter allows a developer to create custom file but developer has to define values with $config array developer cannot define a custom variable or array inside this new file and use it.
  •  
    By default, CodeIgniter has one primary config file, located at "application/config/config.php" What if we want to have a custom configuration file? What if we want to create custom config array with desired name? Codeigniter allows a developer to create custom file but developer has to define values with $config array developer cannot define a custom variable or array inside this new file and use it.
trimantra

Hiding SharePoint Application page (_Layouts Pages ) For Public Facing Site | Trimantra... - 0 views

  •  
    For publishing site it is recommended to hide "_layouts" pages from crawling by search engines. When you create SharePoint public facing site using "publishing site" template it activates the feature "ViewFormPagesLockDown". This feature prevents users from opening any of pages from &_layouts folder.
  •  
    For publishing site it is recommended to hide "_layouts" pages from crawling by search engines. When you create SharePoint public facing site using "publishing site" template it activates the feature "ViewFormPagesLockDown". This feature prevents users from opening any of pages from &_layouts folder.
1 - 14 of 14
Showing 20 items per page