User Tools

Site Tools


missing_transfer_ins_from_high_jump

Missing Transfer Ins from High Jump

You can identify what is on the High Jump interface using the following scripts:

SELECT * FROM vw_ReplenishmentRequest_CreatedOnly where requesting_whse_no = 244 and manual_request = 1 and date_time > '2021-08-25'

This will show all the manual requests they quote.

You can track the sends to the wms using:

SELECT * FROM petscorner.wms_interface_replen R WHERE R.replen_id = ?
missing_transfer_ins_from_high_jump.txt · Last modified: 2021/09/16 04:31 by 82.39.59.96