SysExtensionSerializerMap.copyExtensionTableData Method [AX 2012]

Copies extension table data from specified source.

public void copyExtensionTableData(SysExtensionSerializerMap _baseTable, [boolean _onlyCopyOrign])

Run On

Called

Parameters

_baseTable
Type: SysExtensionSerializerMap Map
A base table buffer which is the source to copy extension table data.
_onlyCopyOrign
Type: boolean
A Boolean value that indicates whether to only copy the original extension table data; optional.

Usually, this method is used after using xRecod's data method to copy base table buffer.

Community Additions

ADD
Show: