Home > Contents > Index >  
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

dimensionset.asset

This is a child tag that will add an asset to a list maintained by a parent tag.

Syntax

<dimensionset.asset type="asset type" assetid="asset id"/>

Attributes

type (required)
The asset type.
assetid (required)
The id of the asset

Description

This is a child tag that will add an asset to a list maintained by a parent tag.

It is always used in conjunction with a parent dimensionset.* tag, specifically, one that needs a list of assets to be provided to it.

Error Numbers

There are no possible errno for this tag.

Example

This example adds the Dimension 123456789 to the list of dimensions already enabled for DimensionSet ds11.

<dimensionset.addenableddimensions name="ds11">
     <dimensionset.asset assettype="Dimension" assetid="123456789"/>
</dimensionset.addenableddimensions>
<asset.save name="ds11"/>

See Also

dimensionset.asset

dimensionset.setenableddimensions

asset:save

   Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.