The following code snippet executes the "Release to warehouse" function of a load, but without generating the waves/work.
static void Job1(Args _args) { ttsBegin; WHSLoadPostEngine::post(whsLoadTable::find('USMF-000004', true)); ttsCommit; }
The following code snippet executes the "Release to warehouse" function of a load, but without generating the waves/work.