Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<div class="" onclick="showTrainingPopup('upcoming-events-only');" style="font-size:large;cursor:pointer;text-decoration:underline;color:#0052CC;font-weight:bold;margin:auto;">
Show Upcoming Events
</div>
LACE Business Agility Explained
What is Business Agility? How can a business be Agile? In this foundational course we will explore concepts from the world of Agile software development and examine how they are being applied to a multitude of disciples, and learners will work together to identify processes issues that Agile methodologies and practices can mitigate.

Who should attend:

Anyone who is interested in the Business Agility buzzword. Business teams who are interested in the adoption of agility practices.


Learners will:

  1. Understand what is Business Agility
  2. Recognize the benefits of adopting Business Agility
  3. Explore the application of Agile Practices for Business Teams
  4. Discuss Business Agility implementation within CMS

Duration: 2 Hours


Highlighting the elements required to make any organisation truly agileImage RemovedImage Added

Want to schedule this course for your team or program?

Include Page
Intake
Intake

LACE Course Catalog

LACE Learning Paths

LACE Course Calendar

Excerpt Include
Working Copy Popup Test
Working Copy Popup Test
nopaneltrue

Excerpt Include
Attachments
Attachments
nopaneltrue

HTML
<script type="text/javascript">
var aTags = document.getElementsByTagName("strong");

var searchText = "LACE Explained: Business Agility";

for (var i = 0; i < aTags.length; i++) {
  if (aTags[i].textContent == searchText) {
    aTags[i].parentNode.parentNode.parentNode.style="background-color:#c7ccdf;";
  }
}
</script>