PurchReqTable2LineUpdatePrompt.parmIsInteractive Method [AX 2012]

Gets or sets the parameter that determines whether to run interactively.

public boolean parmIsInteractive([boolean _isInteractive])

Run On

Client

Parameters

_isInteractive
Type: boolean
The value to set; optional.

Return Value

Type: boolean
true if the object is running interactively; otherwise, false.

When the object is run interactively, it is expected that the user will have been prompted for the fields from which to propagate values from the header to the lines.

When the object is run in the non-interactive mode, it is assumed all the fields will be propagated from the header to the lines.

Community Additions

ADD
Show: