RoennesNet

RoennesNet

  • About
  • Blog
  • Contact
  • X
  • LinkedIn
  • SharePoint column validation for only numbers with fixed length

    15/02/2014
    SharePoint Configuration, Tips and tricks

    Here is how to set column validation formula for SharePoint field to contain only numbers and only two symbols (fixed length). You have to use a “single line of text” field because the number field won’t work this way. Here is the formula: =IF(LEN(CustomSortOrder)=2,ISNUMBER(CustomSortOrder+0),FALSE) This works for both SharePoint 2010 and 2013 and can be…

  • Howto set different SharePoint Admin Permissions

    15/11/2013
    SharePoint Configuration, SharePoint Server, Tips and tricks

    Todd Klindt has made a very useful SumUp on how to create different SharePoint Admin Permissions. For more information, take a look at Todds post Demystifying SharePoint Admin Permissions at Todd Klindt’s SharePoint Admin Blog Web Application Policy How Do You Give It? In Central Admin > Manage Web Applications > Policy for Users Farm…

  • SharePoint Workflow Status Codes

    08/11/2013
    SharePoint Configuration, SharePoint Development, SharePoint Server, Tips and tricks

    Trying to filter a list on its workflow status is pretty non-intuitive. You need the special status codes. Theese will work with all workflows in ShaePoint even Nintex workflows. Status Code Status Description 0 Not Started 1 Failed on Start 2 In Progress 3 Error Occurred 4 Cancelled (i.e. Stopped by User) 5 Completed 6…

  • Default SharePoint 2013 web template features

    14/06/2013
    SharePoint Development, SharePoint Server

    Here is a list of web template features to use in your SharePoint 2013 web template projects. Make sure that each of the features in the table beneath is contained in the WebFeatures section in your ONET.XML DisplayName Feature ID AccSvcAddAccessApp d2b9ec23-526b-42c5-87b6-852bd83e0364 AnnouncementsList 00bfea71-d1ce-42de-9c63-a44004ce0104 BaseWeb 99fe402e-89a0-45aa-9163-85342e865dc8 BizAppsListTemplates 065c78be-5231-477e-a972-14177cc5b3c7 ContactsList 00bfea71-7e6d-4186-9ba8-c047ac750105 ContactsList 00bfea71-7e6d-4186-9ba8-c047ac750105 CustomList 00bfea71-de22-43b2-a848-c05709900100 DataConnectionLibrary…

  • Microsoft Locale ID Values (LCID)

    07/06/2013
    SharePoint Development, Technical Insights, Web development

    The following table lists the locales/languages with an assigned Locale ID (LCID). Helpful in development of solutions in multilingual environments. Language Country/Region Locale ID Afrikaans South Africa 1078 Albanian Albania 1052 Arabic Algeria 5121 Arabic Bahrain 15361 Arabic Egypt 3073 Arabic Iraq 2049 Arabic Jordan 11265 Arabic Kuwait 13313 Arabic Lebanon 12289 Arabic Libya 4097…

  • Standalone SkyDrive Pro client for Windows

    03/06/2013
    SharePoint, Technical Insights

    At last it is now possible to download a standalone SkyDrive Pro client. The standalone SkyDrive Pro sync client allows users of SharePoint 2013 and SharePoint Online in Office 365 to sync their personal SkyDrive Pro and any SharePoint 2013 or Office 365 team site document libraries to their local machine for access to important…

  • Discontinued features and modified functionality in Microsoft SharePoint 2013

    29/04/2013
    SharePoint Server, Technical Insights

    Read this Office Support article for information on features and functionality that have been discontinued or changed in SharePoint 2013.   Document Workspace Meeting Workspace Organization Profiles Inserting Barcodes PowerPoint Broadcast from SharePoint Slide Libraries Web Analytics Refreshing connected workbooks using Windows authentication through Office Web Apps Server Search of RSS feeds Custom Help Group…

  • Antivirus and SharePoint 2013

    13/03/2013
    SharePoint Server, Technical Insights

    Spence Harbars latest blog post (Antivirus and SharePoint 2013) is going through the different antivirus solutions for SharePoint 2013. The list of 3rd party vendors for this SharePoint is surprisingly small; only 1 vendor has a working solution and it is only in beta! Well at Todd Klindt’s SharePoint Admin Blog, Todd talks shortly about…

  • SharePoint user profile sync setup with claims and PowerShell

    01/10/2012
    SharePoint Configuration, SharePoint Server

    When you throw claims authentication in the mix of AD users and SharePoint user profiles there is some things you should be aware of: Use your Identity Provider to make the user profile sync connection to the domain There’s no built in mapping between the user profile identifier and claim (or forms) users identity provider;…

  • User profile property mappings in SharePoint and Active Directory

    15/06/2012
    SharePoint Configuration, SharePoint Server

    The User profile synchronization with AD comes with a build in property mapping. The following page from The TechNet Library describes the profile properties and link to their corresponding directory service attributes: Default user profile property mappings (SharePoint Server 2010) User profile property AD DS attribute SPS-DistinguishedName dn SID objectSid Manager manager PreferredName displayName FirstName…

Previous Page
1 2 3 4
Next Page
RoennesNet

RoennesNet

  • X
  • LinkedIn