ReleaseUpdateCockpit.setProgressText Method [AX 2012]

Updates the progress text on the cockpit form.

private void setProgressText(
   [str _caption, 
    str _text, 
    boolean _incCount])

Run On

Server

Parameters

_caption
Type: str
The form caption to set.
_text
Type: str
The progress text to set.
_incCount
Type: boolean
The progress count to set.

Community Additions

ADD
Show: