Share via


ReleaseUpdateCockpit.userInteractionRequired Method [AX 2012]

Gets or sets the value for the _userInteractionRequired variable.

Syntax

edit boolean userInteractionRequired([boolean _set, boolean _userInteractionRequired])

Run On

Server

Parameters

  • _set
    Type: boolean
    A Boolean value that indicates whether to set the userInteractionRequired variable.
  • _userInteractionRequired
    Type: boolean
    The new value of the userInteractionRequired variable.

Return Value

Type: boolean
true if the value of the userInteractionRequired variable is true; otherwise, false.

Remarks

This Boolean value is used in the Update method of the ReleaseUpdateCockpit form.

See Also

Reference

ReleaseUpdateCockpit Class