-
Notifications
You must be signed in to change notification settings - Fork 74
}bedrock.dim.attr.delete
lotsaram edited this page Apr 24, 2020
·
3 revisions
This process can delete one or more attributes in one or more specified dimensions.
Use Case: Intended for development/prototyping.
- Clean up unused dimension attributes before going to production
Note:
- Delimited lists and/or wild card(*) are acceptable for
pDim
&pAttr
- Multi-character wildcard "*" value for
pAttr
is evaluated as "ALL" - You cannot specify "*" for both
pDim
andpAttr
! Warning:
- As the process accepts wildcards USE WITH GREAT CARE! As if using wildcards for dimensions and attributes any matching attributes in any matching dimensions will be removed from the system.
- Multi-character wildcard "" value for
pAttr
is evaluated as "ALL". SettingpAttr
to "" will delete all attributes in the spacified dimension.
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: dimension name, parameter accepts delimited list and wildcards(*). | |
pAttr |
String | REQUIRED: attribute name, parameter accepts delimited list and wildcards (* = ALL). | |
pDelim |
String | & |
OPTIONAL: delimiter character for attribute list. (Defaults to & if blank) |
pCtrlObj |
Numeric | 0 |
REQUIRED: Include control dimensions (1 = include, 0 = not include) |
Process doesn't call any dependencies.
test sidebar