Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

How to create a new administrator folder

Avatar

Level 4

Hi All,

We have more than 1 market in same instance .We need to create new Administrator folder (Access management,Configuration,Platform,Campaign management,Production ) under each market folder.When we try this there is no option to create new Administrator folder.

Does anybody has idea on that?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Follow these steps:

  1. Create a package definition, xtk:folder full path starts with /Administration/
  2. Export the package to a file on your desktop
  3. Replace all the internal names in the package file with prefixed names, e.g. xtkAdministration -> tenant_xtkAdministration
  4. Import the package
  5. Move the new admin root under your tenant

NB while folders are the major part of multitenancy, there's more complexity to it and proper implementation takes careful work and familiarity with product internals.

Thanks,

-Jon

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

Follow these steps:

  1. Create a package definition, xtk:folder full path starts with /Administration/
  2. Export the package to a file on your desktop
  3. Replace all the internal names in the package file with prefixed names, e.g. xtkAdministration -> tenant_xtkAdministration
  4. Import the package
  5. Move the new admin root under your tenant

NB while folders are the major part of multitenancy, there's more complexity to it and proper implementation takes careful work and familiarity with product internals.

Thanks,

-Jon