RetailConnReplicationJob_DataDirector.onBeforeTableDelete Method [AX 2012]

Sets the request to the client for deletion of the table fields.

Syntax

public boolean onBeforeTableDelete(
    CLRObject deleteRequest, 
    RetailConnSchedulerSubjobTable _schedulerSubjobTable, 
    int _tableId, 
    str _toTable)

Run On

Called

Parameters

  • _tableId
    Type: int
    The table ID value of the RetailConnSchedulerSubjobTable table.
  • _toTable
    Type: str
    The table ID of the table to be set to the client.

Return Value

Type: boolean
true if the fields in the RetailConnSchedulerSubjobTable table to the specified table.

See Also

Reference

RetailConnReplicationJob_DataDirector Class