Skip to Content
Menu
This question has been flagged
1 Reply
6367 Views

i want to pop up a confirm message when changing value of a field.

I will do a function after the user confirm the change too

what should I do?

Avatar
Discard
Best Answer

You use button with confirm attribute, like this:

<button name="cancel_voucher" string="Cancel Voucher" type="object" states="posted" confirm="Are you sure you want to unreconcile this record?"/>

or ... create custom confirm wizard,

or ... use RedirectWarning in method onchange.

Avatar
Discard