save_as_template ACL not working as expectedIssue save_as_template ACL failing, "root_rule" not defined.ReleaseAllCauseSave as template all tables/all fields is evaluated by this ACL:sys_security_acl.do?sys_id=e5a4a11a0a0a0bc500996b232458173cThis ACL runs a script that governs access to create templates. This function will not work if the ACL that grants write permission to the record contains a Data condition. ResolutionRemove the data condition from the write ACL for the table in question (for example, sc_task) and the save_as_template ACL script will evaluate as expected once again. This is an expected behavior and Data conditions are not supported supported for save_as_template.