DimensionAttribute::getLocalizedNameByEntityAndInstance Method

Gets the translated name that is associated with the entity and instance, if it is available.

Syntax

client server public static Name getLocalizedNameByEntityAndInstance(
    RecId _dimensionAttributeRecId, 
    RefRecId _entityInstance, 
   [Name _invariantName])

Run On

Called

Parameters

  • _dimensionAttributeRecId
    Type: RecId Extended Data Type
    The record ID of the DimensionAttribute record that represents the entity.
  • _invariantName
    Type: Name Extended Data Type
    The invariant name to use as a fall back, if a fallback is required; optional.

Return Value

Type: Name Extended Data Type
A translated name for the entity instance.

See Also

Reference

DimensionAttribute Table