Hi,
Each time you click on the Account module, Sugar will list the first n numbers of accounts from the database which are assigned to the user. But we don't assign accounts to Sales rep here so this list is basically useless. I was thinking about setting up some kind of favorite account management.
I would have to create a custom module to manage favorites with a user field and a 1 to n relationship with the account module. Then create a custom account list view to only show accounts listed as favorite for the current user. What do you think about this solution?
thanks