RetailConnReplicationJob_DataDirector.onBeforeTableDelete Method [AX 2012]

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

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

Run On

Called

Parameters

deleteRequest
Type: CLRObject Class
The delete request.
_schedulerSubjobTable
Type: RetailConnSchedulerSubjobTable Table
The current RetailConnSchedulerSubjobTable record.
_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.

Community Additions

ADD
Show: