...
The Delete Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Entry DN (text box editor type) (type: string): the entry DN of the eDirectory object that will be deleted.
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:
...
- the DN String value for the object to be deleted. For example, "CN=FlowsterUser,o=FlowsterDemo", where FlowsterUser is the name of the user and FlowsterDemo is the parent container of the user.
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: boolean): outputs the status of the operation.
Execution: depending on the given input object (Entry DN - user, computer or group), the activity will delete the entry from the specified Novell server:
Edit Entry
This activity edits specified attribute(s) values of a specified input entry.
...