Control what your users can access and save time, money, and frustrations. Lock down sensitive data in SuiteCRM to specific groups or teams. Supports unlimited assigned users, unlimited group assignments to records, custom layouts for each group, login/sudo capabilities and much more.
#2923 - Cannot see Additional assigned users field in projects , Project tasks modules
Hi Team,
I m not able to see the "Additional assigned users" field in projects, Project Tasks modules, Kindly let me know how to fix this.
Thank you.
4 years ago
Hello,
Additional Assigned Users will work on any module that is "assignable". These modules are assignable in a sense, but it's a bit technical. I will look at adding an exception for these modules, but unsure what the timeline would be for that.
The work around right now is to edit /modules/Project/vardefs.php and /modules/ProjectTask/vardefs.php. The very last line of both files has something that looks similar to:
Project version
Add assignable to that last array, save, and run a Quick Repair & Rebuild:
Altered Project version
This has not been tested, but it should then cause the field to show in Studio so that you can add it to the layout. This is not an upgrade-safe customization. It's a work around for SuiteCRM not using the assignable vardef for those 2 modules like the rest do.
Hopefully this helps in the meantime!
4 years ago
This works, Thanks