- 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Create Groups In Sub Group Folder
- Updated on 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Overview
Example Lab Details | |
Version | 6.15.0 |
Root Folder | Example Lab-Create Groups In Sub Group Folder |
Modules | None |
Dependencies | None |
This Example Lab demonstrates create a new group in a new subgroup folder.
Explanation
This example creates a subgroup folder and a Group. The "Generate GUID" step creates a new GUID for the new sub group folder. The Form allows the user to specify the subgroup folder and Group name. The "Create Sub Folder" step will accept the GUID, the user's input for the name for the folder, and this folder behavior type is set to "DecisionsFramework.ServiceLayer.Utilities.GroupsFolder". This step will create the new Subgroup folder. The "Add New Group" step is set to Build Data and the new group name is mapped in from the Form. The "Fetch Entities" step is filtered on the Group name. This step is used to get the group ID of the new group. The last step "Move To Folder", takes in the group id, Folder ID, and the Entity type is set to as "DecisionsFramework.ServiceLayer.Services.Accounts.Group".