ReasonFormTable.datasourceInitValue Method [AX 2012]

Applies default values to the reasonTable fields.

public void datasourceInitValue(ReasonTable _reasonTable)

Run On

Called

Parameters

_reasonTable
Type: ReasonTable Table
The table of the Reasons form.

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.

Community Additions

ADD
Show: