Skip to content

IDT Tech Blog

  • Office 365
    • SharePoint Online
      • Modern Sites
      • SPFx
  • SharePoint
    • SharePoint Online
      • Modern Sites
      • SPFx
    • SharePoint OnPrem
      • Boundaries
      • Central Admin
      • Contents
      • Custom Code
      • Event Receivers
      • Look and Feel
      • Managed Metadata
      • Project
      • Search
      • SharePoint Apps
  • Client-Side
    • React
    • Typescript
    • AngularJS
    • Javascript
      • JQuery
  • Server-Side
    • ASP.NET
    • C#
    • Entity Framework
    • Windows Server
      • IIS
  • Windows
    • Office
      • PowerQuery
    • PowerShell
    • TFS
    • Visual Studio
  • iOS
    • SpriteKit
    • Storyboards
    • Swift
  • Mac OS
    • Terminal
IDT Tech Blog

Tag: page

SharePoint Online – Obtener User Properties en Page Layout sin llamadas Asíncronas

Ismael CruzSeptember 21, 2018Leave a comment
Podemos obtener las propiedades por medio de un control llamado ProfileProperty. 1 Registrar el namespace <!--SPM:<%@ Register Tagprefix="PortalWebControls" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal,...

Obtener URL de la página de propiedades de un item

Ismael CruzDecember 14, 2015Leave a comment
A través de esta función podemos obtener la URL para ver las propiedades de un item de una lista de...

Error: Field type 'XXX' is not installed properly. Go to the list settings page to delete this field

Ismael CruzMay 6, 2015Leave a comment
Normalmente suele producirse cuando desplegamos una columna de sitio errónea y la modificamos. Para resolverlo debemos buscar ese campo en...

Cambiar MasterPage via PowerShell

Ismael CruzJanuary 19, 2015Leave a comment
Para cambiar la MasterPage de SharePoint por PowerShell tan solo debemos abrir la consola de SharePoint (SharePoint Management Shell) como...

Ejecutar funcion JS al final de todo de la carga de pagina de SharePoint

Ismael CruzDecember 15, 2014Leave a comment
Podemos ejecutar funciones JS al final de la carga de la página por medio de JQuery. No obstante, en SharePoint...

Hide elements in Modal Dialog (SharePoint PopUp)

Ismael CruzFebruary 11, 2014Leave a comment
When a page is loaded in a Modal Dialog, its URL ends with “IsDlg=1”, that means that it’s being opened...

Delete SharePoint Page Programmatically

Ismael CruzJanuary 25, 2014Leave a comment
SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new SPSite("YOURSITE")) { using (SPWeb web = site.OpenWeb()) { //Obtain the page PublishingPageCollection publishingPages...

Checkin/Publish and Unpublish/Checkout SharePoint Pages Programmatically

Ismael CruzJanuary 25, 2014Leave a comment
Unpublish and Checkout SharePoint Page: SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite site = new SPSite("YOURSITE")) { using (SPWeb web = site.OpenWeb()) {...

Empty DropDown After Submit your Form and Information Lost

Ismael CruzJanuary 15, 2014Leave a comment
My case: It’s a standard register form created in a SharePoint WebPart (but this error could happen even if you’re...

Edit SharePoint Page By URL

Ismael CruzOctober 14, 2013Leave a comment
If we couldn’t acces to the menu item “Edit Page” for any reason and we want to edit that page...

Posts navigation

1 2

Buscar

Categorías

Active Directory (3) AngularJS (3) ASP.NET (11) BAT Files (4) Boundaries (2) C# (24) Central Admin (6) Client-Side (12) Contents (12) CSS (5) Custom Code (21) Entity Framework (1) Errors (17) Event Receivers (2) File Formats (1) HTML (4) HttpModule (2) Hyper-V (2) IIS (3) iOS (3) Javascript (17) JQuery (7) LOG (2) Look and Feel (6) Mac OS X (2) Modern Sites (3) Network (1) Office 365 (7) Performance (2) PowerQuery (2) PowerShell (21) React (3) Search (5) SharePoint Online (14) SharePoint OnPrem (69) SPFx (4) SQL (3) Terminal (2) TFS (2) Typescript (5) User Profiles (3) VBA (3) Visual Studio (13) Windows Server (6) Workflows (3)
IDT Tech Blog
Proudly powered by WordPress | Theme: refur by Crocoblock.