Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks to make sure that the mandatory transaction fields contain values.
Syntax
public boolean checkTrans([boolean _throwerror])
Run On
Server
Parameters
- _throwerror
Type: boolean
Return Value
Type: boolean
true if the mandatory fields contain values; otherwise, false.
Remarks
The following fields are checked by this routine:
Project ID
Category ID
Currency ID for Sales
Transaction Date
The _throwerror parameter is not used in this method and is provided for extending the functionality through an override method. This method will call the checkFailed method for every checked field that does not contain a valid value.