Hello,
APEX 20.2
standard IG with Form
Form: Standard Buttons (Create, Save, Delete....)
Form: Create, Save work as expected, problem with Delete (Redirect to URL, Target:javascript:apex.confirm(htmldb_delete_message,'DELETE');)
App: Form: Button Delete -> Would you like to perform this delete action? -> OK -> 1 error has occured,
Invalid action D on this object. (i:u)
It seems that Delete is not allowed, how can I fix this?
Thanks