Share via


InventTrans::physicalUpdateSign Method

Checks whether the inventory transaction update is physical and the direction.

Syntax

client server public static int physicalUpdateSign(
    StatusIssue _afterStatusIssue, 
    StatusReceipt _afterStatusReceipt, 
    StatusIssue _beforeStatusIssue, 
    StatusReceipt _beforeStatusReceipt)

Run On

Called

Parameters

Return Value

Type: int
-1 if the update is physical and the direction is going from physical to estimated.0 if the update is not physical.1 if the update is physical and the direction is going from estimated to physical.

See Also

Reference

InventTrans Table