Exit C1000-015 IBM Business Process Manager V8.6 Application Development using Process Designer
Question 1 of 5
0% complete
Q1 Single choice

A developer has an Output Text with control ID 'Output_Text1' above a Table in a Coach. Within the Table, there are two columns:
1. The first column is a Text Control with control ID TextV
2. The second column is a Button control with control ID 'Button1'

How would a developer set the value of a Text control to 'Clicked' when a Button on the same row is pressed?

  • A

    Set the Text's 'On Change' Event configuration option to: ${Textl=}.setText('clicked') ;

  • B

    Set the Button's 'On click' Event configuration options to: ${Text1=}.setText<'Clicked') ;

  • C

    Set the Table's 'On custom cell' Event configuration option to: ${Text1=}.setText('Clicked');

  • D

    Set the Text's 'On boundary event' Event configuration option to: ${Text1=).setText(fClicked');

Previous Next