Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
Return Value
Type: boolean
true, if the parameters are set properly.