Hi there,
I have a page with a text field and a button which will redirect user to another report page with the value of the text field.
and I use javascript to set the text field value in a dynamic action.
The value could be set to text field correctly, but when i click the button, the url generated sometimes not correct, it used the last value but not the current value.
Let's see I have a text field P1_SELECTED_CUST, when I clicked on another table, the value of P1_SELECTED_CUST was set to 100001, then I clicked the other row of the table, the value was set to 100002.
Then I click button, the redirect url is like this: /ords/f?p=180:15:14131652686451::NO:RP,15,CIR:IR_CUST_ID:100001.
Is there any option to enable the text field accept the current value?
Or anything I need to do to fix this?
Any help would be reaaaaly appreciated.
Thanks,
Regards,
Dong