#ProjectServer #Win8 #Apps using #Projectsiena #PS2013 #SP2013

Microsoft have released Project Siena (Beta) to enable users to create Windows 8 apps. The tool is a Windows 8 app that can be downloaded here:

http://apps.microsoft.com/windows/en-gb/app/microsoft-project-siena/5ae47651-e8f3-4e41-aab7-e19ab1b80180

Details on Project Siena can be found here:

http://www.microsoft.com/en-us/projectsiena/default.aspx

http://blogs.technet.com/b/projectsiena/

I haven’t had much time to look at the tool but in this blog post I will walk through creating a very simple App that shows a list of projects and the percentage complete.

Once Project Siena is installed and loaded the first screen looks like this:

image

Click “Add a visual” and you will see all the options:

image

For this example, I am going to add a list box:

image

Now select the list box control and click “Items” from the bottom ribbon then click “Add Data Source”:

image

For this example, I have already got an Excel file that contains the projects and information I need using ODATA from my test Project Online tenant:

image

After clicking the add data source button you will see the following options:

image

For this simple example I am going to use Excel, the Excel file you can see above. As you can see,there are 5 options of data sources, but for the purpose of this post I will keep it simple and use Excel.

After adding the Excel file, you will need to select the table/s:

image

Then click “Import data”. You will then see the data appear:

image

Navigate back to the App screen and select the list box, click “Items” from the ribbon and select the table from Excel:

image

Once the Excel table is selected you can then chose what field appears in the list box:

image

In this case, it is the ProjectName field. The list box will update to display the projects from the Excel file:

image

Resize the List Box as required. Add a text box and a slider as displayed below:

image

I have updated the text and styling of the text in the text box. To updating the styling of the text, select the text box and click the “Design” button on the bottom ribbon, these options will appear:

image

Update as required.

The slider is used to visualise the % complete. This control needs to be linked to the data. To do this, select the slider and click the “Data” button, then “Default”. Click “Projects!Selected”:

image

Then click “ProjectPercentCompleted”:

image

The slider will now update to show the % complete for the selected project. That is it for this simple app, but gives you an idea.

You can preview the app by clicking the “Preview” button:

image

The preview looks like this:

image

The tooltip shows the % complete.

As mentioned, this is a simple app just to introduce you to Project Siena and demonstrate how easily anyone can create an App with no coding!

Have fun Smile

3 thoughts on “#ProjectServer #Win8 #Apps using #Projectsiena #PS2013 #SP2013

  1. Does it allow you to pull data directly using OData? Or do you need to pull it into Excel first and then use Excel as the data source? Not sure how you would share this app with others if that is the case.

    1. Hi Chad,

      Currently Siena does not support ODATA, Siena is only in beta at the moment, hopefully when it is completed it will support more data sources. This post was just an overview / intro to using Siena, agreed this app created here could not be added to the market place etc.

      Paul

Comments are closed.

Blog at WordPress.com.

Up ↑