Skip to main content
Toggle navigation menu
Microsoft Service Health
Submit a request
Sign in
PF
Power Framework PPM
Resource Management
Search
Resource Management
Describing key concepts of resource management in Power Framework PPM.
Resource Management Overview
Resource Pool
Resource Demand
Resource Approval
Resource Demand Transfer
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %> <% }) %> <% } %>