SlideShare a Scribd company logo
Creating Custom Actions in SharePoint 2010Geoff Varosky
About MeGeoff VaroskyGrace HuntSharePoint Solutions GroupDirector, Development & EvangelismBlogger, Author, SpeakerBASPUG Co-FounderSPS Boston Co-OrganizerBlog : www.sharepointyankee.comEmail: gvarosky@gracehunt.comTwitter: @gvarogeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
About Grace HuntMicrosoft Gold PartnerFounded 2004Practice AreasMicrosoft SharePoint TechnologiesBusiness Process and PlanningPortals & CollaborationInformation Worker SolutionsDynamics CRM, SL, GP, NAVMicrosoft Cloud Technologiesgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
AgendaWhat are Custom Actions?DemonstrationsUsing SharePoint DesignerImporting into Visual StudioFinding Custom ActionsBuilding & Deployment in Visual StudioReferencesQ&Ageoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?Site Actions Menugeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?Ribbon UIRibbon Tabsgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?Site Settings Menugeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?Edit Control Block (ECB) / List Item Menugeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?Custom Action Groupgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?Tabsgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?TabsOrganize a set of groupsContain one or more controlsgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?ControlsButtonCheckboxColor PickerCombo BoxDrop DownFlyout AnchorInsert TableLabelMenuMenu SectionMRU Split ButtonMost Recently UsedSpinnerSplit ButtonText BoxToggle Buttongeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?Bits of XML<CustomAction	Id=“MyCustomAction”Location=“Microsoft.SharePoint.SiteSettings	… />Links<CustomAction…>	<UrlActionUrl=“http://www.foo.com” /></CustomAction>JavaScript (optional)<CustomAction …>	<UrlActionUrl=“javascript:DoSomething();” /></CustomAction>Code Behind (optional)<CustomAction	…ControlAssembly=“MyCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=63316a326e123aec"ControlClass=“MyCode.Class“ />geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?Can be bound to…ListsTasks, Document Libraries, Custom, etc.geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?Can be bound to…File TypesBy Extension - .docx, .pl, .foo, .bargeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
What are Custom Actions?Can be bound to…Content TypesTasks, Documents, CustomAll (0x)http://go.gvaro.net/bbYxRyProgrammatic IdentifiersTasks List (107)Content Types (0x)geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
Building Custom ActionsSharePoint Designer 2010Visual Studio 2010CKS:DEVAdds Custom Action Item Templateshttp://cksdev.codeplex.com/NotePad?geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
Building Custom ActionsSharePoint Designer 2010Build Custom ActionsList Item MenuList View, Edit, Display FormsVisual Studio 2010Import from WSP filePackageAdd FunctionalityDeploygeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
DEMOS!Building Custom Actions in SharePoint Designer 2010Importing Custom Actions into Visual Studio 2010Listing All Custom ActionsUsing CKS:DEVCustom Action GroupsHiding Custom ActionsMaybe more?geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
Bonus Round!Referencing JavaScript FilesJan Tielens on EUSPhttp://go.gvaro.net/dvCSS6Can Add JavaScript into the HEAD of a page using a Custom ActionLocation references “/_layouts/” alwaysgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
ReferencesDefault Custom Action Locations and IDshttp://go.gvaro.net/98xD4r (MSDN)Custom Actions on my Bloghttp://go.gvaro.net/dZS9NJgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
ReferencesUrlAction Tokens{ListId}GUID representation of the list{SiteUrl}References the URL of the SPWeb context the action is called from{RecurrenceId}Unsupported in context menushttp://go.gvaro.net/bHaqaQgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
ReferencesEric KrausListing all Custom Actions in the Farm w/ PWShttp://go.gvaro.net/bD7OHmMSDNCustom Action Definition SchemaCommandUIDefintions, Extensions, HandlersCustomAction, CustomActionGroup, HideCustomActionDefault Locations and IDshttp://go.gvaro.net/9q0QV2geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
ReferencesWictorWilénCreating Custom Ribbon ExtensionsPart 1 - http://go.gvaro.net/aFUwBWPart 2 - http://go.gvaro.net/aGlydC geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
ReferencesMy Blogwww.geoffvarosky.comCreating Custom Actions with SharePoint DesignerDefault List Type IDsDeploying Custom Actions Across All List TypesCustom Actions in SharePoint 2007SPBasePermissions Enumeration (Rights)geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
Meets 2nd Wednesday/Month6P – 8PMMicrosoft N.E.R.D. Centerhttp://www.bostonsharepointug.orgTwitter: @BASPUG / #BASPUGgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
Q&Ageoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
About MeGeoff VaroskyGrace HuntSharePoint Solutions GroupDirector, Development & EvangelismBlogger, Author, SpeakerBASPUG Co-FounderSPS Boston Co-OrganizerBlog : www.sharepointyankee.comEmail: gvarosky@gracehunt.comTwitter: @gvarogeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]

More Related Content

PPTX
SharePoint Saturday Boston 2/27/10 - Whats New For Developers In SharePoint 2010
PPTX
SharePoint Saturday DC 12/5/09 - Introduction To Developing Custom Actions Wi...
PPTX
Planning and Configuring Extranets in SharePoint 2010
PPTX
Global SharePoint Users Group 1/5/10 - Creating Custom Actions Within SharePoint
PPTX
Introduction To Developing Custom Actions Within SharePoint
PPTX
Creating Custom Actions within SharePoint
PPTX
SharePoint Saturday NYC 1/30/10 - Whats New For Developers In Share Point 2010
PPTX
Creating Custom Actions in SharePoint 2010
SharePoint Saturday Boston 2/27/10 - Whats New For Developers In SharePoint 2010
SharePoint Saturday DC 12/5/09 - Introduction To Developing Custom Actions Wi...
Planning and Configuring Extranets in SharePoint 2010
Global SharePoint Users Group 1/5/10 - Creating Custom Actions Within SharePoint
Introduction To Developing Custom Actions Within SharePoint
Creating Custom Actions within SharePoint
SharePoint Saturday NYC 1/30/10 - Whats New For Developers In Share Point 2010
Creating Custom Actions in SharePoint 2010

What's hot (20)

PDF
The Ribbon UI and Custom Actions in SharePoint 2010
PPTX
What's New for Developers in SharePoint 2010
PPTX
Planning and Configuring Extranets in SharePoint 2010
PDF
Automating Your Enterprise Application Deployments with PowerShell
PPTX
Spsnh geoff varosky - jornata - planning and configuring extranets in share...
PPTX
Planning and Configuring Extranets in SharePoint 2010
PPTX
Planning and Configuring Extranets in SharePoint 2010
PPTX
How to (remote) control Office 365 with Azure (SharePoint Konferenz ppEDV Erd...
PPTX
SharePoint for Project Management (2016)
PDF
SharePoint Power User (Site Owner) Training
PPTX
Exam Cram for 70-488: Developing Microsoft SharePoint Server 2013 Core Solutions
PDF
SharePoint Tips and Tricks you cannot live without
PDF
How to build an Intranet portal in SharePoint using out of the box features
PDF
"Leveraging SharePoint for Project Management" for SPTech Conference SFO
PDF
Project and Portfolio Management with Project Online
PDF
Kick-Ass Project Collaboration with Office 365 Groups
PDF
SharePoint Beginner Training for End Users
PPTX
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
PDF
Utilizing SharePoint for Project Management
PDF
Introduction to SharePoint Information Architecture
The Ribbon UI and Custom Actions in SharePoint 2010
What's New for Developers in SharePoint 2010
Planning and Configuring Extranets in SharePoint 2010
Automating Your Enterprise Application Deployments with PowerShell
Spsnh geoff varosky - jornata - planning and configuring extranets in share...
Planning and Configuring Extranets in SharePoint 2010
Planning and Configuring Extranets in SharePoint 2010
How to (remote) control Office 365 with Azure (SharePoint Konferenz ppEDV Erd...
SharePoint for Project Management (2016)
SharePoint Power User (Site Owner) Training
Exam Cram for 70-488: Developing Microsoft SharePoint Server 2013 Core Solutions
SharePoint Tips and Tricks you cannot live without
How to build an Intranet portal in SharePoint using out of the box features
"Leveraging SharePoint for Project Management" for SPTech Conference SFO
Project and Portfolio Management with Project Online
Kick-Ass Project Collaboration with Office 365 Groups
SharePoint Beginner Training for End Users
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
Utilizing SharePoint for Project Management
Introduction to SharePoint Information Architecture
Ad

Viewers also liked (8)

PPT
Blu Giallo
PPTX
Os nenos de 3º e 4º de primaria 2014
PPT
broken wings school project
PDF
Just Freakin' Work - Overcoming Hurdles and Avoiding Pain
PPT
broken wings ( school project )
PPTX
Automating Enterprise Application Deployments with PowerShell
DOCX
Piccolo blu e piccolo giallo racconto ben formato con immagini
PDF
Piccolo blu e piccolo giallo caa+immagini
Blu Giallo
Os nenos de 3º e 4º de primaria 2014
broken wings school project
Just Freakin' Work - Overcoming Hurdles and Avoiding Pain
broken wings ( school project )
Automating Enterprise Application Deployments with PowerShell
Piccolo blu e piccolo giallo racconto ben formato con immagini
Piccolo blu e piccolo giallo caa+immagini
Ad

Similar to SharePoint Saturday Hartford - 01/29/11 - Creating Custom Actions in SharePoint 2010 (20)

PPTX
Planning and Configuring Extranets in SharePoint 2010
PPTX
SharePoint Saturday EMEA - The Ribbon UI and Custom Actions in SharePoint 2010
PPTX
From SharePoint Designer to Visual Studio - Prototyping and Deploying Solutio...
PPTX
Whats New In Share Point Designer 2010 Ayman El Hattab Cairo Code Camp
PPTX
Fabian Williams Sp2010 Overview Session
PPT
Session4-Sharepoint Online-chrismayo
PPTX
Planning and Configuring Extranets in SharePoint 2010 @ SharePoint Saturday N...
PPTX
SharePoint Designer 2013 Workflows - SP Intersection
PPTX
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
PPTX
Knut wf 203 get started with designer workflows
PPTX
Using workflows in share point 2010
PPTX
Workflow in SharePoint 2010
PPTX
Custom SharePoint 2010 solutions without server access
PPTX
Creating No Code Solutions For Sp 2010 Ayman El Hattab
PPTX
Getting started with office 365 add ins development 3 may 2018 - v2
PPTX
WF 101 - SharePoint Designer 2013 Workflows: An Introduction
PPTX
Access Services On SharePoint 2010
PPTX
SharePoint Silverlight Sandboxed solutions
PPTX
Ordina SOFTC Presentation - Demand management using workflow Project Server 2010
PPTX
Ordina SOFTC Presentation - Demand management using workflow Project Server 2010
Planning and Configuring Extranets in SharePoint 2010
SharePoint Saturday EMEA - The Ribbon UI and Custom Actions in SharePoint 2010
From SharePoint Designer to Visual Studio - Prototyping and Deploying Solutio...
Whats New In Share Point Designer 2010 Ayman El Hattab Cairo Code Camp
Fabian Williams Sp2010 Overview Session
Session4-Sharepoint Online-chrismayo
Planning and Configuring Extranets in SharePoint 2010 @ SharePoint Saturday N...
SharePoint Designer 2013 Workflows - SP Intersection
Non-Developer Options in SharePoint 2013 - Fest Chicago 2014
Knut wf 203 get started with designer workflows
Using workflows in share point 2010
Workflow in SharePoint 2010
Custom SharePoint 2010 solutions without server access
Creating No Code Solutions For Sp 2010 Ayman El Hattab
Getting started with office 365 add ins development 3 may 2018 - v2
WF 101 - SharePoint Designer 2013 Workflows: An Introduction
Access Services On SharePoint 2010
SharePoint Silverlight Sandboxed solutions
Ordina SOFTC Presentation - Demand management using workflow Project Server 2010
Ordina SOFTC Presentation - Demand management using workflow Project Server 2010

More from Geoff Varosky (10)

PPTX
Using Azure Runbooks and Microsoft Flow to Automate SharePoint Tasks
PDF
Planning and Configuring Extranets in SharePoint 2010
PPTX
Planning and Configuring Extranets in SharePoint 2010
PPTX
Planning and Configuring Extranets in SharePoint 2010
PPTX
Creating Custom Actions in SharePoint 2010
PPTX
The Ribbon UI and Custom Actions in SharePoint 2010
PPTX
Best Practices in SharePoint Development - Just Freakin Work! Overcoming Hurd...
PDF
Planning and Configuring Extranets in SharePoint 2010
PPTX
Who? What? Where? Searching in SharePoint
PDF
Creating Custom Actions in SharePoint 2010
Using Azure Runbooks and Microsoft Flow to Automate SharePoint Tasks
Planning and Configuring Extranets in SharePoint 2010
Planning and Configuring Extranets in SharePoint 2010
Planning and Configuring Extranets in SharePoint 2010
Creating Custom Actions in SharePoint 2010
The Ribbon UI and Custom Actions in SharePoint 2010
Best Practices in SharePoint Development - Just Freakin Work! Overcoming Hurd...
Planning and Configuring Extranets in SharePoint 2010
Who? What? Where? Searching in SharePoint
Creating Custom Actions in SharePoint 2010

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Electronic commerce courselecture one. Pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPT
Teaching material agriculture food technology
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
MIND Revenue Release Quarter 2 2025 Press Release
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Spectroscopy.pptx food analysis technology
PDF
Machine learning based COVID-19 study performance prediction
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Electronic commerce courselecture one. Pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
sap open course for s4hana steps from ECC to s4
Reach Out and Touch Someone: Haptics and Empathic Computing
Unlocking AI with Model Context Protocol (MCP)
Encapsulation_ Review paper, used for researhc scholars
Understanding_Digital_Forensics_Presentation.pptx
Teaching material agriculture food technology
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
MIND Revenue Release Quarter 2 2025 Press Release
The AUB Centre for AI in Media Proposal.docx
Spectroscopy.pptx food analysis technology
Machine learning based COVID-19 study performance prediction

SharePoint Saturday Hartford - 01/29/11 - Creating Custom Actions in SharePoint 2010

  • 1. Creating Custom Actions in SharePoint 2010Geoff Varosky
  • 2. About MeGeoff VaroskyGrace HuntSharePoint Solutions GroupDirector, Development & EvangelismBlogger, Author, SpeakerBASPUG Co-FounderSPS Boston Co-OrganizerBlog : www.sharepointyankee.comEmail: gvarosky@gracehunt.comTwitter: @gvarogeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 3. About Grace HuntMicrosoft Gold PartnerFounded 2004Practice AreasMicrosoft SharePoint TechnologiesBusiness Process and PlanningPortals & CollaborationInformation Worker SolutionsDynamics CRM, SL, GP, NAVMicrosoft Cloud Technologiesgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 4. AgendaWhat are Custom Actions?DemonstrationsUsing SharePoint DesignerImporting into Visual StudioFinding Custom ActionsBuilding & Deployment in Visual StudioReferencesQ&Ageoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 5. What are Custom Actions?Site Actions Menugeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 6. What are Custom Actions?Ribbon UIRibbon Tabsgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 7. What are Custom Actions?Site Settings Menugeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 8. What are Custom Actions?Edit Control Block (ECB) / List Item Menugeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 9. What are Custom Actions?Custom Action Groupgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 10. What are Custom Actions?Tabsgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 11. What are Custom Actions?TabsOrganize a set of groupsContain one or more controlsgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 12. What are Custom Actions?ControlsButtonCheckboxColor PickerCombo BoxDrop DownFlyout AnchorInsert TableLabelMenuMenu SectionMRU Split ButtonMost Recently UsedSpinnerSplit ButtonText BoxToggle Buttongeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 13. What are Custom Actions?Bits of XML<CustomAction Id=“MyCustomAction”Location=“Microsoft.SharePoint.SiteSettings … />Links<CustomAction…> <UrlActionUrl=“http://www.foo.com” /></CustomAction>JavaScript (optional)<CustomAction …> <UrlActionUrl=“javascript:DoSomething();” /></CustomAction>Code Behind (optional)<CustomAction …ControlAssembly=“MyCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=63316a326e123aec"ControlClass=“MyCode.Class“ />geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 14. What are Custom Actions?Can be bound to…ListsTasks, Document Libraries, Custom, etc.geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 15. What are Custom Actions?Can be bound to…File TypesBy Extension - .docx, .pl, .foo, .bargeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 16. What are Custom Actions?Can be bound to…Content TypesTasks, Documents, CustomAll (0x)http://go.gvaro.net/bbYxRyProgrammatic IdentifiersTasks List (107)Content Types (0x)geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 17. Building Custom ActionsSharePoint Designer 2010Visual Studio 2010CKS:DEVAdds Custom Action Item Templateshttp://cksdev.codeplex.com/NotePad?geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 18. Building Custom ActionsSharePoint Designer 2010Build Custom ActionsList Item MenuList View, Edit, Display FormsVisual Studio 2010Import from WSP filePackageAdd FunctionalityDeploygeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 19. DEMOS!Building Custom Actions in SharePoint Designer 2010Importing Custom Actions into Visual Studio 2010Listing All Custom ActionsUsing CKS:DEVCustom Action GroupsHiding Custom ActionsMaybe more?geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 20. Bonus Round!Referencing JavaScript FilesJan Tielens on EUSPhttp://go.gvaro.net/dvCSS6Can Add JavaScript into the HEAD of a page using a Custom ActionLocation references “/_layouts/” alwaysgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 21. ReferencesDefault Custom Action Locations and IDshttp://go.gvaro.net/98xD4r (MSDN)Custom Actions on my Bloghttp://go.gvaro.net/dZS9NJgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 22. ReferencesUrlAction Tokens{ListId}GUID representation of the list{SiteUrl}References the URL of the SPWeb context the action is called from{RecurrenceId}Unsupported in context menushttp://go.gvaro.net/bHaqaQgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 23. ReferencesEric KrausListing all Custom Actions in the Farm w/ PWShttp://go.gvaro.net/bD7OHmMSDNCustom Action Definition SchemaCommandUIDefintions, Extensions, HandlersCustomAction, CustomActionGroup, HideCustomActionDefault Locations and IDshttp://go.gvaro.net/9q0QV2geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 24. ReferencesWictorWilénCreating Custom Ribbon ExtensionsPart 1 - http://go.gvaro.net/aFUwBWPart 2 - http://go.gvaro.net/aGlydC geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 25. ReferencesMy Blogwww.geoffvarosky.comCreating Custom Actions with SharePoint DesignerDefault List Type IDsDeploying Custom Actions Across All List TypesCustom Actions in SharePoint 2007SPBasePermissions Enumeration (Rights)geoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 27. Meets 2nd Wednesday/Month6P – 8PMMicrosoft N.E.R.D. Centerhttp://www.bostonsharepointug.orgTwitter: @BASPUG / #BASPUGgeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]
  • 29. About MeGeoff VaroskyGrace HuntSharePoint Solutions GroupDirector, Development & EvangelismBlogger, Author, SpeakerBASPUG Co-FounderSPS Boston Co-OrganizerBlog : www.sharepointyankee.comEmail: gvarosky@gracehunt.comTwitter: @gvarogeoffvaroskygvarosky@gracehunt.com [email]www.gracehunt.com [web]sharepointyankee.com [blog]@gvaro [twitter]