Skip to main content

Posts

Showing posts with the label Project fields displayed on Project Site

Project Site - Project/Custom fields displayed on Project Site or Project Workspace

If you want to display project fields or project custom fields on your project site, like in the image below, there are only a limited number of possibilities. One of them is of cause to use an App, but that limits the layout to the App. In this post, I will walk you through how to insert a script that loads and displays any project field you like. The Script is really easy to configure. I should mention that I found part of this solution at Poul's Project blog ( link ) but his solution was very difficult to configure so I rewrote the whole code. First thing you need is to upload your JQuery script file to the PWA site. if you already have a JQuery file uploaded it will properly do fine. Download the JQuery file here  http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js  and save it on your desktop. Go to the Site Settings of the PWA and click on Master Pages. Upload the JQuery file here and publish it. View properties of the file and copy the JQuer...