If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
How to assign accounts and auto assign related contacts to a new user
How to assign accounts and auto assign related contacts to a new user
Hi, I am looking to mass update accounts and assign them to a new user. How can I set Espo up to auto assign/update all the related contacts of that account?
Please select all demanded accounts in an Accounts entity list view, choose an action -> Mass Update -> select the 'Assigned User' field -> select a new user.
Hello Maximus, Thank you for your reply. I did this and it works, but the contacts that are linked to the accounts dont move to the new user. So I would like to be able to move lets say "company A" together with the linked/related "contact A" and "contact B" to the new user. At the moment, the contacts remain and only the accounts move...
It seems straightforward with the Espo functions etc. but tried so many combinations and nothing seems work. Im trying in the Accounts Entity: ifThen(entity\isAttributeChanged('assignedUserName '), contacts.assignedUserName=assignedUserName)
Comment