Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Per best practices when creating an extension, I created a Permission Editing Service to run after import. As I have a lot of Templates and Shapes, I used a lot of Instance Permission Setters. These worked as intended and the Template and Shape Permissions have been set properly. My problem is that they do not appear to be updating the Instanced Things' Permissions that I need them to; these permissions are blank. Is this normal? Does it not matter that the Instanced Things don't have an updated Permissions list? Do the Instance Permissions only work in certain scenarios? What should be my next course of action? Do I need to bite the bullet and update the Instanced Things' Permissions individually?
Solved! Go to Solution.
Hello,
It's normal that you don't see those permissions on the instance level in Composer. It's enough to call `AddInstanceRunTimePermission` on the template level. You can confirm it by checking Access Report:
/ Constantine
Hello,
It's normal that you don't see those permissions on the instance level in Composer. It's enough to call `AddInstanceRunTimePermission` on the template level. You can confirm it by checking Access Report:
/ Constantine