06 feb 2012 Informatica Alias di Microsoft SQL Server Con Microsoft SQL Server è possibile creare sulla macchina client degli alias al server di database per svincolarsi dal nome fisico della macchina. L'ideale sarebbe creare un alias per applicazion ... Database SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint 2016 SQL SQL Server
29 set 2011 Informatica SharePoint 2010 Missing server side dependencies Dopo un installazione pulita di SharePoint 2010 poò comparire un alert in Review problems and solutions dal titolo Missing server side dependencies con il testo qua sotto riportato: Title: Missing ... Errori Installazione SharePoint SharePoint 2010 SharePoint 2013
20 lug 2011 Informatica Resettare la masterpage di sharePoint alla site definition con PowerShell Lo script PowerShell 2.0 permette di resettare la default.master di un sito SharePoint 2010 alla site definition anche in modo ricorsivo su tutti i sotto siti... PowerShell SharePoint SharePoint 2010 SharePoint 2013
09 mag 2011 Informatica Impostare gli utenti Cache Super Users e Cache Super Reader Uno script in PowerShell 2 per SharePoint Server 2010 per settare gli utenti Cache Super User e Cache Super Read su una o più Web Application. PowerShell SharePoint SharePoint 2010 SharePoint 2013 SharePoint 2016
18 mag 2010 Informatica Nascondere la master page in SharePoint 2010 In SharePoint 2010 è possibile nascondere la master page , e quindi visualizzare solo il contenuto di una pagina, semplicemente aggiungendo in query string il parametro IsDlg=1 . Ad esempio: http: ... JavaScript SharePoint SharePoint 2010 SharePoint 2013
10 set 2009 Informatica SharePoint e share di rete (Explorer view) E' possibile accedere ad una document library di SharePoint 2007 (WSS3 - MOSS) come se fosse una cartella di rete, ad esempio: \\sharepoint2007\Documents . Questo è quello che avviene quando... Office SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013 Windows
26 ago 2009 Informatica Come ottenere la url della document library Pages In SharePoint 2007 (MOSS) la document library, in cui vengono salvate le pagine di publishing, viene nominata in base alla lingua di creazione del sito. Quindi se ho un sito con template inglese ... C# Object Model PowerShell SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
21 lug 2009 Informatica Attivare una feature programmaticamente in SharePoint In SharePoint 2007 (WSS3 - MOSS) è possibile attivare una feature via codice aggiungendola alla collection Features dell'oggetto SPWeb o SPSite tramite il suo Guid. Questo è un esempio in C# : str ... C# Object Model SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint 2016
08 lug 2009 Informatica Errore nel deploy di un Page Layout di SharePoint Se dopo aver deployato un Page Layout tramite una feature in SharePoint 2007 (WSS3 - MOSS), in fase di creazione di una pagina ottieni un errore simile al seguente: </asp:content> <html x ... Errori SharePoint SharePoint 2007 SharePoint 2013 SharePoint Designer
01 mar 2009 Informatica Elenco esami di certificazione Elenco di tutte le certificazioni conseguite ASP.NET C# .NET Esami HTML JavaScript MVC SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint Foundation Visual Studio WCF Web Web service
04 nov 2008 Informatica Funzioni per i campi calcolati (Calculated field) Esiste un help con le funzioni usabili nei campi calcolati (SPFieldCalculated) di SharePoint 2007 (WSS3 - MOSS) e si trova, normalmente, in: c:\Program Files\Microsoft Office\Office12\1033\STSLIST ... Excel SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint 2016
30 ott 2008 Informatica Eseguire il codice con elevati privilegi 2 (SharePoint) Ecco un altro sistema per accedere agli oggetti di SharePoint 2007 (WSS3 - MOSS) con un utente diverso da quello corrente. Viene usato tipicamente per accedere agli oggetti con i privilegi... C# SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
04 giu 2008 Informatica SPQuery ricorsivo sui folders SharePoint Un esempio di come fare query ricorsive su una lista SharePoint 2007 (WSS3 - MOSS). In questo caso cerco sulla lista Pages, indipendentemente dalle cartelle/folders, tutti i file che hanno nome... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
05 mag 2008 Informatica Feature per aggiungere una master page o una pagina In SharePoint 2007 (WSS3 - MOSS) è possibile aggiungere delle master page tramite una feature . Per farlo è sufficiente creare una cartella (ad esempio SgartMasterPage) sotto la directory... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
18 feb 2008 Informatica SPList, ItemCount vs Items.Count (SharePoint) In breve le differenze tra le proprietà ItemCount della lista e Count dell'item collection. list.ItemCount da il numero totale degli item contenuti nella lista, comprese le cartelle, indipendentem ... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
12 feb 2008 Informatica Recuperare il riferimento a un Content Type di lista SharePoint Per recuperare il riferimento a un content type di una lista SharePoint 2007 (WSS 3 - MOSS) bisogna usare il metodo BestMatch passandogli l'id del content type richiesto. Questo perchè se abbiamo ... C# SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
22 nov 2007 Informatica CustomAction export XML in SharePoint Questa feature di SharePoint aggiunge 2 voci al menu Action delle liste e altre 3 al menu Site Actions . Queste permettono di esportare le configurazioni e i dati in formato xml... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
07 ott 2007 Informatica Ottenere lo schema della lista/sito di SharePoint via browser In SharePoint è disponibile una url /_vti_bin/owssvr.dll che permette di ottenere informazioni su vari oggetti. Ad esempio è possibile avere lo schema della lista , comprensivo di tutte le viste... CAML SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013 SharePoint 2016 SharePoint Foundation
14 lug 2007 Informatica Come aggiornare un SPListItem si SharePoint Un esempio di come modificare un item di una lista in SharePoint 2007 (WSS3 - MOSS) utilizzando i metodi: Update() aggiorna l'item, la data (Modified) e l'utente (Modified By) ed eventuale... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013
02 giu 2007 Informatica Semplice Feature Un esempio di come creare una feature per SharePoint 2007 (MOSS) che aggiunge un link al menu action di una lista . Vediamo i passi crea una cartella SharePointFeatureLink sotto... SharePoint SharePoint 2007 SharePoint 2010 SharePoint 2013