• Know more about me

Mai Omar Desouki

~ MEC Senior Engineer @ Microsoft

Mai Omar Desouki

Daily Archives: July 23, 2011

Start with Document Set

23 Saturday Jul 2011

Posted by Mai Omar Desouki in Document Set, SharePoint 2010, SharePoint Customization

≈ Leave a comment

Tags

Document Set, SharePoint 2010, SharePoint Customization


Hi all, Hope this helps you get started with Document Set.

first enable Document Set Feature from Site Collection Features

DocSetFeature

Now Create Document Library, and enable “Allow management of content type?” from Library Settings in Advanced Settings, then the Document Set Content Type to your library.

addDocSet

Now you can create to Document Set

DocSet1

DocSet2

as you see from the SharePoint Tree Navigation above, “Doc Set” is the Library Name.

treeDocSet

So this is how you start creating Document Set.

Share this:

  • Facebook
  • LinkedIn
  • Twitter
  • Email
  • Print
  • Reddit

Like this:

Like Loading...

We are hearing those days SharePoint Online..

23 Saturday Jul 2011

Posted by Mai Omar Desouki in SharePoint 2010, SharePoint Online

≈ Leave a comment

Tags

SharePoint 2010, SharePoint Online


SharePoint Online has been rebranded as Office 365 and its in public beta.. You can signup from here and get the account and try it out by yourself…

http://www.microsoft.com/en-us/office365/online-software.aspx

office365

It is not for install, think about it as SharePoint in the Cloud.

BTW – There are other providers that host SharePoint in the cloud and therefore offer “SharePoint Online” but Office 365 (formerly BPOS) is hosted by Microsoft.

And see video on Channel 9

https://channel9.msdn.com/posts/Office-365-The-power-to-think-big-and-be-small-to-be-big-and-act-fast

ch9

Share this:

  • Facebook
  • LinkedIn
  • Twitter
  • Email
  • Print
  • Reddit

Like this:

Like Loading...

Security Trimmed Controls in SharePoint

23 Saturday Jul 2011

Posted by Mai Omar Desouki in SharePoint 2010

≈ 2 Comments


Let’s say you have a control on your page that you want only a certain group of users to see. Fortunately, SharePoint has a built-in control that lets you hide controls to which users do not have the necessary permissions.  This control is the SPSecurityTrimmedControl.

<Sharepoint:SPSecurityTrimmedControl runat=”server” Permissions=”ManageLists”>
Place your control(s) here
</SharePoint:SPSecurityTrimmedControl>

All you have to do is wrap your control with this security control and set the correct permissions in the Permissions attribute. The Permissions attribute, when used in Visual Studio or Designer, will have intellisense.  Whatever permissions you specify will be required by the user in order to view the control(s) inside of the SPSecurityTrimmedControl:

EmptyMask
Has no permissions on the Web site. Not available through the user interface.

ViewListItems
View items in lists, documents in document libraries, and view Web discussion comments.

AddListItems
Add items to lists, add documents to document libraries, and add Web discussion comments.

EditListItems
Edit items in lists, edit documents in document libraries, edit Web discussion comments in documents, and customize Web Part Pages in document libraries.

DeleteListItems
Delete items from a list, documents from a document library, and Web discussion comments in documents.

ApproveItems
Approve a minor version of a list item or document.

OpenItems
View the source of documents with server-side file handlers.

ViewVersions
View past versions of a list item or document.

DeleteVersions
Delete past versions of a list item or document.

CancelCheckout
Discard or check in a document which is checked out to another user.

ManagePersonalViews
Create, change, and delete personal views of lists.

ManageLists
Create and delete lists, add or remove columns in a list, and add or remove public views of a list.

ViewFormPages
View forms, views, and application pages, and enumerate lists.

Open
Allow users to open a Web site, list, or folder to access items inside that container.

ViewPages
View pages in a Web site.

AddAndCustomizePages
Add, change, or delete HTML pages or Web Part Pages, and edit the Web site using a SharePoint Foundation–compatible editor.

ApplyThemeAndBorder
Apply a theme or borders to the entire Web site.

ApplyStyleSheets
Apply a style sheet (.css file) to the Web site.

ViewUsageData
View reports on Web site usage.

CreateSSCSite
Create a Web site using Self-Service Site Creation.

ManageSubwebs
Create subsites such as team sites, Meeting Workspace sites, and Document Workspace sites.

CreateGroups
Create a group of users that can be used anywhere within the site collection.

ManagePermissions
Create and change permission levels on the Web site and assign permissions to users and groups.

BrowseDirectories
Enumerate files and folders in a Web site using Microsoft Office SharePoint Designer 2007 and WebDAV interfaces.

BrowseUserInfo
View information about users of the Web site.

Share this:

  • Facebook
  • LinkedIn
  • Twitter
  • Email
  • Print
  • Reddit

Like this:

Like Loading...

Text Filter Web Part

23 Saturday Jul 2011

Posted by Mai Omar Desouki in SharePoint 2010, SharePoint Customization, WebParts

≈ Leave a comment

Tags

SharePoint 2010, SharePoint Customization, WebParts


This applies to both SharePoint 2007 and 2010.  In MOSS Enterprise, and the 2010 version of Enterprise.  There is an out-of-box web part called the Text Filter Web Part.  Basically, when you put this web part on a page, and put a list or library web part on the same page, you then create a web part connection that sends the text typed in the box as a filter to one of the columns in the web part, like this:

ch538_371178F8

The name Molly Clark had to be typed in exactly.  So, if you typed “Molly”, this record would not come up. 

People use the text filter web part when they just want to search a single column in a list or library.  Otherwise, you’d simply use the “Search” box at the top of the screen, choose “This List” or “This Site” and perform SharePoint searches that way.

Laura Rogers doing a great solution to be able to partially filtering rather than the whole word, find more in the below link: 

http://www.sharepoint911.com/blogs/laura/Lists/Posts/Post.aspx?List=daba3a3b-c338-41d8-bf52-cd897d000cf3&ID=77&Web=dbb90e85-b54c-49f4-8e97-6d8258116ca0

 

Share this:

  • Facebook
  • LinkedIn
  • Twitter
  • Email
  • Print
  • Reddit

Like this:

Like Loading...

Disable SharePoint Designer

23 Saturday Jul 2011

Posted by Mai Omar Desouki in SharePoint 2010, SharePoint Designer

≈ Leave a comment

Tags

SharePoint 2010, SharePoint Designer


Sure we don’t want to edit in our master page everyday….

And hopefully not give this permissions to all stuff, it’s Critical when it comes to playing around our master page and we don’t understand it.

So SharePoint 2010 gave us new option to Shut Down SharePoint Designer.

… you can disable it from Site Owners and from Designers

by going to Site Action > Site Settings > and under Site Collection Administration > click on SharePoint Designer Settings… from here there are four options to disable and they are enabled by default.

spdsettings

the4optioninteamsite

You see the below message when you try to open your site after disabling the SPD, remember trying to open it by System Account will open, i am opening by Site Owner which is the permssions in the SharePoint Designer settings in the Site settings page.

disableSPD

Not only can you disable it from Site Owners and Designer but also from Site Collection Administrators…

From Central Administration > Manage Web Applications > and from thr ribbon click General Settings > SharePoint Designer

ca SPD

Those below options are from SharePoint Designer Settings in Central Administration

spdsettingsinca

Share this:

  • Facebook
  • LinkedIn
  • Twitter
  • Email
  • Print
  • Reddit

Like this:

Like Loading...

Blog Visitors

  • 81,550 Visitors

Categories

  • About me (1)
  • Microsoft Teams (3)
    • SharePoint Online (1)
  • Microsoft Viva (1)
  • Migration (2)
  • Parents (1)
  • SharePoint 15 (5)
  • SharePoint 2010 (56)
    • Content Types (1)
    • Developer Dashboard (1)
    • Document Set (1)
    • Events I am Speaking In (2)
    • External Lists (1)
    • FAQ (2)
    • FBA (1)
    • Form Based Authentication (1)
    • Integration of CRM 2011 with SharePoint 2010 (1)
    • JQuery (1)
    • Master Page (1)
    • My Site (1)
    • PowerShell (3)
    • SharePoint Administration (5)
    • SharePoint Branding (1)
    • SharePoint Customization (5)
    • SharePoint Designer (4)
    • SharePoint Designer Workflow (1)
    • SharePoint Events (2)
    • SharePoint Online (1)
    • SharePoint Permissions (1)
    • SharePoint Workflow (1)
    • User Profile (2)
    • User Profile Sync (1)
    • Videos (1)
    • WebParts (1)
    • Workflow (1)
  • SharePoint 2013 (91)
    • Cloud App (1)
    • Event Handler (1)
    • iPad (1)
    • IPhone (1)
    • Napa (1)
  • SharePoint Updates (1)
  • Visual Studio 2012 (3)

Tag Cloud

About me Document Set Events I am Speaking In FAQ FBA Form Based Authentication JQuery Master Page Microsoft Teams Migration My Site PowerShell SharePoint 15 SharePoint 2010 SharePoint 2013 SharePoint Administration SharePoint Branding SharePoint Customization SharePoint Designer SharePoint Designer Workflow SharePoint Events SharePoint Online SharePoint Permissions SharePoint Workflow User Profile User Profile Sync Videos Visual Studio 2012 WebParts Workflow

Calendar

July 2011
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
    Aug »

Archive

  • August 2022 (1)
  • July 2022 (2)
  • March 2022 (1)
  • August 2021 (2)
  • September 2020 (2)
  • May 2020 (2)
  • April 2020 (6)
  • March 2020 (1)
  • September 2019 (2)
  • July 2015 (1)
  • May 2015 (3)
  • April 2015 (1)
  • March 2015 (1)
  • February 2015 (2)
  • January 2015 (1)
  • October 2014 (1)
  • September 2014 (3)
  • June 2014 (7)
  • May 2014 (5)
  • April 2014 (4)
  • March 2014 (3)
  • February 2014 (1)
  • January 2014 (2)
  • December 2013 (6)
  • November 2013 (5)
  • October 2013 (6)
  • September 2013 (5)
  • August 2013 (5)
  • July 2013 (5)
  • June 2013 (2)
  • May 2013 (2)
  • February 2013 (2)
  • January 2013 (1)
  • October 2012 (2)
  • September 2012 (7)
  • August 2012 (15)
  • July 2012 (5)
  • June 2012 (2)
  • May 2012 (4)
  • April 2012 (2)
  • March 2012 (1)
  • August 2011 (3)
  • July 2011 (15)

Blog at WordPress.com.

  • Follow Following
    • Mai Omar Desouki
    • Join 867 other followers
    • Already have a WordPress.com account? Log in now.
    • Mai Omar Desouki
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
%d bloggers like this: