LvNRTaxCreate.copyRanges Method [AX 2012]

Copies ranges from the source data source to the target data source.

private boolean copyRanges(QueryBuildDataSource _source, QueryBuildDataSource _target)

Run On

Server

Parameters

_source
Type: QueryBuildDataSource Class
The source data source.
_target
Type: QueryBuildDataSource Class
The target data source.

Return Value

Type: boolean
true if a non-empty range was copied; otherwise, false.

Community Additions

ADD
Show: