Share via


InventBatchJournalFormControl.onInventDimJournalInit Method [AX 2012]

Executes additional logic for the init event for the InventDim data source related to the InventBatchHandling data source.

Syntax

public void onInventDimJournalInit(InventDim _inventDim)

Run On

Client

Parameters

  • _inventDim
    Type: InventDim Table
    The buffer for the InventDim form data source.

Remarks

This is intended to be called after the form data source init event executes.

See Also

Reference

InventBatchJournalFormControl Class