SysExtension.isAttributeInstanceValidForElement Method [AX 2012]

Validates whether an attribute instance is valid for a specific element.

public boolean isAttributeInstanceValidForElement(SysExtensionCacheValue _attributeInstanceCacheKey, SysExtensionCacheValue _elementCacheKey)

Run On

Called

Parameters

_attributeInstanceCacheKey
Type: SysExtensionCacheValue Extended Data Type
The attribute instance cache key.
_elementCacheKey
Type: SysExtensionCacheValue Extended Data Type
The element cache key.

Return Value

Type: boolean
true if the attribute instance is valid; otherwise false.

Community Additions

ADD
Show: