Share via


RetailConnReplicationJob_DataDirector.processJobByAction Method [AX 2012]

Processes the jobs and performs insertions or deletions based on the request.

Syntax

public boolean processJobByAction(
    RetailConnSchedulerSubjobTable _schedulerSubjobTable, 
    RetailConnDistributionLocationId _locationGroupFilter, 
    RefRecId _locationListRecId, 
    boolean _processDelete)

Run On

Called

Parameters

  • _processDelete
    Type: boolean
    A Boolean value that indicates the deletion of the actions.

Return Value

Type: boolean
true if all the actions are recorded before it executes all the jobs; otherwise false.

Exceptions

Exception Condition
Error

Occurs if there is no primary index on the table.

-or-

Occurs if the action number has blank values.

See Also

Reference

RetailConnReplicationJob_DataDirector Class