RetailAttributeHelper::isAttributeTypeHtml Method [AX 2012]

Checks for the HTML attribute type.

client server public static boolean isAttributeTypeHtml(RecId _attributeTypeId)

Run On

Called

Parameters

_attributeTypeId
Type: RecId Extended Data Type
The record id of the attribute group for the attribute beign looked up.

Return Value

Type: boolean
true if attribute type is HTML;otherwise false.
Show: