Chapter 16: Designing Custom Pages with UI Designer
We captured the pages and UI controls from the SAP Logon application and created a context in Chapter 12, Capturing and Declaring Applications, Pages, and Items. We used the captured information to create multiple workflows in Chapter 15, Controlling Workflows and Scenarios. Remember, the context was only declared and never initialized with values required to post an invoice. The information required for the business process can be captured in multiple ways, such as reading emails or processing Excel files. We will be exploring integration with Outlook or Excel in the upcoming chapters. One way to populate values to a context is to provide a custom page for users to enter the details.
SAP Intelligent RPA provides the UI Designer perspective to develop custom pages/dialogs. These custom pages can then be integrated with the workflow as any page that was captured from an application. In this chapter, we'll extend our knowledge...