-
Notifications
You must be signed in to change notification settings - Fork 76
}bedrock.security.client.delete
lotsaram edited this page Apr 24, 2020
·
3 revisions
This process will delete clients.
Use Case: Intended for development and production.
- Clean up users after go live.
- Remove old employees from the system on termination.
Note:
Naturally, a valid client(s) (pClient
) is mandatory otherwise the process will abort:
- Multiple clients can be specified separated by a delimiter.
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
OPTIONAL: Write parameters and action summary to server message log (Boolean True = 1) |
pClient |
String | REQUIRED: Clients (Separated by delimiter (e.g. Client1&Client2), Accepts Wild card (e.g. Client,Client, Client)) | |
pDelim |
String | & |
OPTIONAL: Delimiter (default value if blank = '&') |
Process doesn't call any dependencies.
test sidebar