Share via


JmgTransaction::getListOfTransactionTypes Method [AX 2012]

Gets the list of transaction types currently known to the time and attendance calculation engine.

Syntax

client server public static List getListOfTransactionTypes()

Run On

Called

Return Value

Type: List Class
A list of the instances of the JmgTransaction subclasses.

Remarks

This method gets the list of transaction types which is searched when the time and attendance calculation engine reads time transactions from other modules. If a new transaction type is created, it must be included in the list returned by this method.

See Also

Reference

JmgTransaction Class