Pass form field value into confirmation box message
CashySep 5 2012 — edited Sep 5 2012Hi,
I have created a confirmation box which fires when a user presses a form button.
Under the 'Redirect to URL' for the button I have the following:
javascript:confirmDelete('Please confirm reduction of call off pick requirement.','REDUCE_CALL_OFF');
This in turn calls a PLSQL process which perform a database update for a form text field called P4_PICK_LINE
What I would like to have is to include the P4_PICK_LINE into the confirmation message i.e. ''Please confirm reduction of call off pick requirement pick123' where pick123 is the value of P4_PICK_LINE
I know I can pass in session variables such as &APP_USER. etc into the confirmation message but not sure about form text item values.
I am using apex version 4.0.0.00.46 on windows 7.
Any help would be great
Thanks
Chris
Edited by: Cashy on 05-Sep-2012 03:44