Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2m-atl-dev] method

hi
i want to know how to affect the name of subTasks to the name of subparts
is it true?? i have no result

for (subTask in tskMdl.task.asOrderedSet()){

structure.part.part.asOrderedSet()->select(prt| prt.name=subTask.name) ;

}

Back to the top