Skip to main content
Toggle navigation menu
Microsoft Service Health
Submit a request
Sign in
PF
Power Framework PPM
Overview and Key Concepts
Search
Overview and Key Concepts
Articles introducing key concepts of Power Framework PPM
Introduction
Access and Navigation
AI Assistant (PPM)
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %> <% }) %> <% } %>