Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies extension table data from specified source.
Syntax
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.
Remarks
Usually, this method is used after using xRecod's data method to copy base table buffer.