Edit

Field References and Identifiers

Field names are used to include the value of a field in a MoneyWorks record (such as the description field of a transaction record). Identifiers can be used to include the result of another calculation, or the value of a global variable.

For example:

Transaction.Description

Detail.GST

GSTNUM

Field names are usually of the form <file name>.<field name>. The transaction fields can also be used without the preceding file specifier. For example, OurRef instead of Transaction.OurRef. In the Advanced Find, the filename is implied, so is not specified.