Remove Delete Button
Summary
How do I use an extension or create a custom control to prevent deleting instances?Content
Hello,
I have a use case where my client wants to allow customers to update an order by adding items, but not delete them using the "x" button. Rather the client wants the customer to click a box called "Remove" so that the item is retained and can be marked as "Removed" in the OSvC database.
I have found where I can turn off the "x" button display, but Oracle documentation recommends against this as it can be displayed from within a browser by inspecting the source.
0