Modern single-page WebApps have one big issue: due to the application staying within the same page there is no history being built when navigating through WebApps. Instead, the content is altered through AJAX calls. Therefore, browser back and forward buttons do not work, as well as being unable to directly navigate to a specific page.
Starting with DataFlex 19.1. a way to handle History Management has been introduced. This course discusses what it does, how it works and how to use it.