Share via


RetailConnSchedulerJobTable::duplicateDRMSchedulerJobTable Method

Duplicates the specified record of the RetailConnSchedulerJobTable table.

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
          client server public static RetailConnSchedulerJobTable duplicateDRMSchedulerJobTable(RetailConnJobId _jobId, [boolean _suppressDialogRun])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static RetailConnSchedulerJobTable duplicateDRMSchedulerJobTable(RetailConnJobId _jobId, [boolean _suppressDialogRun])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static RetailConnSchedulerJobTable duplicateDRMSchedulerJobTable(RetailConnJobId _jobId)

Run On

Called

Parameters

  • _suppressDialogRun
    Type: boolean
    Boolean value which checks if the dialog run is suppressed when called from unit test class.

Return Value

Type: RetailConnSchedulerJobTable Table
The record with specified jobID.

Exceptions

Exception Condition
Error

The job ID already exists.

-or-

Default error

UpdateConflictNotRecovered

A standard update conflict error occurs.

UpdateConflict

A standard update conflict error occurs.

See Also

Reference

RetailConnSchedulerJobTable Table