ProApp Designer - Release 14.10 (Package 32)

How to Set and Get Value on Text Control

var controlName = “itemNumber";
appStudioWizard.setControlValue(controlName, “P00456");

var controlValue = appStudioWizard.getControlValue(controlName);
appStudioWizard.showSuccessMessage(“Control Value: " + controlValue);

//Control Value: P00456