Newbie: how to show values in debugging trigger

I've written an update-statement and stepped into the update trigger.
Trying to show the value "new.NR_BU" I get the message "not a variable".
I've searched for that message in the forum
but no result.
 
You cannot inspect :new or :old variables. You would have to place them in a local variable of the trigger.
 
Back
Top