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>
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

Duration: 2 Hours


Highlighting the elements required to make any organisation truly agile


Downloads:

Course Preview

Want to schedule this course for your team or program?

Include Page
Intake
Intake

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>