Hello everyone. I’ve a fast question. My client have a lot of account and a lot of activities on them, he need now to change the “assigned to” with another user, but he need to assign all the other modules information (documents, activities) to the new user. there is a way to do that without quering the db?
Hey,
unsure what this question is actually about:
- selecting the
assigned user
for future objects -> could be done with workflows - updating the existing
assigned user
for specific objects:- a) adding the field to the “mass update” layout and update from there manually per module
- b) by database query
- c) by using workflows (like: run on scheduler only; where
assigned_user
== old user; setassigned_user
to the new user). Might slow down the system.
ok i think i will use the C solution. thanks for the suggest