Archive
#ProjectServer #project milestones on the project site #ProjectOnline #PS2013 #SharePoint #JavaScript #jQuery #SP2013 #Office365
|
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011. I am also a certified Prince2 Practitioner. This article has been cross posted from pwmather.wordpress.com (original article) |
This is another script I have written and published yesterday. It will display any project milestones on the associated project site. This JavaScript file can be downloaded from the Microsoft Script gallery:
To get the script to work you will need to download the following jQuery library:
jquery-1.8.3.min.js – jQuery download
A later version of this library may work but this was the one I used / tested with.
Upload this library to your PWA site collection then update the script file with the correct location. I uploaded this file to the site assets library as you can see in the code below:
Also notice the reference to the default SharePoint JS files and the two references to the Data tables CSS and JS files. I just referenced the hosted files but you could download these and host them yourself – if hosting the data table files yourself you will need more than just the two files reference here.
Add the script to your PWA site collection, I uploaded this to the Style Library. Then add a content editor web part to the project site and reference the uploaded project milestones JS file. If you want this to be on all project sites then you would need to create a new project site template.
Once added to a project site the milestones will be visible for that project:
The table can be sorted using the controls on the table.
If no milestones exist in the associated project then the table displays the default no data available message:
Create a milestone in that project and you will see that appear on the associated project site after publishing:
A nice simple script to allow your users to see project milestones on the Project Site. Download today and try it
Most Business Value #App for #Office #Project 2013 just got better #Office365 #ProjectOnline
|
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011. I am also a certified Prince2 Practitioner. This article has been cross posted from pwmather.wordpress.com (original article) |
CPS’ free Task Auditor App for Project 2013 just got better. The App that won 1st place for Most Business Value in the recent App Awards now supports Dutch and Swedish locales. Download today:
See the blog post below for details on the app:
#ProjectServer and #SharePoint 2013 SP1 re-released #ps2013 #sp2013 #office2013
So let me kill all this unnecessary noise with the final announcement that Service Pack 1 is now available to download, and all the clarifications in a nut shell is that Just apply this SP1 to your environment even if you have applied the previously released SP, and also feel free to apply this SP1 if you have April 2014 CU in place. don’t forget to run the configuration wizard in the end 🙂
Also do not forget that unlike old times, this SP1 is not a roll up package, which mean you should install SharePoint 2013 SP1 + Project Server 2013 SP1 and then run the configuration wizard in the end.
Download links for updated SP1:
- SharePoint Foundation 2013 Service Pack 1
- SharePoint Foundation 2013 Language Pack Service Pack 1
- SharePoint Server 2013 Service Pack 1
- SharePoint Server 2013 Language Pack Service Pack 1
- Project Server 2013 Service Pack 1
- Office Web Apps Server 2013 Service Pack 1
For details please see Brian Smith post, you can find details of almost all the queries in your mind on his blog post.
Also see Stefan Bogner’s post for details related to Service Pack 1 release announcement and clarifications.
As always try any patches in your test environment prior to apply to production.
Happy patching 😀
via All about Enterprise Project Management (EPM) http://bit.ly/1nYGfDy
|
The author of the blog has an extensive experience of working as an EPM Consultant. Currently he is located in Dubai, UAE and working for Microsoft partner organization as Project Server specialist. He has a thorough experience of providing Project Management technical/functional consultancy to all sort of organizations. He is a certified PMP, a Project Server MCITP, and also received a MS community contributor award 2011.
This article has been cross posted from khurramjamshed.blogspot.com/ (original article) |
New Risk Matrix #App for #ProjectOnline & #ProjectServer #PS2013 #SharePoint 2013 #Office365 #PM #PMO #Project #BI #Risk
|
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011. I am also a certified Prince2 Practitioner. This article has been cross posted from pwmather.wordpress.com (original article) |
CPS’ 4th app is now available in the Microsoft App Store. The app is called “Risk Matrix” and can be downloaded here:
The Project Server Plus Risk Matrix app will give great visibility of project risks plotted on a 5 x 5 grid based on the impact and probability values.
This app will allow users to quickly visualize the risks and make management decisions. The user can quickly see the Lync presence and easily communicate to either the risk owner or the user who is assigned to the risk using the Lync integration feature.
The Project Server Plus Risk Matrix app integrates into the Project Web App via the Project Center, Project Details Page and in the Project Site.
From the Project Center:
In a Project Detail Page:
From a Project Site:
Full Lync integration:
Download today and take a look using the free trial.
To see the CPS app store click the link below:
Look out for more new apps coming soon.
#ProjectServer / #ProjectOnline Publish All projects #JavaScript #jQuery #SharePointOnline #Office365 #PS2013
|
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011. I am also a certified Prince2 Practitioner. This article has been cross posted from pwmather.wordpress.com (original article) |
This post covers a new script I have written that publishes all projects the user has access to. I do have a PowerShell script that does this perfectly but only works for Project Server on-premise. This is detailed here:
The new script is JavaScript so will work for Project Server 2013 and Project Online. The publish all JavaScript file can be downloaded here:
To get the script to work you will need to download the following jQuery library:
jquery-1.8.3.min.js – jQuery download
A later version of this library may work but this was the one I used / tested with.
Upload this library to your PWA site collection then update the script file with the correct location. I uploaded this file to the site assets library as you can see in the code below:
Also note the references to the default SharePoint / ProjectServer JavaScript libraries.
Once the script is uploaded, save this to the PWA site collection. I uploaded the JavaScript file to the style library:
Now create a new page, I called mine PublishAll and saved this in the Site Collection Documents Library library. The name of the page and the location of the page can be changed, just make sure the users have access to it. Then add a content editor web part on the page and reference the publishallprojects.js file. After clicking save you should see the following load:
Clicking the Publish Projects button will fire of a publish job for all the projects you have access to. You will see the following pop disappear once all the projects have been sent to the queue for publishing:
There are several publish all type apps available in the app store but this method does not require you to install and configure the app store or download and install an app.
Want to see Risks and Issues on a #ProjectOnline / #ProjectServer project detail page? #PS2013 #SharePointOnline #SP2013 #Office365 #JavaScript #jQuery
|
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011. I am also a certified Prince2 Practitioner. This article has been cross posted from pwmather.wordpress.com (original article) |
Over the last few weeks when I have had a spare 5 minutes I have been playing with JavaScript /jQuery. It is something I have wanted to learn for a while and finally thought I would give it ago and see what I could do with SharePoint / Project data. After lots of reading and researching (lots of examples out there!) I came across some very useful jQuery libraries. This post covers the usage of a script I put together to display risks and issues on a project detail page from the associated project site. The full script can be downloaded from the Microsoft script gallery below:
The script only uses default Project Server Issues and Risks columns so it will work as is but it can easily be updated to include other columns.
To get the script to work you will need to download the following jQuery libraries:
jquery-1.8.3.min.js – jQuery download
knockout-3.1.0.js – knockout jQuery download
ko.sp-1.0.min.Ex.js – knockout JS binder library – Extended Version (Includes Moment Js and numeral Js)
Later versions of these libraries may work but these were the ones I used / tested with.
Upload these to your PWA site collection then update the script file with the correct location. I uploaded these files to the site assets library as you can see in the code below:
Also note the references to the default SharePoint / ProjectServer JavaScript libraries.
Once the script is uploaded, save this to the PWA site collection. I uploaded the JavaScript file to the style library:
Now create a new PDP page, I called mine Risks and Issues. Then add a content editor web part on the page and reference the riskandissueonPDP.js file. After clicking save you should see the following message above the grids:
This is because the current page is not an actual projects project details page. Add the new PDP to the correct EPT/s. Now navigate to the Project Center and click on a project that contains risks and / or issues on the associated project site. Click the new Risks and Issues PDP and you will see the the risks and issues displayed:
The script is just an example I put together and should really be improved for a production environment – error handling, update the displayed columns, visualise processing etc. Watch this space for more JavaScript examples as I dabble further!
#Project, #ProjectServer and #SharePoint Server 2013/2010 April 2014 CU available #ps2013 #sp2013
Also Project Server 2013 CU is not a roll-up package, which means it doesn’t includes SharePoint server fixes.
Test the CU in your test environment first prior to apply to production.
Project Server 2013 individual Apr 2014 CU: http://bit.ly/1g8zmuj
Project 2013 Apr 2014 CU: http://bit.ly/1g8zmuk
SharePoint Server 2013 Apr 2014 CU: http://bit.ly/1hij6eG
Project Server 2010 individual Apr 2014 CU:http://bit.ly/1g8zmuo
Project 2010 Apr 2014 CU: http://bit.ly/1g8zkTe
via All about Enterprise Project Management (EPM) http://bit.ly/1hij6eH
|
The author of the blog has an extensive experience of working as an EPM Consultant. Currently he is located in Dubai, UAE and working for Microsoft partner organization as Project Server specialist. He has a thorough experience of providing Project Management technical/functional consultancy to all sort of organizations. He is a certified PMP, a Project Server MCITP, and also received a MS community contributor award 2011.
This article has been cross posted from khurramjamshed.blogspot.com/ (original article) |
#ProjectServer and #SharePoint 2010 / 2013 April 2014 Cumulative Update #PS2010 #SP2010 #PS2013 #SP2013 #MSProject
|
I am a Project Server and SharePoint consultant but my main focus currently is around Project Server.
I have been working with Project Server for nearly five years since 2007 for a Microsoft Gold Certified Partner in the UK, I have also been awared with the Microsoft Community Contributor Award 2011. I am also a certified Prince2 Practitioner. This article has been cross posted from pwmather.wordpress.com (original article) |
The Office 2013 April 2014 Cumulative Updates are now available, please see the links below:
***There is no Project Server 2013 Server Roll up package for April 2014 CU***
Project Server 2013 April 2014 CU:
http://bit.ly/1g8zmuj
Project 2013 April 2014 CU:
http://bit.ly/1g8zmuk
Also worth noting, if you haven’t done so already, install the March 2013 Public update: http://bit.ly/1lR8IgK if installing the April 2014 CU.
The Office 2010 April 2014 Cumulative Updates are now available, please see the links below:
***There is no Project Server 2010 Server Roll up package for April 2014 CU***
Project Server 2010 April 2014 CU:
http://bit.ly/1g8zmuo & http://bit.ly/1lR8IgP
Project 2010 April 2014 CU:
http://bit.ly/1g8zkTe
Remember SP1 or SP2 is a pre-requisite for the Office 2010 April 2014 CUs.
As always, test these updates on a replica test environment before deploying to production.
For more details see:
#SharePoint Product Configuration Wizard Error: Unable to create a Service Connection Point in AD #SP2010 #PS2010
-
On the domain controller, click Start, point to Administrative Tools, and then click ADSI Edit, or use a remote administration tool to connect to ADSI Edit from another computer.
-
On the Action menu, click Connect to, and connect to the domain that you want to use.
-
In the console tree, expand the connection, expand the domain name, and then click CN=System.
-
In the details pane, right-click in the white area, click New, and then click Object.
-
In the Create Object dialog box, in the Select a class box, click container and then click Next.
-
In the Value box, type Microsoft SharePoint Products as the container name, and then click Next.
-
Click Finish.The container is created.
-
Right click the container (CN=Microsoft SharePoint Products), and then click Properties.
-
On the Security tab, click Add.
-
In the Select Users, Computers, Service Accounts, or Groups box, add the users that you want to write to this container, and then click OK.Note that if a user who cannot write to this container installs SharePoint Server 2010, no new entry will be created. Consider giving all Authenticated Users the permission so that you can track all the objects.
-
In the Group or user names box, select the names that you previously added, and then under the Permissions box, clickAdvanced.
-
In the Permission entries box, select the names that you previously added, and then click Edit.
-
In the Permission Entry for Microsoft SharePoint Products dialog box, in the Permissions box, select the Allow check box forCreate serviceConnectionPoint objects, and then click OK.
via All about Enterprise Project Management (EPM) http://bit.ly/1eeddjp
|
The author of the blog has an extensive experience of working as an EPM Consultant. Currently he is located in Dubai, UAE and working for Microsoft partner organization as Project Server specialist. He has a thorough experience of providing Project Management technical/functional consultancy to all sort of organizations. He is a certified PMP, a Project Server MCITP, and also received a MS community contributor award 2011.
This article has been cross posted from khurramjamshed.blogspot.com/ (original article) |
#ProjectServer and #SharePoint 2013 #SP1 download deactviated
“We have recently uncovered an issue with this Service Pack 1 package that may prevent customers who have Service Pack 1 from deploying future public or cumulative updates. As a precautionary measure, we have deactivated the download page until a new package is published.”
Download pages for Project Server and SharePoint are also updated with above reason.
For more details, check Brian Smith post: http://bit.ly/1fE43L8
via All about Enterprise Project Management (EPM) http://bit.ly/1q2IRSo
|
The author of the blog has an extensive experience of working as an EPM Consultant. Currently he is located in Dubai, UAE and working for Microsoft partner organization as Project Server specialist. He has a thorough experience of providing Project Management technical/functional consultancy to all sort of organizations. He is a certified PMP, a Project Server MCITP, and also received a MS community contributor award 2011.
This article has been cross posted from khurramjamshed.blogspot.com/ (original article) |






You must be logged in to post a comment.