QuestionQ206
Configure business process automationYou are creating a business process flow and must use JavaScript to implement extra business logic.
Evaluate the JavaScript code and determine the result of running each code segment.
Select
formContext.getControl("test_number").setVisible(false); formContext.data.process.addOnStageChange(testFunction);
Community Discussion