Hello, I would like to run a script that must verify 2 parameters before changing the status to "in progress" but it does not recognize the AND condition. This is the script TASK.RESOURCE (UFV("ACC_CON_Enfierradura 50%")==TRUE OR UFV("ACC_CON_Enfierradura 100%")==TRUE OR UFV("ACC_CON_Moldaje")==TRUE OR UFV("ACC_CON_En proceso")==TRUE AND UFV("ACC_CON_Hormigonado")==FALSE AND UFV("ACC_CON_Instalado")==FALSE ) SET_PROPERTY( STATUS_NAME, "Default category::Estados del sistema::En curso")
↧