SysExtension::replace Method [AX 2012]

Replaces an extension for an element.

client server public static void replace(SysExtModelElement _element, SysExtModelAttributeInstance _newAttributeInstance)

Run On

Called

Parameters

_element
Type: SysExtModelElement Class
The element for which the extension should be replaced.
_newAttributeInstance
Type: SysExtModelAttributeInstance Class
The new attribute instance that is to be used to extend the element.
Show: