InventSum.pdsSubSum Method

Subtract the value of one InventSum record from another.

Syntax

public InventSum pdsSubSum(InventSum _subFrom)

Run On

Called

Parameters

  • _subFrom
    Type: InventSum Table
    The InventSum Record from which to subtract.

Return Value

Type: InventSum Table
Returns resulting InventSum record

Remarks

The current InventSum record is subtracted from the record passed in via the _subFrom parameter.

See Also

Reference

InventSum Table