Hey Harshith,
I hope you're staying safe yourself and having fun exploring Blue Prism.
To answer your question, I will direct your attention to the diagram in section 4 on page 10. There are three levels to the diagram from top to bottom, viz. (a) Blue Prism automation, (b) Required application screens that each automation accesses and (c) the ERP system.
The middle layer with screens is like any standard application that uses authentication and then allows various operations. I'll use a very simple use case, consider your email account and the way you use it. In order to use it, you will interact with the following screens in your browser:
1. Screen 1: Login screen
2. Screen 2: Inbox view
3. Screen 3: Compose a new message
4. Screen 4: Account settings
5. Screen 5: Change Password
6. Screen 6: Create email signature
.. and so on.
When building a multi-object automation, you will create a separate object for each screen above. This will create multiple components for your application that can be used as needed to achieve the purpose of your automation. For eg. In order to change your email signature, you will call screens 1, 4 and 5, whereas to send an email you will call screens 1 and 3. Now extrapolate this example to an application like SAP which requires complex business processes to navigate multiple screens that overlap with other business processes. Using multi-object approach, you are enabling re-use of those objects while getting some major benefits from it, such as:
- Multiple developers can now build objects without waiting on each other to release the lock
- Any process which automates the ERP System only consumes less actions into memory
- A change to actions within the ERP object will impact less processes
- The individual objects will be smaller and more efficient with a smaller Application Model
- The testing cycle will be more efficient as regression testing will only be needed for automations that use that particular screen as against testing all automations that use a larger single-object (with multiple screens)
I hope this helps answer your question and provide you some context on using the multi-object approach.
Regards.
------------------------------
Madhur Chopra
Sr. Product Consultant
Blue Prism - Professional Services
America/Los_Angeles
------------------------------