Skip to main content
Toggle navigation menu
Release Notes
Facebook Hub
Submit a request
Sign in
Categories
Search
Maid Central - Help Center
MaidCentral Builds and Updates
Build Highlights
Build Highlights
Articles
Promoted article
Build Highlights - September 7th, 2023
Promoted article
Build Highlights - July 28th, 2023
Build Highlights June 30th 2023
Build Highlights - May 18th, 2023
Build Highlights - April 27th, 2023
Build Highlights - March 30, 2023
Build Highlights - February 23, 2023
Build Highlights - January 19, 2023
Build Highlights - December 8th, 2022
Build Highlights - November 11, 2022
Build Highlights - October 27th, 2022
Build Highlights - September 15th, 2022
Build Highlights - September 29th, 2022
Build Highlights August 26, 2022
Build Highlights August 11, 2022
Build Highlights July 29, 2022
Build Highlights July 21, 2022
Build Highlights July 14, 2022
Build Highlights June 30, 2022
Build Highlights June 23, 2022
Build Highlights June 2, 2022
Build Highlights May 12, 2022
Build Highlights April 28, 2022
Build Highlights April 14, 2022
Build Highlights March 31, 2022
Build Highlights March 17, 2022
Build Highlights March 10, 2022
Build Highlights March 03, 2022
Feature Updates to the Rate Adjustment Control
BI Employee Time Clocks Not Clocked Out Enable this Feature to Show Employees who Have Not Clocked Out (Video)
Build Highlights - September 7th, 2023
Promoted article
Build Highlights - July 28th, 2023
Promoted article
Build Highlights June 30th 2023
Build Highlights - May 18th, 2023
Build Highlights - April 27th, 2023
Build Highlights - March 30, 2023
Build Highlights - February 23, 2023
Build Highlights - January 19, 2023
Build Highlights - December 8th, 2022
Build Highlights - November 11, 2022
Build Highlights - October 27th, 2022
Build Highlights - September 15th, 2022
Build Highlights - September 29th, 2022
Build Highlights August 26, 2022
Build Highlights August 11, 2022
Build Highlights July 29, 2022
Build Highlights July 21, 2022
Build Highlights July 14, 2022
Build Highlights June 30, 2022
Build Highlights June 23, 2022
Build Highlights June 2, 2022
Build Highlights May 12, 2022
Build Highlights April 28, 2022
Build Highlights April 14, 2022
Build Highlights March 31, 2022
Build Highlights March 17, 2022
Build Highlights March 10, 2022
Build Highlights March 03, 2022
Feature Updates to the Rate Adjustment Control
BI Employee Time Clocks Not Clocked Out Enable this Feature to Show Employees who Have Not Clocked Out (Video)
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12 mb-5'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% if (alignment === 'left') { %>
<% } %>
<% }) %>
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Categories
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% if (alignment === 'left') { %>
<% } %>
<% }) %>
Can't find what you're looking for?
Submit a request
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %> <% var hasParentSection = parent.hasOwnProperty('parent_section_id') %>
<% var sectionsInCategory = sections.slice(0, maxSections) %> <% sectionsInCategory.forEach(function(section, index) { %> <% var isLast = ((index + 1) === sectionsInCategory.length) && !hasParentSection %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>