Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds ranges from InventValueReportTmpLine in the contract query to a data source.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
  Microsoft Dynamics AX 2012 R3
          protected void copyRangesFromContractQuery(Map _map, QueryBuildDataSource _qbds)
  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void copyRangesFromContractQuery(Map _map, QueryBuildDataSource _qbds)
  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void copyRangesFromContractQuery(QueryBuildDataSource _qbdsInventView, QueryBuildDataSource _qbdsInventDim)
  Microsoft Dynamics AX 2012 (FPK)
          protected void copyRangesFromContractQuery(QueryBuildDataSource _qbdsInventView, QueryBuildDataSource _qbdsInventDim)
  Microsoft Dynamics AX 2012 (SYS)
          protected void copyRangesFromContractQuery(QueryBuildDataSource _qbdsInventView, QueryBuildDataSource _qbdsInventDim)
Run On
Server
Parameters
- _map
 Type: Map Class
 A Map object that maps fields from InventValueReportTmpLine to fields in the data source.
- _qbds
 Type: QueryBuildDataSource Class
 A QueryBuildDatasource object.