Group Creation and Sub Groups
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2008 12:36 AM
All,
Is it at all possible to rename groups once they have been created in a repository or move groups as subgroups post creation? It doesn't appear possible in the 2.2 interface, but wondering if this will be exposed at a later date.
Thanks,
ray
Is it at all possible to rename groups once they have been created in a repository or move groups as subgroups post creation? It doesn't appear possible in the 2.2 interface, but wondering if this will be exposed at a later date.
Thanks,
ray
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2008 05:16 AM
Hi Ray,
Did you receive any response on this outside of this thread? If you have, or have figured out how this can be achived, i'd be very interested to know.
Thanks
Kayan
Did you receive any response on this outside of this thread? If you have, or have figured out how this can be achived, i'd be very interested to know.
Thanks
Kayan
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2009 11:28 AM
I'm also interested in the answer to this question. Specifically, I'd like to rename an existing group. I guess I could create the new group and delete the old group…but the old group is referenced in several dozen workflows, and I don't want to have to change all the workflow references.
Thanks!
Dave C.
Thanks!
Dave C.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2009 12:19 PM
You can change the "display name" of a group. However you can't change the underlying full authority name.
AuthorityService public void setAuthorityDisplayName(String authorityName, String authorityDisplayName);
There's also equivalent access from Java Script and Web Scripts in the Labs 3.2 Preview # 1 release.
AuthorityService public void setAuthorityDisplayName(String authorityName, String authorityDisplayName);
There's also equivalent access from Java Script and Web Scripts in the Labs 3.2 Preview # 1 release.
