Home Search

DriveWorks Pro 21
Enable/ Disable User

Send Feedback

Enable/ Disable User

The Enable/ Disable User task will enable or disable the specified user.

This is modifying the state of the Enabled checkbox for the specified user in the Security settings.

The user running this task needs to be a member of a team that has permission to modify Group Security.

Properties

Property NameDescription
Enable UserDetermines if the user is enabled (True) or disabled (False).
User NameThe name of the user to enable or disable.
TitleChanges the Title (not the name) of the task.

Examples

When this task is added the properties are static by default.
See How To: Change A Static Property To A Dynamic Property to enable rules to be built on these properties.

Enabling a User

The user "Sales Manager" is to be enabled:

PropertyExample ruleExample resultMeaning
Enable UserTRUETRUEDriveWorks will enable the user specified in the User Name property.
User Name"Sales Manager""Sales Manager"The user that DriveWorks will modify is "Sales Manager".

Disabling a User

The user "Reseller" is to be disabled:

PropertyExample ruleExample resultMeaning
Enable UserResellerIsEnabledReturnWill be FALSE if the ResellerIsEnabled Check Box Control isn't checked.DriveWorks will disable the user specified in the User Name property.
User Name"Reseller""Reseller"The user that DriveWorks will modify is "Reseller".

Using the Task in a Specification Macro

This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.

Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.

Status Outputs

This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.

The status output navigation is as follows:

Success (one of the following occurred)

  • Set user enabled.
  • Set user disabled.

Success with Warnings (one of the following occurred)

  • User was already enabled.
  • User was already disabled.

Failed (one of the following occurred)

  • User does not have permissions to edit group security.
  • Username was empty.
  • User doesn't exist.
  • General failure - Check the specification report for more details.

See Also

Security Settings