ReqTransFormPO.inventDimDSInitPost Method [AX 2012]

Adds a range to the query held by the inventDim data source based on the InventSiteId field.

Syntax

public void inventDimDSInitPost(InventDim _inventDim)

Run On

Client

Parameters

  • _inventDim
    Type: InventDim Table
    A record in the InventDim table that is held by a formdatasource object.

Remarks

The added range appears as locked to the user when they make in inquiry to the advanced filter dialog box.

See Also

Reference

ReqTransFormPO Class