Is there a way to have multiple groups assigned to a single template?Issue Is there a way to assign records in sys_template to be available for more than one group?ResolutionOn the sys_template table, the link to group is one-to-one which will only allow a single group to be assigned to a template. Some possible workarounds: The template can be made public to allow everyone to be able to access it.If this is not an option, you can create a specific group for the template itself and then have it assigned to those users.Another option would be to create a role specific to this template and assign it to the template. Then assign this role to those groups which would give those users access to the template.