Share via


RetailConnReplicationJob_DataDirector.onBeforeTableUpdate Method [AX 2012]

Sets the conditions and parameters of the scheduler tables to the client before updating the table.

Syntax

public boolean onBeforeTableUpdate(
    CLRObject readRequest, 
    RetailConnSchedulerSubjobTable _schedulerSubjobTable, 
    int _tableId, 
    str _fromTable, 
    str _toTable)

Run On

Called

Parameters

  • _tableId
    Type: int
    The ID reference value of the RetailConnSchedulerSubjobTable table.
  • _fromTable
    Type: str
    Source table instance.
  • _toTable
    Type: str
    Destination table instance.

Return Value

Type: boolean
true, if the parameters are set properly.

See Also

Reference

RetailConnReplicationJob_DataDirector Class