Hi,
I have a requirement on Apex 4.2.1 tabular form with 3 columns name (select list- f02 , class-"myName"), ID(text field- f03, class-"myID") ,desc (text filed- f04, class-"myDesc" ).
I have a select list with with values say A, B ,C and D values. when I select A and B only it should set value in other 2 fields.
So i'm using dynamic actions- set value option.
the dynamic action I have created is giving the same value for all the items or clearing the values.its behaving very weirdly. Can someone please correct the below action where i'm going wrong.or what code should I use if this is not correct. please let me know.
event: change
selection type:jQuery selector
jQuery Selector: .myName
condition : in list
value : A, B
TRUE ACTION :
| Edit | Sequence | Action | Fire On Page Load | Selection Type | Affected Elements |
|---|
 | 10 | Set Value | No | jQuery Selector | .myID |
 | 20 | Set Value | No | jQuery Selector | .myDesc |
Sequence:10
Action: Set value
stop on execution:yes
wait for result: yes
set type: static
value:UPC
supress change event:NO
selection type :JQuery selector
JQuery selector:.myID
Sequence:20
Action: Set value
stop on execution:yes
wait for result: yes
set type: PL/SQL expression
value- :P27_VALUE
page items to submit - P27_VALUE
ESCAPE special characters :NO
supress change event:NO
selection type :JQuery selector
JQuery selector:.myDesc
FALSE ACTION :
| Edit | Sequence | Action | Fire On Page Load | Selection Type | Affected Elements |
|---|
 | 10 | Clear | No | jQuery Selector | .myID |
 | 20 | Clear | No | jQuery Selector | .myDesc |
Thanks
Sri