question on how to add a fnd message for a yes no question
jm1966Jun 18 2009 — edited Jun 18 2009all
inside a when_checkbox_changed trigger, i have the code if xx = 'Y' then .... or if xx ='N' i need to add a confirmation yes/no message if yes continue if no dont continue. i have always relied on the yellow disc to save. however if i click yes, it is automatically saving and removing the data from the table. i want to give them 1 last chance by adding the Y/N confirmation message.
i am sure its as easy as abc by i hadnt found any examples.
does anyone know what the correct syntax is
cheers.