When creating a Permission Set in xCP 2.0, I was surprised to find that the dm_word not appear on the generated Permission Set. Only o dm_owner was created.
How can I add dm_word in the Designer?
I think they wanted to remove aliases (and other stuff) from xCP 2.0. You are able to use them from DA / 6.7SP2 apps, but I don't think you can use them in the designer.
SONDA-Elber Galiza wrote:When creating a Permission Set in xCP 2.0, I was surprised to find that the dm_word not appear on the generated Permission Set. Only o dm_owner was created.How can I add dm_word in the Designer?
How have you achieved appearance of dm_owner keyword in Permission Set? My environment does not allow to setup access for both dm_owner and dm_world, and it installs acl with DELETE permit for dm_owner, and NONE for dm_world.
In you case solution is: create group and grant desired access to that group. After installing add dm_world to groups_names attribute of installed group, it will fail if do something like "alter group 'bla-bla-bla' add 'dm_world'", but following works fine:
retrieve,c,dm_group where group_name='bla-bla-bla'
append,c,l,groups_names
dm_world
save,c,l