PurchFormletterParmData.updateQueryDocumentRanges Method [AX 2012]

Adds ranges on order ID to the query used when it creates data.

protected int updateQueryDocumentRanges(container _datasourceRecordsPackedMap, [boolean _abortOnError])

Run On

Server

Parameters

_datasourceRecordsPackedMap
Type: container
A container that contains a packed version of a map with order IDs.
_abortOnError
Type: boolean
A Boolean value that indicates whether to stop the update of the query in case of an error.

Return Value

Type: int
The number of order ID ranges added to the query.

ExceptionCondition
Error

An error occurred during update.

Community Additions

ADD
Show: