PADomainUtils - setFoundation(Boolean foundation)
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Performance Analytics
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Use this method to move or copy only foundational records in a hybrid domain configuration.
You can implement a hybrid approach by maintaining some types of record in a parent domain
and some types in child domains. Generally, the parent domain contains foundational records
and the child domain contains higher-level records, such as widgets. The following types of
record are considered foundational records.
- Bucket groups
- Buckets
- Scripts
- Breakdown sources
- Indicator sources
- Filters
- Breakdowns
- Managed sources
- Manual breakdowns
- Breakdown mappings
- Breakdown relations
Name | Type | Description |
---|---|---|
foundation | Boolean | Indicates if only foundational records should be copied or moved by this PADomainUtils object. |
Type | Description |
---|---|
PADomainUtils | The object calling this function. |