Validate that ship dates on a promotion are entered so that the from date is less than the to date.
Syntax
public void validateShipDate()
Run On
Called
Exceptions
| Exception | Condition |
|---|---|
| Error | Throws if dates are not valid. |
Validate that ship dates on a promotion are entered so that the from date is less than the to date.
public void validateShipDate()
Called
| Exception | Condition |
|---|---|
| Error | Throws if dates are not valid. |