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.
Inserts the specified records in the temporary table.
Syntax
private void insertIntoTempTable(
int _rowNum,
boolean _emptyRecords,
boolean _dummyRecordsForCustomer,
boolean _peekCustomer,
boolean _peekCarrier)
Run On
Server
Parameters
- _rowNum
Type: int
- _emptyRecords
Type: boolean
- _dummyRecordsForCustomer
Type: boolean
- _peekCustomer
Type: boolean
- _peekCarrier
Type: boolean
Remarks
This method checks for a particular record and inserts it and also inserts dummy records when it is required.