Non-admin users can create TemplatesSummaryPossible methods to create a Template for admin or also non admin users with the required roles are the following: Create a template record using the template form, for any table to automatically populate certain fields:Role required: adminOOB ACL of type 'create' for the sys_template table: answer = gs.hasRole("template_editor") || gs.hasRole("template_editor_global") || gs.hasRole("template_editor_group");Custom ACL of type 'create' to grant specific users/roles to access the table and perform the action.