Skip to main content

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

Rss Feed Group items tagged

trimantra

Using SharePoint Manager to find Content Type usage - 0 views

  •  
    I had created a custom content type and used that content type in list. Then I deleted the list and after that I wanted to delete content type but it was showing error that the content type is in use. I used Sharepoint manager to find out content type connection. Great tool. To download the tool visit the link http://spm.codeplex.com/releases/view/51438
  •  
    I had created a custom content type and used that content type in list. Then I deleted the list and after that I wanted to delete content type but it was showing error that the content type is in use. I used Sharepoint manager to find out content type connection. Great tool. To download the tool visit the link http://spm.codeplex.com/releases/view/51438
SharePoint Peters

I've seen many post - 0 views

I've seen many post out there that discuss this error: Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException was thrown.  Additional exception information: An update conflict has...

SharePoint 2010 SP CU Patching Error Update Conflict

started by SharePoint Peters on 13 Oct 11 no follow-up yet
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…
trimantra

Error (The method "GetItems" of the type "List" with id is blocked ... - 0 views

  •  
    We might have seen this error several time. (The method "GetItems" of the type "List" with id is blocked by the administrator on the server )Here is my scenario. We had launched a public facing website built in SharePoint 2010. Basically this error occurs when site has anonymous access and where Client Object Model is used for accessing list on the site.
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.
trimantra

Get Sharepoint Term's Custom Local Property values (Client Object Model) | Trimantra Blog - 0 views

  •  
    We can get values of Custom local properties of Term using Client Object Model. Register following files on your page: <SharePoint:ScriptLink ID="spPage" Name="sp.js" LoadAfterUI="true" Localizable="false" runat="server" /> <script type="text/javascript" src="../../../_layouts/15/SP.Taxonomy.js"></script>   Js code to get Custom Local Property values: $(document).ready(function () { SP.SOD.executeOrDelayUntilScriptLoaded(loadAllTerms, 'SP.Taxonomy.js'); }); //loads all existing terms function…
  •  
    We can get values of Custom local properties of Term using Client Object Model. Register following files on your page: <SharePoint:ScriptLink ID="spPage" Name="sp.js" LoadAfterUI="true" Localizable="false" runat="server" /> <script type="text/javascript" src="../../../_layouts/15/SP.Taxonomy.js"></script>   Js code to get Custom Local Property values: $(document).ready(function () { SP.SOD.executeOrDelayUntilScriptLoaded(loadAllTerms, 'SP.Taxonomy.js'); }); //loads all existing terms function…
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…
Eric Kraus

Executing BCS External Content Type Methods in C# - 0 views

  •  
    how to get the Business Connectivity Services methods collection for an external content type and execute the finder and specific finder methods with Business Connectivity Services object model.
Robert Brown

Automated Conference Calls for Business Conferencing Solution - 0 views

  •  
    There are 3 types of automated conference calls: Audio conferencing, Web conferencing and Video Conferencing. It allows associates to conduct business together without having to travel to meet face to face.
Robert Brown

Audio and Web Conferencing Services for Online Meeting Collaboration - 0 views

  •  
    Audio and Web Conferencing Services are the most popular types of conferencing services. It provides engaging, powerful and cost-efficient alternative to in-person meetings and collaboration.
Eric Kraus

Connect to BdcService and GetEntities - BCS Object Model - 0 views

  •  
    how to connect to BCS Service and retrieve basic information about BCS External Content types which have been already deployed
Eric Kraus

Create a Searchable SharePoint 2010 BDC .NET Assembly Connector Which Reads From A Flat... - 0 views

  •  
    This blog post is the first in a 2 part series which describes how to create a SharePoint 2010 BCS .NET Assembly Connector to read data from a flat file and register it as an external content type in SharePoint
1 - 16 of 16
Showing 20 items per page