Some methods return arrays of values that correspond to journals’ display columns; these are the columns listed in the Columns tab of the Filters And Sorting dialog box. The following table describes the array elements returned for these columns.
For methods that take journal display columns, use the HFMConstants type library constants listed in Journal Column Display Constants. |
Table 62. Journal Column Return Values
Integer. The journal status. The valid return values are represented by the HFMConstants type library constants listed in Journal Status Constants. | |
Integer. The journal type. The valid return values are represented by the HFMConstants type library constants listed in Journal Type Constants. | |
Integer. The balance type. The valid return values are represented by the HFMConstants type library constants listed in Balance Type Constants. | |
String. The fully qualified username of the journal creator. | |
Double. The time and date on which the journal was created. This is returned as a Double that you can cast to a Date format. | |
String. The fully qualified username of the journal approver. If a journal has not been approved, a blank String is returned. | |
Double. The time and date on which the journal was approved. This is returned as a Double that you can cast to a Date format. | |
String. The fully qualified username of the journal poster. If a journal has not been posted, a blank String is returned. | |
Double. The time and date on which the journal was posted. This is returned as a Double that you can cast to a Date format. | |