DimensionAttribute::getViewContract Method
Gets an instance of the DimensionAttributeViewContract class with necessary field information from the backing entity view and also translation view.
Syntax
client server public static DimensionAttributeViewContract getViewContract(DimensionAttributeRecId _dimensionAttributeRecId, [boolean _includeTranslationViewFieldsIfNecessary])
Run On
Called
Parameters
- _dimensionAttributeRecId
Type: DimensionAttributeRecId Extended Data Type
The record ID of the dimension attribute for which the DimensionAttributeViewContract need to be obtained.
- _includeTranslationViewFieldsIfNecessary
Type: boolean
A Boolean value which indicates whether to include translation view field information when needed.
Return Value
Type: DimensionAttributeViewContract Class
An instance of the DimensionAttributeViewContract class.