0
is there a way to get the activities list of the parent task of my selected activity ?
is there any possible way to search the parent task of my selected activty for a certain activity type using macro ?
not sure if activity.task.activities is the right approach for this, any ideas ?
Customer support service by UserEcho
Hello:
do you need it in a Macro? Because you could see that in a view.
If still sticking to the macro's idea, I would do it looping through:
[Selected Activity] > getTask() > getActivities()
Not an expert in Groovy though.
Best regards.