Forum Discussion
mvalerio24
2 years agoContributor
Save Security Group into another Security group using Business Rule
Is it possible to use a Business Rule to save one Security group under another security group? If so, can you share an example of how this would be done?
1 Reply
- JackLacava
OneStream Employee
Retrieve the child group info with BRApi.Security.Admin.GetGroupInfoEx, retrieve the guids of parent groups with the .ParentGroups property, modify the list and save it back with BRApi.Security.Admin.SaveGroup.
Good Luck!
Related Content
- 2 years ago
- 8 months ago