Skip to main content
Toggle navigation menu
Microsoft Service Health
Submit a request
Sign in
PF
Power Framework PPM
Portfolios, Programmes, Projects
Search
Portfolios, Programmes, Projects
Describing the major entities and their hierarchy within Power Framework PPM.
Portfolio, Programme, Project Hierarchy
Creating and Maintaining a Project
The Project ‘Time Window’
Ownership
<% if (items.length) { %>
In this article
<% items.forEach(function(item) { %>
<%= item.name %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
"> <%= child.title %>
<% }); %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% items.forEach(function(item, index) { %>
<%= item.title %>
<%= item.innerHTML %>
<% }); %>
<% } %>
<% if (items.length) { %>
<% items.forEach(function(item, index) { %>
<%= item.title %>
<%= item.innerHTML %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }); %>
<% if (previousTitle) { %> <%= previousTitle %> <% } %>
<% if (nextTitle) { %> <%= nextTitle %> <% } %>
<% } %>
Back to top
<% if (categories.length) { %>
Categories
<% categories.forEach(function(category, index) { %> <% if (category.id === activeCategoryId) { %>
<%= category.name %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %> <% }) %> <% } %>