SharePoint Online Learning Materials for IT Professionals – http://pulse.me/s/SCQU
Posted from WordPress for Android
SharePoint Online Learning Materials for IT Professionals – http://pulse.me/s/SCQU
Posted from WordPress for Android
Pubblicato in Senza categoria
I have passed SharePoint 2010 exams for development.
Exam 70-573:
TS: Microsoft SharePoint 2010, Application Development
Exam 70-573:
PRO: Designing and Developing Microsoft SharePoint 2010 Applications
Let’s start to study the SharePoint Administrations Exams!!
Pubblicato in Formazione, Generale, SharePoint 2010
The Project Prophecy. The First Insight. – http://pulse.me/s/Frk5
Posted from WordPress for Android
Pubblicato in Project server
Timesheet Solutions for Webcast: Understanding the PSI in Project Server 2010 – http://pulse.me/s/utn4
Posted from WordPress for Android
Pubblicato in Project server | Etichette: Project Server 2010
New Content – Database Maintenance Plans for Project Server 2010 – http://pulse.me/s/BTGV
Posted from WordPress for Android
Pubblicato in Senza categoria
We Won an Award – http://pulse.me/s/BOjF
Posted from WordPress for Android
Pubblicato in Microsoft News, Project server
Project Solution Spotlight and redesign of the Solutions page! – http://pulse.me/s/BOQl
Posted from WordPress for Android
Pubblicato in Project server
You are creating a Custom Action, that does something in a SP modal dialog and you want to read whitch list items have been selected by the User then you must use this method:
SP.ListOperation.Selection.getSelectedItems
See the following example:
var clientContext = new SP.ClientContext.get_current();
var myWeb = clientContext.get_web()
clientContext.load(myWeb);
var selecteditems = SP.ListOperation.Selection.getSelectedItems(clientContext);
var item;
for (item in selectedItems)
{
//Whatever you want!
}
Bye
Pubblicato in Scripts Interessanti, SharePoint 2010
Jared Spataro on Office 365 – http://pulse.me/s/qnT8
Posted from WordPress for Android
Pubblicato in Senza categoria
Service Pack 1 for SharePoint 2010 Products is Now Available for Download – http://pulse.me/s/qkDB
Posted from WordPress for Android
Pubblicato in Senza categoria | Etichette: SharePoint 2010