Share via


ReleaseUpdateBulkCopyParam::updateDataAreaTable Method [AX 2012]

Copy data from the DEL_DataArea table to the DataArea table.

Syntax

server public static container updateDataAreaTable([container _args])

Run On

Server

Parameters

  • _args
    Type: container
    The arguments required by the RunAs API; optional.

Return Value

Type: container
A nullNothingnullptrunita null reference (Nothing in Visual Basic) container.

Remarks

Instead of direct SQL, X++ should be used to avoid duplicate record IDs.

See Also

Reference

ReleaseUpdateBulkCopyParam Class