Skip to main content
10-Marble
May 12, 2026
Solved

Export with instance level permissions

  • May 12, 2026
  • 1 reply
  • 45 views

I am creating an extension, and would to include instance level permissions - the organization and user groups exist in all environments, but this detail is not included in the xml during export.

 

I attempted to manually add this detail in the xml, which imported without complaint but the permissions appeared to be ignored.

 

Is there a better option to include permissions when creating an extension, or does this need to be set in the target environment?

Best answer by nmutter

Can you be a little bit more specific as normally permissions are also exported.

E.g. I have a ThingTemplate with Instance runtime permissions in my extension. If I export that to source control, the .xml will have the configured permissions inside (which is also applied)

Maybe also how do you export the entitites?

1 reply

nmutter16-PearlAnswer
16-Pearl
May 27, 2026

Can you be a little bit more specific as normally permissions are also exported.

E.g. I have a ThingTemplate with Instance runtime permissions in my extension. If I export that to source control, the .xml will have the configured permissions inside (which is also applied)

Maybe also how do you export the entitites?

ablyth10-MarbleAuthor
10-Marble
May 27, 2026

This is working OK for me now - I can’t reproduce the issue and wish I had recorded it - thanks for the response,