Share via


WHSLoadLine.tmsSetCarrierOnOrigin Method

Set the Carrier information on the load.

Syntax

public boolean tmsSetCarrierOnOrigin([WHSLoadTable _loadTable, boolean doWrite])

Run On

Called

Parameters

  • _loadTable
    Type: WHSLoadTable Table
    The WHSLoadTable buffer to initialize Carrier on it.
  • doWrite
    Type: boolean
    After setting the Carrier, call the write method on the WHSLoadTable buffer

Return Value

Type: boolean
Return true if WHSLoadTable buffer was modified; otherwise, false

Remarks

if the _loadTable is null, the WHSLoadTable buffer will be instantiated.

See Also

Reference

WHSLoadLine Table