Permissions for Creating Artifact Templates Do Not Seem to Match Documentation?
Good day,
Creating module templates
However, I just had someone (who only has Author permissions) create an Artifact Template. However, he was not able to edit the template after he created it.
I am not sure why the documentation says one thing, but functionality shows something different. I am also not sure why Author has permissions to modify an Artifact Template, but cannot modify the template.
One answer
Hi Mary,
Not sure if you are aware but Module Templates and Artifact Templates are quite different.
The interface treats them as if they are the same thing and conceptually interchangeable but the implementation of each is quite different.
If you create a regular artifact template then the template definition, with its content, exists separately in the template repository. If you created the artifact template based on an existing artifact then the template definition is separate to the original artifact. If you make subsequent changes to the original artifact this has no effect on the artifact template.
However with module templates the definition of the template is simply a dynamic reference to the module on which the 'module template' was created from. Consequently for module templates if you modify the original module on which your 'module template' was based then any future modules created from that template will also contain those changes made to the source module even after the module template was created.
Might be worth bearing this significant implementation difference in mind while trying to debug your permissions issues and maybe focus on artifact templates to begin to pin down the issue.