Share via


ReleaseUpdateBulkCopyParam.sourceEnvironmentReady Method [AX 2012]

Indicates whether a checklist item in the source system has been completed.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public boolean sourceEnvironmentReady([ClassName _checkListItem])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean sourceEnvironmentReady([ClassName _checkListItem])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean sourceEnvironmentReady()

  Microsoft Dynamics AX 2012 (FPK)
          public boolean sourceEnvironmentReady()

  Microsoft Dynamics AX 2012 (SYS)
          public boolean sourceEnvironmentReady()

Run On

Server

Parameters

Return Value

Type: boolean
true if the checklist item has been finished; otherwise, false.

See Also

Reference

ReleaseUpdateBulkCopyParam Class