-
Notifications
You must be signed in to change notification settings - Fork 76
}bedrock.cube.delete
lotsaram edited this page Apr 24, 2020
·
3 revisions
This process deletes cube(s).
Use Case: Intended for cleaning up after development/prototyping.
1\ Delete all cubes not needed after Go Live.
Note:
A list of cubes can be specified and/or wild cards can be used.
Naturally valid cube name(s) must be specified otherwise the process will abort.
By default (pCtrlObj
) the process will not delete control cubes (i.e. attributes, security etc).
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
OPTIONAL: Write parameters and action summary to server message log (Boolean True = 1) |
pCube |
String | REQUIRED: List of Cubes to Delete (Separated by Delimiter, Accepts Wild card) | |
pDelim |
String | & |
OPTIONAL: Delimiter |
pCtrlObj |
Numeric | 0 |
OPTIONAL: To Delete control cube 1=Delete control objects, 0=Do not delete control objects, Default value 0 |
Process doesn't call any dependencies.
test sidebar