Query.userUpdate Method [AX 2012]

Gets or sets whether the query is allowed to update the records it fetches.

public boolean userUpdate([boolean value])

Run On

Called

Parameters

value
Type: boolean
A Boolean flag that determines whether the query is allowed to update the records that it fetches; optional.

Return Value

Type: boolean
true if the query is currently allowed to update records that it fetches; otherwise false.

Community Additions

ADD
Show: