Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Fuji Soft Inc
JP
Last activity: 16 Dec 2019 1:14 EST
About pyEffortEstimate & pyEffortActual
Hello Team,
I would like to get help from someone to understand the OOTB properties pyEffortEstimate & pyEffortActual .
---Function name: pickBalancedOperator---
int aEffort = workPage.getProperty("pyEffortEstimate").toInteger() - workPage.getProperty("pyEffortActual").toInteger();
Hello Team,
I would like to get help from someone to understand the OOTB properties pyEffortEstimate & pyEffortActual .
---Function name: pickBalancedOperator---
int aEffort = workPage.getProperty("pyEffortEstimate").toInteger() - workPage.getProperty("pyEffortActual").toInteger();
Could anyone please help me to understand the following queries.
How to find the pyEffortEstimate & pyEffortActual values for the specific case?
Is there any custom settings/configuration where we can update pyEffortEstimate & pyEffortActual on Pega?
Is this help to find the effort for the specific case or sum of all the cases exist on the particular operator?