Dashboard and Dashlets for all the users

Hi,

I want to confirm ,is it possible to create same dashboard with same additional tabs and dashlets for all the users who are involved in my suitecrm ?

Please Advise

Thank you

@Dinu1
Yes. I was making solution where were static dashlets for different roles. I wrote logichook ‘after_save’ for Users module and wrote custom file - include/MySugar/MySugar.php

Hi @p.konetskiy,

Is this function achievable via backend, because I am only able to access the frontend apart from the backend. Therefore, if you don’t mind can you explain to me further how to achieve this function.

Much Appreciated

@Dinu1
No. You should write several php function and make/change some files directly in filesystem.

Hi @p.konetskiy,

Thank you so much for your valid response

@Dinu1
I forgot the variant.
You can develop your decision in test installation SuiteCRM. After that you can build packed for loading it through ‘Module Loader’ (https://docs.suitecrm.com/developer/module-installer/) or ‘Upgrade Wizard (out of documentation)’.