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
CalledParameters
- 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: booleantrue if the fields in the RetailConnSchedulerSubjobTable table to the specified table.
Community Additions
ADD
Show: