Hi Satoshi, You can copy task parent's name with PARENT.NAME, so the script will be: TASK SET_PROPERTY(NAME, PARENT.NAME+" "+"-"+" "+NAME) If you want to change only the last level task name, add NUM_CHILDREN==0 as task condition TASK(NUM_CHILDREN==0) SET_PROPERTY(NAME, PARENT.NAME+" "+"-"+" "+NAME) Best regards, Alex B
↧