Generate Random Password

This object generates a random password string to be used by other objects when creating a temporary local account or for other purposes.

Input Parameters

Name Type Required Description
Password Length Number Yes

This is the length of the password.

12 will generate a password of 12 characters in length.

Include Special Characters Boolean No

Setting this checked will add special (non alpha-numeric) characters to the password.

Setting this unchecked will stick to alphanumeric only.

Output Parameters

Name Type Description
Generated Password Password

This is the generated password based on the input criteria. This is a password field, not a text field, so it can only be linked to a password field.

Result Number Returns a success value of zero or any value other than zero to indicate failure.
Result String String Object execution error details.

Example Input Parameters

Name Type Required Example
Password Length Number Yes 12
Include Special Characters Boolean No True