Share via


ReasonFormTable.datasourceInitValue Method [AX 2012]

Applies default values to the reasonTable fields.

Syntax

public void datasourceInitValue(ReasonTable _reasonTable)

Run On

Called

Parameters

Remarks

This method is called from the initValue method of the data source of the Reasons form.

It sets the value of the AccountType fields (bank, asset, cust, ledger, vend) to true based on the menu item from which the form was called.

See Also

Reference

ReasonFormTable Class