hi Haruki, I check again the script that we have. It works fine when your task only have one resource . If you only have one resource per-task. this will work. 1. Save the PlanUnit to task user field TASK ASSIGN_UF ("PlanUnit", FLOAT, ASSIGNMENT.PROPERTY("Planned Units")) 2. Assign the Same Name Resources to Same Task, and change the Planned Units from the Task UserField. RESOURCE ASSIGN_OBJECT (VAR TASK( RESOURCE.NAME== $0.NAME)) TASK .ASSIGNMENT SET_PROPERTY (PLANNED_WORK, TASK.UFV("PlanUnit")) You must run the script separately. If you have multiple resource per task, this script will not work. Regards, Indrawan
↧