QueryBuildDataSource.update Method [AX 2012]

Determines whether the records fetched by this data source can be updated.

public boolean update([boolean value])

Run On

Called

Parameters

value
Type: boolean

Return Value

Type: boolean
true if the records can be updated; otherwise, false.

To update the records, start a separate transaction by using the ttsBegin and ttsCommit methods.

Community Additions

ADD
Show: