The value being written: NEW('status') is the new row's status.
NEW('status')
status
Use these in when and in an action's values instead of writing NEW.status, so the reference is quoted correctly for each dialect — Oracle wants :NEW, everyone else wants NEW.
when
NEW.status
:NEW
NEW
The value being written:
NEW('status')is the new row'sstatus.Use these in
whenand in an action's values instead of writingNEW.status, so the reference is quoted correctly for each dialect — Oracle wants:NEW, everyone else wantsNEW.