Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the DimensionAttributeValueNamesTmp temp table records with values from the related backing entity.
Syntax
server private static void updateDimAttrValueNamesTmpDesc(
DimensionAttribute _dimAttribute,
DimensionAttributeValueNamesTmp dimensionAttributeValueNamesTmp,
UserConnection _userConnection)
Run On
Server
Parameters
- _dimAttribute
Type: DimensionAttribute Table
The DimensionAttribute table buffer.
- dimensionAttributeValueNamesTmp
Type: DimensionAttributeValueNamesTmp Table
The DimensionAttributeValueNamesTmp table buffer.
- _userConnection
Type: UserConnection Class
The user connection.