The Modify Folder Security smart service allows you to select a user to be added to a specified folder as a reader, author, and/or administrator. Only a System Administrator or a Knowledge Center Administrator can add users in these roles.
Caution: This node can only be executed with the appropriate user rights. Attempting to complete this task without sufficient rights generates an error message for the Process Administrator and pauses the process.
Category: Document Management
Icon:
Assignment Options: Attended/Unattended
This section contains tab configuration details specific to this smart service. For more information about common configurations see the Process Node Properties page.
This tab displays all the Node Inputs and Node Outputs for the Service Node. You can add additional inputs and outputs, if needed. The default inputs are:
Input | Type | Required | Multiple |
---|---|---|---|
Folder | Folder | Yes | No |
Readers | People | No | Yes |
Authors | People | No | Yes |
Administrators | People | No | Yes |
The users and groups selected as readers, authors, and administrators will be added to that role for the folder. The folder's existing readers, authors, and administrators, will not be removed when this smart service executes.
The Modify Folder Security smart service is available as an expression function that can be executed inside a saveInto on a Interface Component or as part of a Web API.
a!modifyFolderSecurity( folder, readers, authors, administrators, onSuccess, onError )
Keyword | Type | Description |
---|---|---|
|
Folder |
The folder you want to set security for. |
|
List of User or Group |
The new users and groups to have reader access to the folder. |
|
List of User or Group |
The new users and groups to have author access to the folder. |
|
List of User or Group |
The new users and groups to have administrator access to the folder. |
|
Any Type |
A list of saves or an HTTP response to execute after the smart service executes successfully. Created with |
|
Any Type |
A list of saves or an HTTP response to execute when the smart service does not execute successfully. Created with |
Feature | Compatibility | Note |
---|---|---|
Portals | Partially compatible | Can be used with Appian Portals if it is connected using an integration and web API. |
Offline Mobile | Incompatible | |
Sync-Time Custom Record Fields | Incompatible | |
Real-Time Custom Record Fields | Incompatible | Custom record fields that evaluate in real time must be configured using one or more Custom Field functions. |
Process Reports | Incompatible | Cannot be used to configure a process report. |
Process Events | Incompatible | Cannot be used to configure a process event node, such as a start event or timer event. |
Modify Folder Security Smart Service