I want to write a generic delete data process to make it available on a business object form. A process which verifies a delete request and deletes an instance of a business object currently in context.
For example, I can write a process which is evoked from, say business object AAA form and asks a user if they want to delete AAA. If the user confirms, then the instance is deleted. However, I need to write a separate process for business object BBB. Is there a way to write a single process and to use it for any business object?