Share via


PmfFormCtrl_BOMPartOf.dataSourceInitPost Method [AX 2012]

Adds queries after the form data source is initialized.

Syntax

public void dataSourceInitPost(Common _buffer)

Run On

Called

Parameters

  • _buffer
    Type: Common Table
    A record buffer associated with the data source.

Remarks

This method must be called to add appropriate ranges to the data source query.

See Also

Reference

PmfFormCtrl_BOMPartOf Class