...
As mentioned above, the values for all the required parameters can be provided by IN arguments/variables or inserted through the inline / extended editor. Below is an example of predefined arguments, ready to be used by the Delete Entry activity:
Edit Entry
This activity edits specified attribute(s) values of a specified input entry.
...
The Edit Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Attributes (collection editor type) (type: string): the attributes as a collection for the eDirectory entry that you want to edit. In our example the activity will edit the SN and the Mail attributes. For the Name column insert the exact name of the attribute and for the Value column insert the new value.
- CSV Attributes (text box editor type) (type: string): overrides the 'Attributes' parameter. The values must be entered with the format: "AttributeName1SN,Attribute1ValueFlowsterNewSN;Attribute2NameMail,Attribute2ValuedemoNew@fmrp.intern".
- Entry DN (text box editor type) (type: string): the entry DN path of the eDirectory object that you want to editDN String value for the user which will the attributes edited. For example, "CN=FlowsterUser,o=FlowsterDemo", where FlowsterUser is the name of the user and FlowsterDemo is the parent container of the user).
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables.
Execution: the activity will edit the specified attributes for the given entry (in our example, for an user):
Remove User from Group
...