ReleaseUpdateBulkCopyExecute::isBulkCopyReady Method [AX 2012]

Validates whether a bulk copy script is ready, depending on its transformations.

server public static boolean isBulkCopyReady(RefRecId _bulkCopyId)

Run On

Server

Parameters

_bulkCopyId
Type: RefRecId Extended Data Type
The record ID of the bulk copy in the ReleaseUpdateBulkCopyTable table.

Return Value

Type: boolean
true if the script is ready to run; otherwise, false.
Show: