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 that the mandatory transaction fields contain values.
Syntax
public boolean checkTrans(JournalTransData _journalTransData)
Run On
Called
Parameters
- _journalTransData
Type: JournalTransData Class
The JournalTransData object.
Return Value
Type: boolean
true if the mandatory fields contain values; otherwise, false.
Remarks
This method checks the mandatory transaction fields by calling the checkTrans method of the ProjPost class.