}bedrock.hier.emptyconsols.delete - cubewise-code/bedrock GitHub Wiki
Description
This process will delete all consolidated elements with no children in the target Hierarchy.
Use Case:
- Service process to clean-up consolidations after dimension changes.
Note:
Valid target dimension (pDim
) must be supplied otherwise the process will terminate.
:warning:Caution: Target hierarchy (pHier
) cannot be Leaves
.
Process Parameters
Parameter | Data Type | Default | Prompt Text |
---|---|---|---|
pLogOutput |
Numeric | 0 |
OPTIONAL: Write parameters and action summary to server message log (Boolean True = 1) |
pDim |
String | REQUIRED: Target Dimension (accepts wildcards and delimited list) | |
pHier |
String | OPTIONAL: Target Hierarchy (accepts wildcards and delimited list, uses default hierarchy if left blank) | |
pDelim |
String | & |
OPTIONAL: Delimiter character for dimension or hierarchy list (default value if blank = '&') |
Full Process Dependencies
Process doesn't call any dependencies.