getEnabledExpenseFields

Returns a list of the supported expense fields for the current user. The return value is a list of strings where each pair is the field name and printable name of a field that is enabled for the current user, in the order those fields appear on the user's expense entry page. (Of the fields described above, only the project, expense_code, currency, source, and comment fields can appear in this list; the rest are mandatory and will not appear in the return from this function.)

Arguments

Name Type Description
skey string

Return

The getEnabledExpenseFields method returns the list of configurable expense fields (a string).