cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Consolidated Exercise

GauravDhiman
Level 5
Hi Bot Builders,
I am doing BP Advanced consolidation Exercise.
In the initial stage just wanted to know,"Is it really necessary to have 3 different Objects for one process?I have debugged the objects but process uses 2 different BP Objects to Launch and login.I am able to attach "BP- Basic Action Object" but when process moves to "BP-Login Object"it again detaches or opens up new Log In window.
I am thinking to club all 3 objects together to mitigate this issue but "Solution document is asking for 3 different Objects".
Please help if someone doing "BP- ACE-Create Quotes"

Regards 

------------------------------
Gaurav Dhiman
------------------------------
Gaurav Dhiman RPA developer,ROM Architect Melbourne,VIC,Australia 0413 930 960
3 REPLIES 3

Hello Guarav!
It is necesary to have 3 different objects in that exercise, in fact and accordance with best practice, you will eventually have as many objects as screens that the target application has. Having multiple object will give a lot of advantages such as:
  • More developers can work concurrently.
  • Application mdeller is smaller and less prone to latent error.
  • A running process consumes in memory only the actions it requires.
  • Whenever a change is made within the obkect layer, the effect on and risk to the process layer is minimised.
This will apply to project that will be put into a production environment.
You can find more information on Object Desing in the 'Blue Prism Best Practice Guide'
https://portal.blueprism.com/system/files/2018-01/Blue%20Prism%20-%20Development%20Best%20Practice.pdf

------------------------------
Daniel Sanhueza
Analyst
Deloitte
America/Santiago
------------------------------
Daniel Sanhueza
RPA Professional Developer
Deloitte

Thanks for response Daniel,but then what is the procedure to attach same app in different object.
because process reverts with the error that app is not connected.
"basic action" object attaches the app in process but when process moves to "log in" object gives an error that app is not connected.
or I delete attach page in "Basic action " object.
or there is any command which Is out of my knowledge area.
regards

------------------------------
Gaurav Dhiman
------------------------------
Gaurav Dhiman RPA developer,ROM Architect Melbourne,VIC,Australia 0413 930 960

Every Object must have the Attach Page, see the example below.

6413.png

As Developer in every action of the object I put a Page Stage referencing my Attach Page right after the Start Stage. 

Hope it help

------------------------------
Daniel Sanhueza
Analyst
Deloitte
America/Santiago
------------------------------
Daniel Sanhueza
RPA Professional Developer
Deloitte