InventTrackingTraceFilter.inventDimExistsJoin Method [AX 2012]

Creates an exists join between the given datasource and the InventDim table.

Syntax

protected QueryBuildDataSource inventDimExistsJoin(
    QueryBuildDataSource _parentQbds, 
    InventDim _inventDimCriteria, 
    InventDimParm _inventDimParm, 
   [boolean _allowBlank])

Run On

Called

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    The InventDim record containing values to use as ranges.
  • _inventDimParm
    Type: InventDimParm Table
    An InventDimParm record specifying which fields to use as ranges.
  • _allowBlank
    Type: boolean
    Determines if blank values should be accepted; optional.

Return Value

Type: QueryBuildDataSource Class
The joined InventDim datasource.

Remarks

The fields from the InventDim table must be blank (if _allowBlank is true) or equal to their counterparts in _inventDimCriteria.

See Also

Reference

InventTrackingTraceFilter Class