Hi,
When a lead is manually assigned a user, I'd like that lead to also be automatically assigned to that user's team.
I wrote this script
ifThen(entity\isAttributeChanged(assignedUser.name ), teamsIds=assignedUser.teamsIds)
based on other solutions I saw in this forum but it doesn't work for me.
What am I doing wrong?
Thanks
When a lead is manually assigned a user, I'd like that lead to also be automatically assigned to that user's team.
I wrote this script
ifThen(entity\isAttributeChanged(assignedUser.name ), teamsIds=assignedUser.teamsIds)
based on other solutions I saw in this forum but it doesn't work for me.
What am I doing wrong?
Thanks
Comment