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
- _schedulerSubjobTable
Type: RetailConnSchedulerSubjobTable Table
The current instance of RetailConnSchedulerSubjobTable table.
- _locationGroupFilter
Type: RetailConnDistributionLocationId Extended Data Type
The current instance of RetailConnDistributionLocationId table.
- _locationListRecId
Type: RefRecId Extended Data Type
The record ID of the location.
- _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. |