RetailConnReplicationJob_DataDirector.onBeforeTableUpdate Method [AX 2012]
Sets the conditions and parameters of the scheduler tables to the client before updating the table.
public boolean onBeforeTableUpdate(
CLRObject readRequest,
RetailConnSchedulerSubjobTable _schedulerSubjobTable,
int _tableId,
str _fromTable,
str _toTable)
Run On
CalledParameters
- readRequest
- Type: CLRObject Class
Read request
- _schedulerSubjobTable
- Type: RetailConnSchedulerSubjobTable Table
The current instance of RetailConnSchedulerSubjobTable table.
- _tableId
- Type: int
The ID reference value of the RetailConnSchedulerSubjobTable table.
- _fromTable
- Type: str
Source table instance.
- _toTable
- Type: str
Destination table instance.
Community Additions
ADD
Show: